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.16 #330

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps polars from 0.17.7 to 0.19.16.

Release notes

Sourced from polars's releases.

Python Polars 0.19.16

⚠️ Deprecations

  • Rename series_equal/frame_equal to equals (#12618)
  • Rename map_dict to replace and change default behavior (#12599)

🚀 Performance improvements

  • order(s) of magnitude speedup when initialising List dtype Series from 2D numpy array (#12672)
  • improve merge_local_rhs_categorical traversal (#12660)
  • make values_size estimate correct for sliced arrays (#12658)
  • improve parquet utf8 validation (#12655)
  • parquet pre-allocate buffer in binary plain encode (#12652)
  • optimize dict binary decoding in parquet (#12648)
  • ensure we only check the values within bounds (#12633)
  • parquet; elide recursion in hot path (#12625)
  • improve cov/corr algorithm (#12590)

✨ Enhancements

  • Join operations on local categoricals (#12657)
  • Implement PySeries.from_buffer for boolean buffers (#12654)
  • Implement PySeries.from_buffer for numeric types (#12646)
  • use RLE_DICTIONARY for integers in parquet (#12647)
  • extend recent filter syntax upgrades to when/then construct (#12603)
  • implement RLE_DICT encoding for utf8/binary columns (reduced parquet file size) (#12623)
  • implement 'DeltaByteArray' decoding for parquet (#12602)

🐞 Bug fixes

  • json null inference (#12677)
  • cov/corr respect f32 type (#12676)
  • fix ternary zip_with null broadcast (#12668)
  • support negative slice on eager frame (#12644)
  • fix concurrency budget assertion (#12641)
  • fix oob in set operations (#12640)
  • panic reading parquet nested struct column (#12614)
  • Fix deprecation message for DataFrame.sum (#12619)
  • features: performant,lazy,random (#12600)

🛠️ Other improvements

  • Use range instead of np.arange in constructors (#12621)
  • update custom allocator instructions to include macOS (#12593)

Thank you to all our contributors for making this release possible! @​alexander-beedie, @​c-peters, @​cardoso, @​dmitrybugakov, @​nameexhaustion, @​orlp, @​ritchie46 and @​stinodego

Python Polars 0.19.15

⚠️ Deprecations

... (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 <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.16.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.17.7...py-0.19.16)

---
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 27, 2023
@github-actions github-actions bot enabled auto-merge (squash) November 27, 2023 04:27
@codecov-commenter
Copy link

Codecov Report

Merging #330 (57e614e) 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     #330   +/-   ##
=======================================
  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...57e614e. Read the comment docs.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2023

Superseded by #332.

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

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/polars-0.19.16 branch November 28, 2023 04:49
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