Skip to content

Conversation

renovate-bot
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4 -> v5 age confidence
actions/setup-python action major v5 -> v6 age confidence
bigframes major ==1.11.1 -> ==2.21.0 age confidence
google-cloud-testutils minor ==1.4.0 -> ==1.6.4 age confidence
polars (changelog) minor ==1.3.0 -> ==1.33.1 age confidence
pyarrow major ==15.0.0 -> ==21.0.0 age confidence
pytest (changelog) minor ==8.3.2 -> ==8.4.2 age confidence
python uses-with minor 3.10 -> 3.13 age confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

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

v6

Compare Source

googleapis/python-bigquery-dataframes (bigframes)

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

Features
Bug Fixes
Performance Improvements
  • Faster session startup by defering anon dataset fetch (#​1982) (2720c4c)
Documentation
  • Add examples of running bigframes in kaggle (#​2002) (7d89d76)
  • Remove preview warning from partial ordering mode sample notebook (#​1986) (132e0ed)

v2.15.0

Compare Source

Features
Bug Fixes
  • Add warnings for duplicated or conflicting type hints in bigfram… (#​1956) (d38e42c)
  • Make remote_function more robust when there are create_function retries (#​1973) (cd954ac)
  • Make ExecutionMetrics stats tracking more robust to missing stats (#​1977) (feb3ff4)
Performance Improvements
  • Remove an unnecessary extra dry_run query from read_gbq_table (#​1972) (d17b711)
Documentation

v2.14.0

Compare Source

Features
Bug Fixes
Performance Improvements
  • Use promote_offsets for consistent row number generation for index.get_loc (#​1957) (c67a25a)
Documentation
  • Add code snippet for storing dataframes to a CSV file (#​1943) (a511e09)
  • Add code snippet for storing dataframes to a CSV file (#​1953) (a298a02)

v2.13.0

Compare Source

Features
Bug Fixes
Dependencies

v2.12.0

Compare Source

Features
Bug Fixes
  • Correct min field from max() to min() in remote function tests (#​1917) (d5c54fc)
  • Resolve location reset issue in bigquery options (#​1914) (c15cb8a)
  • Series.str.isdigit in unicode superscripts and fractions (#​1924) (8d46c36)
Documentation

v2.11.0

Compare Source

Features
Bug Fixes

v2.10.0

Compare Source

Features
Bug Fixes
Documentation

v2.9.0

Compare Source

Features
Bug Fixes
  • Fix bug selecting column repeatedly (#​1858) (cc339e9)
  • Fix bug with DataFrame.agg for string values (#​1870) (81e4d64)
  • Generate GoogleSQL instead of legacy SQL data types for dry_run=True from bpd._read_gbq_colab with local pandas DataFrame (#​1867) (fab3c38)
  • Revert dict back to protobuf in the iam binding update (#​1838) (9fb3cb4)
Documentation

v2.8.0

Compare Source

⚠ BREAKING CHANGES
  • add required param 'engine' to multimodal functions (#​1834)
Features
  • Add bpd.options.compute.maximum_result_rows option to limit client data download (#​1829) (e22a3f6)
  • Add bpd.options.display.repr_mode = "anywidget" to create an interactive display of the results (#​1820) (be0a3cf)
  • Add DataFrame.ai.forecast() support (#​1828) (7bc7f36)
  • Add describe() method to Series (#​1827) (a4205f8)
  • Add required param 'engine' to multimodal functions (#​1834) (37666e4)
Performance Improvements
Documentation

v2.7.0

Compare Source

Features
Bug Fixes
Documentation
  • Document how to use ai.map() for information extraction (#​1808) (b586746)
  • Rearrange README.rst to include a short code sample (#​1812) (f6265db)
  • Use pandas API instead of pandas-like or pandas-compatible (#​1825) (aa32369)

v2.6.0

Compare Source

Features
Bug Fixes
  • Address read_csv with both index_col and use_cols behavior inconsistency with pandas (#​1785) (ba7c313)
  • Allow KMeans model init parameter as k-means++ alias (#​1790) (0b59cf1)
  • Replace function now can handle bpd.NA value. (#​1786) (7269512)
Documentation
  • Adjust strip method examples to match latest pandas (#​1797) (817b0c0)
  • Fix docstrings to improve html rendering of code examples (#​1788) (38d9b73)

v2.5.0

Compare Source

⚠ BREAKING CHANGES
  • the updated ai.map() parameter list is not backward-compatible
Features
Bug Fixes

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 Sep 21, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 21, 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 Sep 21, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 21, 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 Sep 21, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 21, 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 Sep 22, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 22, 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 Sep 22, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 22, 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 Sep 22, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 22, 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 Sep 22, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 22, 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 Sep 23, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 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 Sep 23, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 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 Sep 23, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 23, 2025
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: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants