Skip to content

Commit 87ef1f5

Browse files
chore(main): release bigframes 2.45.0 (#17584)
🤖 I have created a release *beep* *boop* --- ## [2.45.0](bigframes-v2.44.0...bigframes-v2.45.0) (2026-07-08) ### Features * **bigframes:** add ai.classify, ai.score, ai.if_ to the df bq accessor ([#17569](#17569)) ([4f94be8](4f94be8)) * **bigframes:** Enable local udf execution ([#17588](#17588)) ([b8ed34c](b8ed34c)) * **bigframes:** UDF transpiler handles some control flow ([#17558](#17558)) ([a8cbde3](a8cbde3)) * support gemini-3.x models ([#17615](#17615)) ([5d0efa3](5d0efa3)) ### Bug Fixes * bump gdal from 3.13.0 to 3.13.1 in /packages/bigframes ([#17609](#17609)) ([0f4bfed](0f4bfed)) * bump gradio from 5.39.0 to 6.15.0 in /packages/bigframes ([#17619](#17619)) ([bddda6a](bddda6a)) * bump transformers from 4.54.1 to 5.3.0 in /packages/bigframes ([#17610](#17610)) ([10eca3f](10eca3f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b2ec761 commit 87ef1f5

5 files changed

Lines changed: 21 additions & 4 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/bigframes": "2.44.0",
2+
"packages/bigframes": "2.45.0",
33
"packages/google-crc32c": "1.8.0",
44
"packages/pandas-gbq": "0.35.0",
55
"packages/sqlalchemy-bigquery": "1.17.0"

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ default:
5858
library_type: GAPIC_AUTO
5959
libraries:
6060
- name: bigframes
61-
version: 2.44.0
61+
version: 2.45.0
6262
python:
6363
library_type: INTEGRATION
6464
- name: bigquery-magics

packages/bigframes/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55
[1]: https://pypi.org/project/bigframes/#history
66

7+
## [2.45.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.44.0...bigframes-v2.45.0) (2026-07-08)
8+
9+
10+
### Features
11+
12+
* **bigframes:** add ai.classify, ai.score, ai.if_ to the df bq accessor ([#17569](https://github.com/googleapis/google-cloud-python/issues/17569)) ([4f94be8](https://github.com/googleapis/google-cloud-python/commit/4f94be8f01971380f0fb5b433ab33d7b4cb7176d))
13+
* **bigframes:** Enable local udf execution ([#17588](https://github.com/googleapis/google-cloud-python/issues/17588)) ([b8ed34c](https://github.com/googleapis/google-cloud-python/commit/b8ed34cc05101c58ef285822d86298cd0f56613c))
14+
* **bigframes:** UDF transpiler handles some control flow ([#17558](https://github.com/googleapis/google-cloud-python/issues/17558)) ([a8cbde3](https://github.com/googleapis/google-cloud-python/commit/a8cbde39199f838a43ebc8b938ad722595655abd))
15+
* support gemini-3.x models ([#17615](https://github.com/googleapis/google-cloud-python/issues/17615)) ([5d0efa3](https://github.com/googleapis/google-cloud-python/commit/5d0efa3cb86568a33a5b3097f30733d39fcbef66))
16+
17+
18+
### Bug Fixes
19+
20+
* bump gdal from 3.13.0 to 3.13.1 in /packages/bigframes ([#17609](https://github.com/googleapis/google-cloud-python/issues/17609)) ([0f4bfed](https://github.com/googleapis/google-cloud-python/commit/0f4bfed4685a362f6487cd4cb02ead3c0dde85c9))
21+
* bump gradio from 5.39.0 to 6.15.0 in /packages/bigframes ([#17619](https://github.com/googleapis/google-cloud-python/issues/17619)) ([bddda6a](https://github.com/googleapis/google-cloud-python/commit/bddda6a11a9c9bcce2d9e8b665b63d47f49f894f))
22+
* bump transformers from 4.54.1 to 5.3.0 in /packages/bigframes ([#17610](https://github.com/googleapis/google-cloud-python/issues/17610)) ([10eca3f](https://github.com/googleapis/google-cloud-python/commit/10eca3f4b6578c9451b06cdb2889561563fa8d0d))
23+
724
## [2.44.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.43.0...bigframes-v2.44.0) (2026-06-25)
825

926

packages/bigframes/bigframes/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.44.0"
15+
__version__ = "2.45.0"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2026-06-12"

packages/bigframes/third_party/bigframes_vendored/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.44.0"
15+
__version__ = "2.45.0"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2026-06-12"

0 commit comments

Comments
 (0)