Skip to content

Commit fcf4f31

Browse files
committed
chore: create a release
1 parent f1d0aef commit fcf4f31

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
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:39628f6e89c9cad27973b9a39a50f7052bec0435ee58c7027b4fa6b655943e31
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
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-07)
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+
* support left_index and right_index for merge (#2220) ([da9ba267812c01ffa6fa0b09943d7a4c63b8f187](https://github.com/googleapis/google-cloud-python/commit/da9ba267812c01ffa6fa0b09943d7a4c63b8f187))
19+
* add bigframes.bigquery.st_regionstats to join raster data from Earth Engine (#2228) ([10ec52f30a0a9c61b9eda9cf4f9bd6aa0cd95db5](https://github.com/googleapis/google-cloud-python/commit/10ec52f30a0a9c61b9eda9cf4f9bd6aa0cd95db5))
20+
* add DataFrame.resample and Series.resample (#2213) ([c9ca02c5194c8b8e9b940eddd2224efd2ff0d5d9](https://github.com/googleapis/google-cloud-python/commit/c9ca02c5194c8b8e9b940eddd2224efd2ff0d5d9))
21+
22+
23+
### Bug Fixes
24+
25+
* simplify UnsupportedTypeError message (#2212) ([6c9a18d7e67841c6fe6c1c6f34f80b950815141f](https://github.com/googleapis/google-cloud-python/commit/6c9a18d7e67841c6fe6c1c6f34f80b950815141f))
26+
* 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))
27+
728
## [2.28.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.27.0...v2.28.0) (2025-11-03)
829

930

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.28.0"
15+
__version__ = "2.29.0"
1616

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

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.28.0"
15+
__version__ = "2.29.0"
1616

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

0 commit comments

Comments
 (0)