-
Notifications
You must be signed in to change notification settings - Fork 309
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 3.0.0 #1179
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Mar 29, 2022
product-auto-label
bot
added
the
api: bigquery
Issues related to the googleapis/python-bigquery API.
label
Mar 29, 2022
tswast
approved these changes
Mar 29, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 29, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Mar 29, 2022
🤖 Release is at https://github.com/googleapis/python-bigquery/releases/tag/v3.0.0 🌻 |
The release build has started, the log can be viewed here. 🌻 |
🥚 You hatched a release! The release build finished successfully! 💜 |
release-tool-publish-reporter
bot
added
autorelease: published
and removed
autorelease: tagged
labels
Mar 30, 2022
waltaskew
pushed a commit
to waltaskew/python-bigquery
that referenced
this pull request
Jul 20, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
abdelmegahedgoogle
pushed a commit
to abdelmegahedgoogle/python-bigquery
that referenced
this pull request
Apr 17, 2023
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
3.0.0 (2022-03-29)
⚠ BREAKING CHANGES
Int64
andboolean
dtypes into_dataframe
(fix!: use nullableInt64
andboolean
dtypes into_dataframe
#786)create_job
(feat: Destination tables are no-longer removed by create_job #891)to_dataframe
, usedbdate
anddbtime
dtypes from db-dtypes package for BigQuery DATE and TIME columns (feat!: Use pandas custom data types for BigQuery DATE and TIME columns, removedate_as_object
argument #972)to_dataframe
, removedate_as_object
argument (feat!: Use pandas custom data types for BigQuery DATE and TIME columns, removedate_as_object
argument #972)Features
api_method
parameter toClient.query
to selectINSERT
orQUERY
API (#967) (76d88fb)create_job
(#891) (76d88fb)to_dataframe
, usedbdate
anddbtime
dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972) (76d88fb)StandardSqlField
class forModel.feature_columns
andModel.label_columns
(#1117) (76d88fb)Bug Fixes
to_dataframe
, removedate_as_object
argument (#972) (76d88fb)Int64
andboolean
dtypes into_dataframe
(#786) (76d88fb)Documentation
Dependencies
This PR was generated with Release Please. See documentation.