chore: release bigframes 2.40.0#17056
Open
shuoweil wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the bigframes library to version 2.40.0, including version bumps across configuration files and the addition of release notes. It also toggles release_only_mode to false in the librarian configuration. Feedback was provided regarding the inclusion of unrelated Babel-related entries in the CHANGELOG.md that should be removed to maintain relevance.
Comment on lines
+34
to
+35
| * correctly parse type assertions in `extends` clause ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​17723](https://redirect.github.com/babel/babel/pull/17723) \[7.x backport] fix(parser): improve super type argument parsing ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#​17708](https://redirect.github.com/babel/babel/pull/17708) ([5098df262245fb333ae73fc7eb568f905bc0190a](https://github.com/googleapis/google-cloud-python/commit/5098df262245fb333ae73fc7eb568f905bc0190a)) | ||
| * provide a hub when traversing a File or Program and no parentPath is given ([@​simbahax](https://redirect.github.com/simbahax)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​17737](https://redirect.github.com/babel/babel/pull/17737) \[7.x backport] fix: Rename switch discriminant references when body creates shadowing variable ([@​magic-akari](https://redirect.github.com/magic-akari)) ([5098df262245fb333ae73fc7eb568f905bc0190a](https://github.com/googleapis/google-cloud-python/commit/5098df262245fb333ae73fc7eb568f905bc0190a)) |
Contributor
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.13.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e
bigframes: v2.40.0
v2.40.0 (2026-05-13)
Features
Add
bigframes.execution_historyAPI to track BigQuery jobs (feat: Add bigframes.execution_history API to track BigQuery jobs #16588) (fa20a740)Implement
ai.similarityandai.embedfor text embeddings and semantic similarity (feat(bigframes): implement ai.similarity #16771, feat(bigframes): implement ai.embed #16759) (d4afa2c8, fcb4579b)Support
hparam_rangeandhparam_candidatesparameters for hyperparameter tuning in model creation (feat: add support forhparam_rangeandhparam_candidatestobigframes.bigquery.create_model#16640) (ca47835c)Update
ai.score,ai.classifyandai.if_parameters to match their SQL equivalents (feat(bigframes): update ai.score to match its SQL version #16919, feat(bigframes): add more params to ai.classify #16990, feat(bigframes): update ai.if_() params to match the SQL version #16857) (9f42fe14, e9c52b12, f3cb4ad0)Support unstable sorting in
sort_valuesandsort_index(feat(bigframes): Support unstable sort_values, sort_index #16665) (bbdeb70f)Support loading Avro and ORC data formats (feat(bigframes): Support loading avro, orc data #16555) (6d46cba3)
Add NumPy ufunc support directly on column expressions (feat(bigframes): Add numpy ufunc support to col expressions #16554) (2f792abd)
Bug Fixes
Fix bugs compiling ambiguous ids and in subqueries (fix(bigframes): Fix bugs compiling ambiguous ids and in subqueries #16617) (479e44dd)
BigFrames respects bq default region (fix: BigFrames respects bq default region #16933) (ef9945a5)
avoid views when querying BigLake tables from SQL cells (fix: avoid views when querying BigLake tables from SQL cells #16562) (fdd3e0de)
avoid
copyargument warning into_pandas(fix: avoidcopyargument warning into_pandas#16917) (fe5245b8)Performance Improvements
Documentation