Releases: googleapis/python-db-dtypes-pandas
Releases · googleapis/python-db-dtypes-pandas
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)
v1.0.4
1.0.4 (2022-09-19)
Bug Fixes
- Avoid out-of-range nanoseconds field in pandas 1.5.x (#148) (2a477ca)
- deps: Remove python version upper bound (#145) (a361806)
v1.0.3
1.0.3 (2022-08-05)
Bug Fixes
v1.0.2
1.0.2 (2022-06-03)
Documentation
- fix changelog header to consistent size (#111) (145f875)
v1.0.1
1.0.1 (2022-05-07)
Bug Fixes