diff --git a/.librarian/state.yaml b/.librarian/state.yaml index e37895f78d..9f1f77b0d3 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: bigframes - version: 2.32.0 + version: 2.33.0 last_generated_commit: "" apis: [] source_roots: diff --git a/CHANGELOG.md b/CHANGELOG.md index b49afe535c..4592eecfdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/bigframes/#history +## [2.33.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.32.0...bigframes-v2.33.0) (2026-01-22) + + +### Features + +* add bigquery.ml.transform function (#2394) ([1f9ee373c1f1d0cd08b80169c3063b862ea46465](https://github.com/googleapis/google-cloud-python/commit/1f9ee373c1f1d0cd08b80169c3063b862ea46465)) +* Add BigQuery ObjectRef functions to `bigframes.bigquery.obj` (#2380) ([9c3bbc36983dffb265454f27b37450df8c5fbc71](https://github.com/googleapis/google-cloud-python/commit/9c3bbc36983dffb265454f27b37450df8c5fbc71)) +* Stabilize interactive table height to prevent notebook layout shifts (#2378) ([a634e976c0f44087ca2a65f68cf2775ae6f04024](https://github.com/googleapis/google-cloud-python/commit/a634e976c0f44087ca2a65f68cf2775ae6f04024)) +* Add max_columns control for anywidget mode (#2374) ([34b5975f6911c5aa5ffc64a2fe6967a9f3d86f78](https://github.com/googleapis/google-cloud-python/commit/34b5975f6911c5aa5ffc64a2fe6967a9f3d86f78)) +* Add dark mode to anywidget mode (#2365) ([2763b41d4b86939e389f76789f5b2acd44f18169](https://github.com/googleapis/google-cloud-python/commit/2763b41d4b86939e389f76789f5b2acd44f18169)) +* Configure Biome for Consistent Code Style (#2364) ([81e27b3d81da9b1684eae0b7f0b9abfd7badcc4f](https://github.com/googleapis/google-cloud-python/commit/81e27b3d81da9b1684eae0b7f0b9abfd7badcc4f)) + + +### Bug Fixes + +* Throw if write api commit op has stream_errors (#2385) ([7abfef0598d476ef233364a01f72d73291983c30](https://github.com/googleapis/google-cloud-python/commit/7abfef0598d476ef233364a01f72d73291983c30)) +* implement retry logic for cloud function endpoint fetching (#2369) ([0f593c27bfee89fe1bdfc880504f9ab0ac28a24e](https://github.com/googleapis/google-cloud-python/commit/0f593c27bfee89fe1bdfc880504f9ab0ac28a24e)) + ## [2.32.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.31.0...bigframes-v2.32.0) (2026-01-05) diff --git a/bigframes/version.py b/bigframes/version.py index f36c6789c1..1e9ed79f82 100644 --- a/bigframes/version.py +++ b/bigframes/version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.32.0" +__version__ = "2.33.0" # {x-release-please-start-date} -__release_date__ = "2026-01-05" +__release_date__ = "2026-01-22" # {x-release-please-end} diff --git a/third_party/bigframes_vendored/version.py b/third_party/bigframes_vendored/version.py index f36c6789c1..1e9ed79f82 100644 --- a/third_party/bigframes_vendored/version.py +++ b/third_party/bigframes_vendored/version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.32.0" +__version__ = "2.33.0" # {x-release-please-start-date} -__release_date__ = "2026-01-05" +__release_date__ = "2026-01-22" # {x-release-please-end}