Releases: googleapis/python-db-dtypes-pandas
Releases · googleapis/python-db-dtypes-pandas
v1.4.3
1.4.3 (2025-05-12)
Bug Fixes
- Remove setup.cfg configuration for creating universal wheels (#333) (44a5aa2)
- Updates noxfile with pip freeze and pandas 1.2 (#331) (5eb2a85)
Dependencies
- Drop support for Python 3.7 and 3.8 (66f3f0b)
- Updates deprecation warning to FutureWarning re: 3.7 and 3.8 (#338) (158243b)
v1.4.2
1.4.2 (2025-03-04)
Bug Fixes
- Remove unbox json functionality from JSONArrowType (#325) (60deef1)
v1.4.1
1.4.1 (2025-01-30)
Bug Fixes
- Re-add ModuleNotFoundError handler for pandas_backports (#319) (931ff8a)
v1.4.0
1.4.0 (2025-01-21)
Features
- Add hash property for JSONArrowType (#316) (7073e37)
- Add Arrow types for efficient JSON data representation in pyarrow (#312) (d9992fc)
v1.3.1
1.3.1 (2024-11-12)
Bug Fixes
- Dbjson serialization with most compact JSON representation (#299) (c5e9a10)
- Support correct numpy construction for dbjson dtype in pandas 1.5 (#297) (f413f35)
- Support dbjson type on pandas version 1.5 (#295) (4b84e4a)
v1.3.0
1.3.0 (2024-08-08)
Features
- Create db_dtypes JSONDtype and JSONArray (#284) (76790a8)
Documentation
v1.2.0
1.2.0 (2023-12-10)
Features
Bug Fixes
- Adds xfail marks to tests that are known to fail (#189) (4a56b76)
Documentation
v1.1.1
1.1.1 (2023-03-30)
Bug Fixes
- Out-of-bounds datetime.date raises OutOfBoundsDatetime (#180) (4f3399e)
v1.1.0
1.1.0 (2023-03-29)
Features
Bug Fixes
- Adds bounds checking because pandas now handles microsecond reso… (#166) (357a315)
v1.0.5
1.0.5 (2022-12-05)
Dependencies
- remove upper bound on pyarrow version (388e082)