Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 12, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4v6 age confidence
actions/setup-python action major v5v6 age confidence
actions/upload-pages-artifact action major v3v4 age confidence
bigframes major ==1.11.1==2.33.0 age confidence
bigframes minor ==2.25.0==2.33.0 age confidence
google-cloud-testutils minor ==1.4.0==1.7.0 age confidence
jest (source) devDependencies major ^29.7.0^30.0.0 age confidence
jest-environment-jsdom (source) devDependencies major ^29.7.0^30.0.0 age confidence
jsdom devDependencies major ^24.1.0^27.0.0 age confidence
polars (changelog) minor ==1.24.0==1.37.1 age confidence
pyarrow major ==21.0.0==23.0.0 age confidence
pytest (changelog) major ==8.3.2==9.0.2 age confidence
python uses-with minor 3.103.14 age confidence
python uses-with minor 3.133.14 age confidence

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

actions/setup-python (actions/setup-python)

v6

Compare Source

actions/upload-pages-artifact (actions/upload-pages-artifact)

v4

Compare Source

googleapis/python-bigquery-dataframes (bigframes)

v2.33.0

Compare Source

Features
Bug Fixes

v2.32.0

Compare Source

Documentation
Features
Bug Fixes

v2.31.0

Compare Source

Features
Bug Fixes

v2.30.0

Compare Source

Documentation
Features
Bug Fixes

v2.29.1

Compare Source

Full Changelog: v2.29.0...v2.29.1

Bug Fixes
  • Bound sqlglot version below 28 (#​2275)

v2.29.0

Compare Source

Features
  • Add bigframes.bigquery.st_regionstats to join raster data from Earth Engine (#​2228) (10ec52f)
  • Add DataFrame.resample and Series.resample (#​2213) (c9ca02c)
  • SQL Cell no longer escapes formatted string values (#​2245) (d2d38f9)
  • Support left_index and right_index for merge (#​2220) (da9ba26)
Bug Fixes
  • Correctly iterate over null struct values in ManagedArrowTable (#​2209) (12e04d5)
  • Simplify UnsupportedTypeError message (#​2212) (6c9a18d)
  • Support results with STRUCT and ARRAY columns containing JSON subfields in to_pandas_batches() (#​2216) (3d8b17f)
Documentation
  • Switch API reference docs to pydata theme (#​2237) (9b86dcf)
  • Update notebook for JSON subfields support in to_pandas_batches() (#​2138) (5663d2a)

v2.28.0

Compare Source

Features
Bug Fixes
  • Correct connection normalization in blob system tests (#​2222) (a0e1e50)
  • Improve error handling in blob operations (#​2194) (d410046)
  • Resolve AttributeError in TableWidget and improve initialization (#​1937) (4c4c9b1)
Documentation

v2.27.0

Compare Source

Features
Documentation

v2.26.0

Compare Source

⚠ BREAKING CHANGES
  • turn Series.struct.dtypes into a property to match pandas (#​2169)
Features
  • Add df.sort_index(axis=1) (#​2173) (ebf95e3)
  • Enhanced multimodal error handling with verbose mode for blob image functions (#​2024) (f9e28fe)
  • Implement cos, sin, and log operations for polars compiler (#​2170) (5613e44)
  • Make all and any compatible with integer columns on Polars session (#​2154) (6353d6e)
Bug Fixes
Documentation
  • Clarify that only NULL values are handled by fillna/isna, not NaN (#​2176) (8f27e73)
  • Remove import bigframes.pandas as bpd boilerplate from many samples (#​2147) (1a01ab9)

v2.25.0

Compare Source

Features
  • Add barh, pie plot types (#​2146) (5cc3c5b)
  • Add Index.eq for consts, aligned objects (#​2141) (8514200)
  • Add output_schema parameter to ai.generate() (#​2139) (ef0b0b7)
  • Create session-scoped cut, DataFrame, MultiIndex, Index, Series, to_datetime, and to_timedelta methods (#​2157) (5e1e809)
  • Replace ML.GENERATE_TEXT with AI.GENERATE for audio transcription (#​2151) (a410d0a)
  • Support string literal inputs for AI functions (#​2152) (7600001)
Bug Fixes
Documentation

v2.24.0

Compare Source

Features
Bug Fixes
Performance Improvements

v2.23.0

Compare Source

Features
  • Add ai.generate_double to bigframes.bigquery package (#​2111) (6b8154c)
Bug Fixes
Documentation

v2.22.0

Compare Source

Features
Bug Fixes

v2.21.0

Compare Source

Features
Bug Fixes
  • Allow bigframes.options.bigquery.credentials to be None (#​2092) (78f4001)

v2.20.0

Compare Source

Features
Bug Fixes
  • Deflake ai_gen_bool multimodel test (#​2085) (566a37a)
  • Do not scroll page selector in anywidget repr_mode (#​2082) (5ce5d63)
  • Fix the potential invalid VPC egress configuration (#​2068) (cce4966)
  • Return a DataFrame containing query stats for all non-SELECT statements (#​2071) (a52b913)
  • Use the remote and managed functions for bigframes results (#​2079) (49b91e8)
Performance Improvements

v2.19.0

Compare Source

Features
Bug Fixes

v2.18.0

Compare Source

⚠ BREAKING CHANGES
  • add allow_large_results option to read_gbq_query, aligning with bpd.options.compute.allow_large_results option (#​1935)
Features
Bug Fixes
  • Fix scalar op lowering tree walk (#​2029) (935af10)
  • Read_csv fails when check file size for wildcard gcs files (#​2019) (b0d620b)
  • Resolve the validation issue for other arg in dataframe where method (#​2042) (8689199)
Performance Improvements

v2.17.0

Compare Source

Features

v2.16.0

[Compare Source](https://redirect.github.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners March 12, 2025 18:37
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 12, 2025
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Mar 12, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 12, 2025
@product-auto-label product-auto-label bot added api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. samples Issues that are directly related to samples. labels Mar 12, 2025
@parthea parthea added the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 12, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 12, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 12, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 12, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 12, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 12, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 12, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 12, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 12, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 12, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 12, 2025
@parthea parthea added kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 12, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 15, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 15, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 23, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 23, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 26, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 26, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 31, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 31, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 6, 2026
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 6, 2026
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 8, 2026
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 8, 2026
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 10, 2026
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 10, 2026
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 12, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 12, 2026
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 18, 2026
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 18, 2026
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 23, 2026
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples. size: xl Pull request size is extra large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants