python-bigquery-dataframes icon indicating copy to clipboard operation
python-bigquery-dataframes copied to clipboard

chore(deps): update all dependencies

Open renovate-bot opened this issue 11 months ago • 1 comments

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
actions/upload-pages-artifact action major v3 -> v4 age confidence
bigframes major ==1.11.1 -> ==2.29.0 age confidence
bigframes minor ==2.25.0 -> ==2.29.0 age confidence
google-cloud-testutils minor ==1.4.0 -> ==1.7.0 age confidence
polars (changelog) minor ==1.24.0 -> ==1.35.2 age confidence
pyarrow major ==21.0.0 -> ==22.0.0 age confidence
pytest (changelog) major ==8.3.2 -> ==9.0.1 age confidence
python uses-with minor 3.10 -> 3.14 age confidence
python uses-with minor 3.13 -> 3.14 age confidence

Release Notes

actions/checkout (actions/checkout)

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.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

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
  • Add code snippets for session and IO public docs (#​1919) (6e01cbe)
  • Add snippets for performance optimization doc ([#​1923](https://redirect.github.com/googleapis/python-

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 avatar Mar 12 '25 18:03 renovate-bot

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

forking-renovate[bot] avatar Mar 12 '25 22:03 forking-renovate[bot]