-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(main): release 0.24.0 #816
Conversation
d351c52
to
fc2c1c6
Compare
fc2c1c6
to
7d413e8
Compare
I'd like to merge this so I can move forward with moving this code (to detect schema from DataFrame) in googleapis/python-bigquery-dataframes#371 and google-cloud-bigquery too as part of the efforts to consolidate most of our pandas + BigQuery logic in the pandas-gbq package. |
🤖 Created releases: 🌻 |
Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery-pandas/release/release (2024-10-15T17:43:45.366Z) To trigger again, remove the autorelease: triggered label (in a few minutes). |
The release build has started, the log can be viewed here. 🌻 |
🥚 You hatched a release! The release build finished successfully! 💜 |
🤖 I have created a release beep boop
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
loadsunit8
columns to BigQuery INT64 instead of STRING (#814)Features
Bug Fixes
to_gbq
loadsunit8
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
This PR was generated with Release Please. See documentation.