chore: librarian release pull request: 20251113T215818Z #2265
+33
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v1.0.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
bigframes: 2.29.0
2.29.0 (2025-11-13)
Features
add bigframes.bigquery.st_regionstats to join raster data from Earth Engine (feat: add bigframes.bigquery.st_regionstats to join raster data from Earth Engine #2228) (10ec52f3)
Support mixed scalar-analytic expressions (feat: Support mixed scalar-analytic expressions #2239) (20ab469d)
Preserve source names better for more readable sql (feat: Preserve source names better for more readable sql #2243) (64995d65)
pivot_table supports fill_value arg (feat: pivot_table supports fill_value arg #2257) (8f490e68)
Support builtins funcs for df.agg (feat: Support builtins funcs for df.agg #2256) (956a5b00)
Add bigframes.pandas.crosstab (feat: Add bigframes.pandas.crosstab #2231) (c62e5535)
add DataFrame.resample and Series.resample (feat: add DataFrame.resample and Series.resample #2213) (c9ca02c5)
SQL Cell no longer escapes formatted string values (feat: SQL Cell no longer escapes formatted string values #2245) (d2d38f94)
support left_index and right_index for merge (feat: support left_index and right_index for merge #2220) (da9ba267)
Bug Fixes
Correctly iterate over null struct values in ManagedArrowTable (fix: Correctly iterate over null struct values in ManagedArrowTable #2209) (12e04d55)
support results with STRUCT and ARRAY columns containing JSON subfields in
to_pandas_batches()(fix: support results with STRUCT and ARRAY columns containing JSON subfields into_pandas_batches()#2216) (3d8b17fa)simplify UnsupportedTypeError message (fix: simplify UnsupportedTypeError message #2212) (6c9a18d7)
do not warn with DefaultIndexWarning in partial ordering mode (fix: do not warn with DefaultIndexWarning in partial ordering mode #2230) (cc2dbae6)
Documentation
update notebook for JSON subfields support in to_pandas_batches() (docs: update notebook for JSON subfields support in to_pandas_batches() #2138) (5663d2a1)
switch API reference docs to pydata theme (docs: switch API reference docs to pydata theme #2237) (9b86dcf8)