Safe-DS / Library

A user-friendly library for Data Science in Python.
https://library.safeds.com
MIT License
18 stars 4 forks source link

build(deps): bump polars from 1.7.1 to 1.8.2 #933

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps polars from 1.7.1 to 1.8.2.

Release notes

Sourced from polars's releases.

Python Polars 1.8.2

🚀 Performance improvements

  • Improve rename performace for Lazy API (#18890)
  • Collapse cross-joins to faster joins (#18633)

✨ Enhancements

  • Improve scalar strict message (#18904)

🐞 Bug fixes

  • Properly zip struct validities (#18886)
  • Out-of-bounds gather in categorical->int cast (#18897)
  • AnyValue Series from Categorical/Enum (#18893)
  • Properly cast AnyValue string (#18888)
  • Fix SO in json inference (#18887)
  • Use proper thread pool in cumulative_eval (#18885)

📖 Documentation

  • Fix broken user-guide API links (#18872)

Thank you to all our contributors for making this release possible! @​coastalwhite, @​npielawski, @​orlp, @​ritchie46 and @​siddharth-vi

Python Polars 1.8.1

🚀 Performance improvements

  • Cache register plugin function (#18860)

🐞 Bug fixes

  • Properly calculate duration units (#18869)
  • Check values in strict cast Int to Time (#18854)
  • Fix typo in DuplicateError error message (#18855)
  • Properly merge live- and dead columns in prefiltered (#18862)

📖 Documentation

  • Fix minor rogue apostrophes (#18865)

🛠️ Other improvements

  • Make with_column_unchecked take Column (#18863)
  • Keep scalar in more places (#18775)

Thank you to all our contributors for making this release possible! @​MarcoGorelli, @​coastalwhite, @​mcrumiller, @​ritchie46 and @​rodrigogiraoserrao

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.40%. Comparing base (533a966) to head (84eb4e6). Report is 24 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #933 +/- ## ========================================== - Coverage 94.43% 94.40% -0.03% ========================================== Files 121 121 Lines 7473 7473 ========================================== - Hits 7057 7055 -2 - Misses 416 418 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lars-reimann commented 1 day ago

:tada: This PR is included in version 0.29.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: