Skip to content

Commit 7823422

Browse files
chore(main): release bigframes 2.46.0 (#17686)
🤖 I have created a release *beep* *boop* --- ## [2.46.0](bigframes-v2.45.0...bigframes-v2.46.0) (2026-07-16) ### Features * **bigframes:** Support groupby.agg/transform with udf transpiler ([#17613](#17613)) ([cae94f9](cae94f9)) * **bigframes:** support offset-based column access via iloc ([#17367](#17367)) ([4253fab](4253fab)) ### Bug Fixes * **bigframes:** Fix sqlglot backend regressions ([#17655](#17655)) ([91f93bc](91f93bc)) * bump gradio from 6.15.0 to 6.15.1 in /packages/bigframes ([#17712](#17712)) ([a85d59f](a85d59f)) * bump mistune from 3.2.1 to 3.3.0 in /packages/bigframes ([#17694](#17694)) ([e5f7fef](e5f7fef)) * bump soupsieve from 2.7 to 2.8.4 in /packages/bigframes ([#17695](#17695)) ([635da34](635da34)) * bump transformers from 5.3.0 to 5.5.0 in /packages/bigframes ([#17700](#17700)) ([4b049c4](4b049c4)) * emit bracketed inline array syntax for scalar subquery expressions ([#17716](#17716)) ([ce5fd50](ce5fd50)) ### Documentation * make landing page quickstart runnable ([fc423c8](fc423c8)) * make landing page quickstart runnable ([#17687](#17687)) ([fc423c8](fc423c8)) --- 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 ce5fd50 commit 7823422

5 files changed

Lines changed: 28 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.45.0",
2+
"packages/bigframes": "2.46.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.45.0
61+
version: 2.46.0
6262
python:
6363
library_type: INTEGRATION
6464
- name: bigquery-magics

packages/bigframes/CHANGELOG.md

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

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

7+
## [2.46.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.45.0...bigframes-v2.46.0) (2026-07-16)
8+
9+
10+
### Features
11+
12+
* **bigframes:** Support groupby.agg/transform with udf transpiler ([#17613](https://github.com/googleapis/google-cloud-python/issues/17613)) ([cae94f9](https://github.com/googleapis/google-cloud-python/commit/cae94f99121d7708671a35acf82616cfe378cccb))
13+
* **bigframes:** support offset-based column access via iloc ([#17367](https://github.com/googleapis/google-cloud-python/issues/17367)) ([4253fab](https://github.com/googleapis/google-cloud-python/commit/4253fab07ccdb2b94e247f8dade793828754b88b))
14+
15+
16+
### Bug Fixes
17+
18+
* **bigframes:** Fix sqlglot backend regressions ([#17655](https://github.com/googleapis/google-cloud-python/issues/17655)) ([91f93bc](https://github.com/googleapis/google-cloud-python/commit/91f93bcd7b71b6cea62f506ed684500cec1eb6bb))
19+
* bump gradio from 6.15.0 to 6.15.1 in /packages/bigframes ([#17712](https://github.com/googleapis/google-cloud-python/issues/17712)) ([a85d59f](https://github.com/googleapis/google-cloud-python/commit/a85d59f39998d94cbac8d5e98547f18b3cc5e5be))
20+
* bump mistune from 3.2.1 to 3.3.0 in /packages/bigframes ([#17694](https://github.com/googleapis/google-cloud-python/issues/17694)) ([e5f7fef](https://github.com/googleapis/google-cloud-python/commit/e5f7fef31c2bbe5f559f4c79fdaf4ebcf6e1bd3f))
21+
* bump soupsieve from 2.7 to 2.8.4 in /packages/bigframes ([#17695](https://github.com/googleapis/google-cloud-python/issues/17695)) ([635da34](https://github.com/googleapis/google-cloud-python/commit/635da3453b2ba78b8abea43c554a055257f33aa1))
22+
* bump transformers from 5.3.0 to 5.5.0 in /packages/bigframes ([#17700](https://github.com/googleapis/google-cloud-python/issues/17700)) ([4b049c4](https://github.com/googleapis/google-cloud-python/commit/4b049c4eb8dc1ec91320b55fe515c339cd448af3))
23+
* emit bracketed inline array syntax for scalar subquery expressions ([#17716](https://github.com/googleapis/google-cloud-python/issues/17716)) ([ce5fd50](https://github.com/googleapis/google-cloud-python/commit/ce5fd500b68c16f56ea8066d8a6fa4b0b8d92081))
24+
25+
26+
### Documentation
27+
28+
* make landing page quickstart runnable ([fc423c8](https://github.com/googleapis/google-cloud-python/commit/fc423c809cc80168f45fee795d5db5dc7a571fb1))
29+
* make landing page quickstart runnable ([#17687](https://github.com/googleapis/google-cloud-python/issues/17687)) ([fc423c8](https://github.com/googleapis/google-cloud-python/commit/fc423c809cc80168f45fee795d5db5dc7a571fb1))
30+
731
## [2.45.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.44.0...bigframes-v2.45.0) (2026-07-08)
832

933

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.45.0"
15+
__version__ = "2.46.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.45.0"
15+
__version__ = "2.46.0"
1616

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

0 commit comments

Comments
 (0)