Skip to content

Commit 7141356

Browse files
authored
chore: librarian release pull request: 20260608T235726Z (googleapis#17403)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.16.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e <details><summary>bigframes: v2.42.0</summary> ## [v2.42.0](googleapis/google-cloud-python@bigframes-v2.41.0...bigframes-v2.42.0) (2026-06-08) ### Features * Add ai_generate functions to the dataframe bq accessor (googleapis#17302) ([6b62cb6](googleapis@6b62cb6f)) * support automatic per-cell execution history filtering and isolated callbacks (googleapis#17144) ([7d44011](googleapis@7d440111)) * create `Series.bigquery.function_name` accessors for array and AEAD functions (googleapis#17279) ([d01a4ba](googleapis@d01a4ba3)) ### Bug Fixes * include pyopenssl as a dependency (googleapis#17362) ([1f6205e](googleapis@1f6205ee)) * Fix IsInOp literal bug with sqlglot (googleapis#17356) ([a3d93af](googleapis@a3d93afe)) * nameless column to_frame bug for pandas 3.0 (googleapis#17371) ([b23bfa4](googleapis@b23bfa4c)) </details>
1 parent 8210113 commit 7141356

5 files changed

Lines changed: 22 additions & 6 deletions

File tree

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e
1515
libraries:
1616
- id: bigframes
17-
version: 2.41.0
17+
version: 2.42.0
1818
last_generated_commit: ""
1919
apis: []
2020
source_roots:

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.41.0
61+
version: 2.42.0
6262
skip_release: true
6363
python:
6464
library_type: INTEGRATION

packages/bigframes/CHANGELOG.md

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

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

7+
## [2.42.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.41.0...bigframes-v2.42.0) (2026-06-08)
8+
9+
10+
### Features
11+
12+
* create `Series.bigquery.function_name` accessors for array and AEAD functions (#17279) ([d01a4ba30040cfcb6498d0e9ef3ed3a54d56239d](https://github.com/googleapis/google-cloud-python/commit/d01a4ba30040cfcb6498d0e9ef3ed3a54d56239d))
13+
* support automatic per-cell execution history filtering and isolated callbacks (#17144) ([7d440111d836b94f0ce22f6b08c7ce0e7bf4a38a](https://github.com/googleapis/google-cloud-python/commit/7d440111d836b94f0ce22f6b08c7ce0e7bf4a38a))
14+
* Add ai_generate functions to the dataframe bq accessor (#17302) ([6b62cb6fb3de94326b8944ae08a400c12529cad2](https://github.com/googleapis/google-cloud-python/commit/6b62cb6fb3de94326b8944ae08a400c12529cad2))
15+
16+
17+
### Bug Fixes
18+
19+
* nameless column to_frame bug for pandas 3.0 (#17371) ([b23bfa4ceb819bca8201a7fe8b64a9bed56733f0](https://github.com/googleapis/google-cloud-python/commit/b23bfa4ceb819bca8201a7fe8b64a9bed56733f0))
20+
* include pyopenssl as a dependency (#17362) ([1f6205ee5a370249ece2c2cc7131a47830ef00ea](https://github.com/googleapis/google-cloud-python/commit/1f6205ee5a370249ece2c2cc7131a47830ef00ea))
21+
* Fix IsInOp literal bug with sqlglot (#17356) ([a3d93afe74dd2b5ec8a2ae92f91c95962764debe](https://github.com/googleapis/google-cloud-python/commit/a3d93afe74dd2b5ec8a2ae92f91c95962764debe))
22+
723
## [2.41.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.40.0...bigframes-v2.41.0) (2026-05-28)
824

925

packages/bigframes/bigframes/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.41.0"
15+
__version__ = "2.42.0"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2026-05-28"
18+
__release_date__ = "2026-06-08"
1919
# {x-release-please-end}

packages/bigframes/third_party/bigframes_vendored/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.41.0"
15+
__version__ = "2.42.0"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2026-05-28"
18+
__release_date__ = "2026-06-08"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)