Releases: googleapis/python-bigquery-pandas
Releases · googleapis/python-bigquery-pandas
v0.29.2
10 Jul 16:14
Compare
Sorry, something went wrong.
No results found
0.29.2 (2025-07-10)
⚠ BREAKING CHANGES
Remove support for Python 3.8 (#932 )
Features
Dependencies
Miscellaneous Chores
v0.29.1
09 Jun 14:18
Compare
Sorry, something went wrong.
No results found
0.29.1 (2025-06-03)
Bug Fixes
Remove pandas-gbq client ID for authentication (#927 ) (8bb7401 )
v0.29.0
19 May 17:18
Compare
Sorry, something went wrong.
No results found
0.29.0 (2025-05-14)
Features
Instrument vscode, jupyter and 3p plugin usage (#925 ) (7d354f1 )
v0.28.1
12 May 21:53
Compare
Sorry, something went wrong.
No results found
0.28.1 (2025-04-28)
Bug Fixes
Remove setup.cfg configuration for creating universal wheels (#898 ) (b3a9af2 )
Remove unnecessary global variable definition (#907 ) (d4d85ce )
Resolve issue where pre-release versions of dependencies are installed (#890 ) (3574ca1 )
v0.28.0
24 Feb 17:52
Compare
Sorry, something went wrong.
No results found
0.28.0 (2025-02-24)
Features
Add bigquery_client as a parameter for read_gbq and to_gbq (#878 ) (d42a562 )
v0.27.0
06 Feb 18:46
Compare
Sorry, something went wrong.
No results found
0.27.0 (2025-02-05)
Features
to_gbq
can write non-string values to existing STRING columns in BigQuery (#876 ) (ee30a1e )
v0.26.1
06 Jan 18:15
Compare
Sorry, something went wrong.
No results found
0.26.1 (2025-01-06)
Bug Fixes
Ensure BIGNUMERIC type is used if scale > 9 in Decimal values (#844 ) (d2f32df )
v0.26.0
19 Dec 17:48
Compare
Sorry, something went wrong.
No results found
0.26.0 (2024-12-19)
Features
to_gbq
fails with TypeError
if passing in a bigframes DataFrame object (#833 ) (5004d08 )
Bug Fixes
to_gbq
uses default_type
for ambiguous array types and struct field types (#838 ) (cf1aadd )
v0.25.0
11 Dec 16:24
Compare
Sorry, something went wrong.
No results found
0.25.0 (2024-12-11)
⚠ BREAKING CHANGES
to_gbq uploads ArrowDtype(pa.timestamp(...) without timezone as DATETIME type (#832 )
Bug Fixes
To_gbq uploads ArrowDtype(pa.timestamp(...) without timezone as DATETIME type (#832 ) (2104b71 )
v0.24.0
15 Oct 17:43
Compare
Sorry, something went wrong.
No results found
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 )