Skip to content

chore(deps): update all dependencies #1485

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
bigframes major ==1.11.1 -> ==2.16.0 age confidence
google-cloud-testutils minor ==1.4.0 -> ==1.6.4 age confidence
polars (changelog) minor ==1.3.0 -> ==1.32.3 age confidence
pyarrow major ==15.0.0 -> ==21.0.0 age confidence
pytest (changelog) minor ==8.3.2 -> ==8.4.1 age confidence
python uses-with minor 3.10 -> 3.13 age confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

googleapis/python-bigquery-dataframes (bigframes)

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
Performance Improvements
Dependencies
Documentation
  • Add llm output_schema notebook (#​1732) (b2261cc)
  • Add MatrixFactorization to the table of contents (#​1725) (611e43b)
  • Fix typo for "population" in the GeminiTextGenerator.predict(..., output_schema={...}) sample notebook (#​1748) (bd07e05)
  • Integrations notebook extracts token from bqclient._http.credentials instead of bqclient._credentials (#​1784) (6e63eca)
  • Updated multimodal notebook instructions (#​1745) (1df8ca6)
  • Use partial ordering mode in the quickstart sample (#​1734) (476b7dd)

v2.4.0

Compare Source

Features
Bug Fixes
Performance Improvements
Dependencies
Documentation
  • Add snippets for Matrix Factorization tutorials (#​1630) (24b37ae)
  • Deprecate bpd.options.bigquery.allow_large_results in favor of bpd.options.compute.allow_large_results (#​1597) (18780b4)
  • Include import statement in the bigframes code snippet (#​1699) (08d70b6)
  • Include the clean-up step in the udf code snippet (#​1698) (48992e2)
  • Move multimodal notebook out of experimental folder (#​1712) (68b6532)
  • Update blob_display option in snippets (#​1714) (8b30143)

v2.3.0

Compare Source

Features
  • Add dry_run parameter to read_gbq(), read_gbq_table() and read_gbq_query() (#​1674) (4c5dee5)
Bug Fixes
  • Guarantee guid thread safety across threads (#​1684) (cb0267d)
  • Support large lists of lists in bpd.Series() constructor (#​1662) (0f4024c)
  • Use value equality to check types for unix epoch functions and timestamp diff (#​1690) (81e8fb8)
Performance Improvements
  • to_datetime() now avoids caching inputs unless data is inspected to infer format (#​1667) (dd08857)
Documentation

v2.2.0

[Compare


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
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 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 Aug 21, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 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 Aug 21, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 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 Aug 22, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 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 Aug 22, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 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 Aug 23, 2025
@bigframes-bot bigframes-bot removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Aug 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 Aug 23, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 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 Aug 23, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 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 Aug 24, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 24, 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 Aug 24, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 24, 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