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

Bump polars from 0.17.7 to 0.19.15 #329

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2023

Bumps polars from 0.17.7 to 0.19.15.

Release notes

Sourced from polars's releases.

Python Polars 0.19.15

⚠️ Deprecations

  • Rename str.json_extract to str.json_decode (#12586)

🚀 Performance improvements

  • apply left side predicate pushdown also to right side on semi join (#12565)
  • ensure streaming parquet download remains concurrent ~7x (#12552)

✨ Enhancements

  • warn if by column is not sorted in rolling aggregations (as opposed to raising), add warn_if_unsorted argument (#12398)
  • struct -> json encoding expression (#12583)
  • Implement support for multi-character comments in read_csv (#12519)
  • Implement LazyFrame.sink_ndjson (#10786)
  • use JEMALLOC on all unix architectures (#12568)
  • improve concurrency parameters (#12567)
  • In explain(), rename PIPELINE to STREAMING so it's clearer what it means (#12547)

🐞 Bug fixes

  • error when invalid list to array is given (#12584)
  • parquet: do not extend existing nested that is already complete (#12569)
  • accidental panic if predicate selects no files (#12575)
  • fix lazy parquet slice with nested columns (#12558)
  • ensure stats-evalutor exists (#12566)
  • list schema of list eval (#12563)
  • ensure concurrency budget never locks (#12555)
  • Fix lazy schema for group_by_dynamic and rolling (#12551)
  • address overflow on vec capacity calculation for int_ranges with negative step (#12548)

🛠️ Other improvements

  • convert all recursive parquet deserialize to iterative (#12560)
  • Minor cleanup in Expr class (#12549)

Thank you to all our contributors for making this release possible! @​MarcoGorelli, @​Qqwy, @​alexander-beedie, @​dmitrybugakov, @​fernandocast, @​gab23r, @​itamarst, @​nameexhaustion, @​ritchie46, @​stinodego and @​uchiiii

Python Polars 0.19.14

🏆 Highlights

  • Support Python 3.12 (#12094)
  • make 1D numpy to polars conversion zero-copy for numeric data (#12403)

⚠️ Deprecations

  • Rename DataFrame column index methods (#12542)
  • Rename Series.set_at_idx to scatter (#12540)

... (truncated)

Commits
  • 2adc669 python polars 0.19.15 (#12588)
  • b860c7f feat: warn if by column is not sorted in rolling aggregations (as opposed t...
  • be6b565 depr(python,rust!): Rename str.json_extract to str.json_decode (#12586)
  • 07207a5 fix: error when invalid list to array is given (#12584)
  • f9ec2bc feat: struct -> json encoding expression (#12583)
  • ddf459c fix: parquet: do not extend existing nested that is already complete (#12569)
  • fd9b760 feat: Implement support for multi-character comments in read_csv (#12519)
  • 1bcdf00 feat: Implement LazyFrame.sink_ndjson (#10786)
  • 402e280 fix: accidental panic if predicate selects no files (#12575)
  • 4d2027b perf: apply left side predicate pushdown also to right side on semi join (#12...
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [polars](https://github.com/pola-rs/polars) from 0.17.7 to 0.19.15.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.17.7...py-0.19.15)

---
updated-dependencies:
- dependency-name: polars
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 21, 2023
@github-actions github-actions bot enabled auto-merge (squash) November 21, 2023 05:16
@codecov-commenter
Copy link

codecov-commenter commented Nov 21, 2023

Codecov Report

Merging #329 (441dd12) into main (957e805) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #329   +/-   ##
=======================================
  Coverage   83.87%   83.87%           
=======================================
  Files          85       85           
  Lines        3064     3064           
=======================================
  Hits         2570     2570           
  Misses        494      494           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 957e805...441dd12. Read the comment docs.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

Superseded by #330.

@dependabot dependabot bot closed this Nov 27, 2023
auto-merge was automatically disabled November 27, 2023 04:27

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/polars-0.19.15 branch November 27, 2023 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant