Skip to content
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

chore(deps): update all dependencies #1157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bigframes ==1.11.1 -> ==1.26.0 age adoption passing confidence
polars (changelog) ==1.3.0 -> ==1.13.1 age adoption passing confidence
pyarrow ==15.0.0 -> ==18.0.0 age adoption passing confidence
pytest (changelog) ==8.3.2 -> ==8.3.3 age adoption passing confidence
tomli (changelog) ==2.0.2 -> ==2.1.0 age adoption passing confidence

Release Notes

googleapis/python-bigquery-dataframes (bigframes)

v1.26.0

Compare Source

Features
Bug Fixes
  • Fix Series.to_frame generating string label instead of int where name is None (#​1118) (14e32b5)
  • Update the API documentation with newly added rep (#​1120) (72c228b)
Performance Improvements
Documentation
  • Add file for Classification with a Boosted Treed Model and snippet for preparing sample data (#​1135) (7ac6639)
  • Add snippet for Linear Regression tutorial Predict Outcomes section (#​1101) (108f4a9)
  • Update DataFrame docstrings to include the errors section (#​1127) (a38d4c4)
  • Update GroupBy docstrings (#​1103) (9867a78)
  • Update Session doctrings to include exceptions (#​1130) (a870421)

v1.25.0

Compare Source

Features
  • Add the ground_with_google_search option for GeminiTextGenerator predict (#​1119) (ca02cd4)
  • Add warning when user tries to access struct series fields with __getitem__ (#​1082) (20e5c58)
  • Allow fit to take additional eval data in linear and ensemble models (#​1096) (254875c)
  • Support context manager for bigframes session (#​1107) (5f7b8b1)
Performance Improvements
  • Improve series.unique performance and replace drop_duplicates i… (#​1108) (499f24a)

v1.24.0

Compare Source

Features
Documentation

v1.22.0

Compare Source

Features
  • Support regional endpoints for more bigquery locations (#​1061) (45b672a)
  • Update LLM generators to warn user about model name instead of raising error. (#​1048) (650d80d)
Bug Fixes
Performance Improvements
Documentation
  • Add docstring return type section to BigQueryOptions class (#​964) (307385f)

v1.21.0

Compare Source

Features
Bug Fixes
Documentation

v1.20.0

Compare Source

Features
  • Add bigframes.bigquery.approx_top_count (#​1010) (3263bd7)
  • Add bigframes.ml.compose.SQLScalarColumnTransformer to create custom SQL-based transformations (#​955) (1930b4e)
  • Allow multiple columns input for llm models (#​998) (2fe5e48)
Bug Fixes
Documentation
  • Limit pypi notebook to 7 days and add more info about differences with partial ordering mode (#​1013) (3c54399)
  • Move and edit existing linear-regression tutorial snippet (#​991) (4cb62fd)

v1.19.0

Compare Source

Features
Bug Fixes
Performance Improvements
  • Join op discards child ordering in unordered mode (#​923) (1b5b0ee)
Dependencies

v1.18.0

Compare Source

Features
  • Add "include" param to describe for string types (#​973) (deac6d2)
  • Add subset parameter to DataFrame.dropna to select which columns to consider (#​981) (f7c03dc)
Bug Fixes
  • DataFrameGroupby.agg now works with unnamed tuples (#​985) (0f047b4)
  • Fix a bug that raises exception when re-indexing columns with their original order (#​988) (596b03b)
  • Make the Series.apply outcome assignable to the original dataframe in partial ordering mode (#​874) (c94ead9)
Dependencies

v1.17.0

Compare Source

Features
Bug Fixes
Documentation
  • Add docstring returns section to Options (#​937) (a2640a2)
  • Update title of pypi notebook example to reflect use of the PyPI public dataset (#​952) (cd62e60)

v1.16.0

Compare Source

Features
  • Add DataFrame.struct.explode to add struct subfields to a DataFrame (#​916) (ad2f75e)
  • Implement bigframes.bigquery.json_extract_array (#​910) (575a29e)
  • Recover struct column from exploded Series (#​904) (7dd304c)
Bug Fixes
Performance Improvements
Dependencies
Documentation
  • Add Claude3 ML and RemoteFunc notebooks (#​930) (cfd16c1)
  • Create sample notebook to manipulate struct and array data (#​883) (3031903)
  • Update struct examples. (#​953) (d632cd0)
  • Use unstack() from BigQuery DataFrames instead of pandas in the PyPI sample notebook (#​890) (d1883cc)

v1.15.0

Compare Source

Features
  • Add llm.TextEmbeddingGenerator to support new embedding models (#​905) (6bc6a41)
  • Add ml.llm.Claude3TextGenerator model (#​901) (7050038)
Documentation

v1.14.0

Compare Source

Features
Bug Fixes
  • Fix caching from generating row numbers in partial ordering mode (#​872) (52b7786)
Performance Improvements
Documentation

v1.13.0

Compare Source

Features
  • df.apply(axis=1) to support remote function with mutiple params (#​851) (2158818)
  • Allow windowing in 'partial' ordering mode (#​861) (ca26fe5)
  • Create a separate OrderingModePartialPreviewWarning for more fine-grained warning filters (#​879) (8753bdd)
Bug Fixes
  • Fix issue with invalid sql generated by ml distance functions (#​865) (9959fc8)
Documentation

v1.12.0

Compare Source

Features
  • Add bigframes-mode label to query jobs (#​832) (c9eaff0)
  • Add config option to set partial ordering mode (#​855) (823c0ce)
  • Add stratify param support to ml.model_selection.train_test_split method (#​815) (27f8631)
  • Add streaming.StreamingDataFrame class (#​864) (a7d7197)
  • Allow DataFrame.join for self-join on Null index (#​860) (e950533)
  • Support remote function cleanup with session.close (#​818) (ed06436)
  • Support to_csv/parquet/json to local files/objects (#​858) (d0ab9cc)
Bug Fixes
Documentation
  • Add partner attribution steps to integrations sample notebook (#​835) (d7b333f)
  • Make get_global_session/close_session/reset_session appears in the docs (#​847) (01d6bbb)
apache/arrow (pyarrow)

v18.0.0: Apache Arrow 18.0.0

Release Notes URL: https://arrow.apache.org/release/18.0.0.html

v17.0.0: Apache Arrow 17.0.0

Release Notes URL: https://arrow.apache.org/release/17.0.0.html

v16.1.0

v16.0.0

v15.0.2

v15.0.1

pytest-dev/pytest (pytest)

v8.3.3

Compare Source

pytest 8.3.3 (2024-09-09)

Bug fixes

  • #​12446: Avoid calling @property (and other instance descriptors) during fixture discovery -- by asottile{.interpreted-text role="user"}

  • #​12659: Fixed the issue of not displaying assertion failure differences when using the parameter --import-mode=importlib in pytest>=8.1.

  • #​12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.

  • #​12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by Avasam{.interpreted-text role="user"}

  • #​12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.

  • #​6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in assert condition, msg).

  • #​9422: Fix bug where disabling the terminal plugin via -p no:terminal would cause crashes related to missing the verbose option.

    -- by GTowers1{.interpreted-text role="user"}

Improved documentation

  • #​12663: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
  • #​12678: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.

Miscellaneous internal changes

  • #​12769: Fix typos discovered by codespell and add codespell to pre-commit hooks.
hukkin/tomli (tomli)

v2.1.0

Compare Source

  • Deprecated
    • Instantiating TOMLDecodeError with free-form arguments.
      msg, doc and pos arguments should be given.
  • Added
    • msg, doc, pos, lineno and colno attributes to TOMLDecodeError

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 November 15, 2024 20:53
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Nov 15, 2024
@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 Nov 15, 2024
@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 Nov 15, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 15, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 15, 2024
@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 Nov 15, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 15, 2024
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 15, 2024
Copy link

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.

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

3 participants