Skip to content

Commit b40b25e

Browse files
committed
chore: create a release
1 parent f73fb98 commit b40b25e

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
22
libraries:
33
- id: bigframes
4-
version: 2.28.0
4+
version: 2.29.0
5+
last_generated_commit: ""
56
apis: []
67
source_roots:
78
- .

CHANGELOG.md

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

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

7+
## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.28.0...bigframes-v2.29.0) (2025-11-13)
8+
9+
10+
### Documentation
11+
12+
* switch API reference docs to pydata theme (#2237) ([9b86dcf87929648bf5ab565dfd46a23b639f01ac](https://github.com/googleapis/google-cloud-python/commit/9b86dcf87929648bf5ab565dfd46a23b639f01ac))
13+
* update notebook for JSON subfields support in to_pandas_batches() (#2138) ([5663d2a18064589596558af109e915f87d426eb0](https://github.com/googleapis/google-cloud-python/commit/5663d2a18064589596558af109e915f87d426eb0))
14+
15+
16+
### Features
17+
18+
* pivot_table supports fill_value arg (#2257) ([8f490e68a9a2584236486060ad3b55923781d975](https://github.com/googleapis/google-cloud-python/commit/8f490e68a9a2584236486060ad3b55923781d975))
19+
* Support mixed scalar-analytic expressions (#2239) ([20ab469d29767a2f04fe02aa66797893ecd1c539](https://github.com/googleapis/google-cloud-python/commit/20ab469d29767a2f04fe02aa66797893ecd1c539))
20+
* Support builtins funcs for df.agg (#2256) ([956a5b00dff55b73e3cbebb4e6e81672680f1f63](https://github.com/googleapis/google-cloud-python/commit/956a5b00dff55b73e3cbebb4e6e81672680f1f63))
21+
* Preserve source names better for more readable sql (#2243) ([64995d659837a8576b2ee9335921904e577c7014](https://github.com/googleapis/google-cloud-python/commit/64995d659837a8576b2ee9335921904e577c7014))
22+
* Add bigframes.pandas.crosstab (#2231) ([c62e5535ed4c19b6d65f9a46cb1531e8099621b2](https://github.com/googleapis/google-cloud-python/commit/c62e5535ed4c19b6d65f9a46cb1531e8099621b2))
23+
* SQL Cell no longer escapes formatted string values (#2245) ([d2d38f94ed8333eae6f9cff3833177756eefe85a](https://github.com/googleapis/google-cloud-python/commit/d2d38f94ed8333eae6f9cff3833177756eefe85a))
24+
* support left_index and right_index for merge (#2220) ([da9ba267812c01ffa6fa0b09943d7a4c63b8f187](https://github.com/googleapis/google-cloud-python/commit/da9ba267812c01ffa6fa0b09943d7a4c63b8f187))
25+
* add bigframes.bigquery.st_regionstats to join raster data from Earth Engine (#2228) ([10ec52f30a0a9c61b9eda9cf4f9bd6aa0cd95db5](https://github.com/googleapis/google-cloud-python/commit/10ec52f30a0a9c61b9eda9cf4f9bd6aa0cd95db5))
26+
* add DataFrame.resample and Series.resample (#2213) ([c9ca02c5194c8b8e9b940eddd2224efd2ff0d5d9](https://github.com/googleapis/google-cloud-python/commit/c9ca02c5194c8b8e9b940eddd2224efd2ff0d5d9))
27+
28+
29+
### Bug Fixes
30+
31+
* do not warn with DefaultIndexWarning in partial ordering mode (#2230) ([cc2dbae684103a21fe8838468f7eb8267188780d](https://github.com/googleapis/google-cloud-python/commit/cc2dbae684103a21fe8838468f7eb8267188780d))
32+
* Correctly iterate over null struct values in ManagedArrowTable (#2209) ([12e04d55f0d6aef1297b7ca773935aecf3313ee7](https://github.com/googleapis/google-cloud-python/commit/12e04d55f0d6aef1297b7ca773935aecf3313ee7))
33+
* simplify UnsupportedTypeError message (#2212) ([6c9a18d7e67841c6fe6c1c6f34f80b950815141f](https://github.com/googleapis/google-cloud-python/commit/6c9a18d7e67841c6fe6c1c6f34f80b950815141f))
34+
* support results with STRUCT and ARRAY columns containing JSON subfields in `to_pandas_batches()` (#2216) ([3d8b17fa5eb9bbfc9e151031141a419f2dc3acb4](https://github.com/googleapis/google-cloud-python/commit/3d8b17fa5eb9bbfc9e151031141a419f2dc3acb4))
35+
736
## [2.29.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.28.0...v2.29.0) (2025-11-10)
837

938

bigframes/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
__version__ = "2.29.0"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-11-10"
18+
__release_date__ = "2025-11-13"
1919
# {x-release-please-end}

third_party/bigframes_vendored/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
__version__ = "2.29.0"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-11-10"
18+
__release_date__ = "2025-11-13"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)