From 7530f9e1a48ccb890ad0e07357f51e58e42418b1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 18:38:48 +0000 Subject: [PATCH] chore(main): release 2.30.0 --- CHANGELOG.md | 16 ++++++++++++++++ bigframes/version.py | 4 ++-- third_party/bigframes_vendored/version.py | 4 ++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a87fc0160..9f31950e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ [1]: https://pypi.org/project/bigframes/#history +## [2.30.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.29.0...v2.30.0) (2025-11-13) + + +### Features + +* Add bigframes.pandas.crosstab ([#2231](https://github.com/googleapis/python-bigquery-dataframes/issues/2231)) ([c62e553](https://github.com/googleapis/python-bigquery-dataframes/commit/c62e5535ed4c19b6d65f9a46cb1531e8099621b2)) +* Pivot_table supports fill_value arg ([#2257](https://github.com/googleapis/python-bigquery-dataframes/issues/2257)) ([8f490e6](https://github.com/googleapis/python-bigquery-dataframes/commit/8f490e68a9a2584236486060ad3b55923781d975)) +* Preserve source names better for more readable sql ([#2243](https://github.com/googleapis/python-bigquery-dataframes/issues/2243)) ([64995d6](https://github.com/googleapis/python-bigquery-dataframes/commit/64995d659837a8576b2ee9335921904e577c7014)) +* Support builtins funcs for df.agg ([#2256](https://github.com/googleapis/python-bigquery-dataframes/issues/2256)) ([956a5b0](https://github.com/googleapis/python-bigquery-dataframes/commit/956a5b00dff55b73e3cbebb4e6e81672680f1f63)) +* Support mixed scalar-analytic expressions ([#2239](https://github.com/googleapis/python-bigquery-dataframes/issues/2239)) ([20ab469](https://github.com/googleapis/python-bigquery-dataframes/commit/20ab469d29767a2f04fe02aa66797893ecd1c539)) + + +### Bug Fixes + +* Do not warn with DefaultIndexWarning in partial ordering mode ([#2230](https://github.com/googleapis/python-bigquery-dataframes/issues/2230)) ([cc2dbae](https://github.com/googleapis/python-bigquery-dataframes/commit/cc2dbae684103a21fe8838468f7eb8267188780d)) + ## [2.29.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.28.0...v2.29.0) (2025-11-10) diff --git a/bigframes/version.py b/bigframes/version.py index a129daf092..fb0f777226 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.29.0" +__version__ = "2.30.0" # {x-release-please-start-date} -__release_date__ = "2025-11-10" +__release_date__ = "2025-11-13" # {x-release-please-end} diff --git a/third_party/bigframes_vendored/version.py b/third_party/bigframes_vendored/version.py index a129daf092..fb0f777226 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.29.0" +__version__ = "2.30.0" # {x-release-please-start-date} -__release_date__ = "2025-11-10" +__release_date__ = "2025-11-13" # {x-release-please-end}