- Notifications
You must be signed in to change notification settings - Fork63
chore: librarian release pull request: 20251113T215818Z#2265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
sycai commentedNov 13, 2025
Could you clarify the purpose of this PR? BigFrames 2.29.0 has already been released with#2242 |
tswast commentedDec 1, 2025
I am similarly confused. I see we still get release-please PRs in this repo.#2249 Are we migrating to librarian? If so, we might need to be a bit more cautious about what we merge to the |
parthea commentedDec 1, 2025
I've reached out to@tswast offline to complete the onboarding to librarian |
tswast commentedDec 3, 2025
Closing in favor of#2308 |
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)