Releases: googleapis/python-bigquery-pandas
Releases · googleapis/python-bigquery-pandas
v0.24.0
0.24.0 (2024-10-14)
⚠ BREAKING CHANGES
to_gbq
loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814)
to_gbq
loads object column containing bool values to BOOLEAN instead of STRING (#814)
to_gbq
loads object column containing dictionary values to STRUCT instead of STRING (#814)
to_gbq
loads unit8
columns to BigQuery INT64 instead of STRING (#814)
Features
- Adds the capability to include custom user agent string (#819) (d43457b)
Bug Fixes
to_gbq
loads unit8
columns to BigQuery INT64 instead of STRING (#814) (107bb40)
to_gbq
loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814) (107bb40)
to_gbq
loads object column containing bool values to BOOLEAN instead of STRING (#814) (107bb40)
to_gbq
loads object column containing dictionary values to STRUCT instead of STRING (#814) (107bb40)
Dependencies
- Min pyarrow is now 4.0.0 to support compliant nested types (#814) (107bb40)
v0.23.2
0.23.2 (2024-09-20)
Bug Fixes
- deps: Require google-cloud-bigquery >= 3.4.2 (5e14496)
- deps: Require numpy >=1.18.1 (5e14496)
- deps: Require packaging >= 22.0 (5e14496)
Documentation
v0.23.1
0.23.1 (2024-06-07)
Bug Fixes
- Handle None when converting numerics to parquet (#768) (53a4683)
- Set minimum allowable version of sqlite when performing a conda install (#780) (8a03d44)
Documentation
- Use a short-link to BigQuery DataFrames (#773) (7cd4287)
v0.23.0
0.23.0 (2024-05-20)
Features
read_gbq
suggests using BigQuery DataFrames with large results (#769) (f937edf)
v0.22.0
0.22.0 (2024-03-05)
Features
- Move bqstorage to extras and add debug capability (#735) (366cb55)
Bug Fixes
- Remove python 3.7 due to end of life (EOL) (#737) (d0810e8)
v0.21.0
0.21.0 (2024-01-25)
Features
- Use faster query_and_wait method from google-cloud-bigquery when available (#722) (ac3ce3f)
Bug Fixes
- Update runtime check for min google-cloud-bigquery to 3.3.5 (#721) (b5f4869)
v0.20.0
0.20.0 (2023-12-10)
Features
Bug Fixes
Documentation
- Migrate .readthedocs.yml to configuration file v2 (#689) (d921219)
v0.19.2
0.19.2 (2023-05-10)
Bug Fixes
- Add exception context to GenericGBQExceptions (#629) (d17ae24)
Documentation
- Correct the documented dtypes for
read_gbq
(#598) (b45651d)
- Google Colab auth is used with pydata-google-auth 1.8.0+ (#631) (257aa62)
- Updates with a link to the canonical source of documentation (#620) (1dca732)
v0.19.1
0.19.1 (2023-01-25)
Documentation
- Updates the user instructions re OAuth (0c2b716)