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.13 #326

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps polars from 0.17.7 to 0.19.13.

Release notes

Sourced from polars's releases.

Python Polars 0.19.13

🏆 Highlights

  • improve join performance through radix partitioned join (#12270)

⚠️ Deprecations

  • Rename write_csv parameter has_header to include_header (#12351)
  • Deprecate _saturating in duration string language, make it the default (#12301)
  • Switch args for Decimal and set default scale=0 (#12224)
  • Rename dt.seconds to dt.total_seconds (likewise for days, hours, minutes, milliseconds, microseconds, and nanoseconds) (#12179)
  • Deprecate DataFrame.as_dict positional input (#12131)

🚀 Performance improvements

  • indexvec in group-by (#12371)
  • Reduce allocations in hash join (#12368)
  • Change concurrency parameters (#12321)
  • Improve join performance through radix partitioned join (#12270)
  • Remove extra multiplication in hash_to_partition (#12233)
  • Allow non-power-of-two partitions (#12225)
  • Reduce compute in error message for failed datetime parsing (#12147)

✨ Enhancements

  • Updated BytecodeParser for Python 3.12 (#12348)
  • Add round_sig_figs expression for rounding to significant figures (#11959)
  • Change concurrency parameters (#12321)
  • Deprecate _saturating in duration string language, make it the default (#12301)
  • Auto-infer ambiguous for truncate and round (#12204)
  • Allow construction of Datetime series from datetime.date array (#12175)
  • New Config options for numeric formatting: digit grouping and thousands/decimal separator (#12099)
  • Allow non-aggregation predicate in ternary groupby (#12286)
  • Add name= in .write_avro to set schema name (#12255)
  • Update write_delta to write large arrow types without casting (#12260)
  • Add support for reading zstd compressed files (no-options) in read_csv (#12214)
  • Start prefetching all files immediately (#12201)
  • Expose more options to plugin registration (#12197)
  • Add .list.to_array expression (#12192)
  • Consolidate & improve all casting failure error messages (#12168)
  • Add Binary dtype to hypothesis tests (#12140)
  • Tunable concurrency (#12171)
  • Support reverse sort in streaming (#12169)
  • Add .arr.to_list expression (#12136)
  • Support decimals in assert utils (#12119)
  • Add concurrency budget (#12117)
  • Improved support for use of file-like objects with DataFrame "write" methods (#12113)
  • Introduce ignore_nulls for str.concat (#12108)

🐞 Bug fixes

... (truncated)

Commits
  • 24b6a54 python polars 0.19.13 (#12373)
  • ad4b422 fix: Do not cast lit if has same dtype (#12342)
  • ea4a565 feat(python): updated BytecodeParser for Python 3.12 (#12348)
  • c9e4e7d perf: indexvec in group-by (#12371)
  • d0c8de5 build(python): Workaround for maturin issue (#12370)
  • 1157bbf docs(python): Fix incorrect boundary column name in group_by_dynamic docstr...
  • a4c4048 fix: Fix index column name of rolling/dynamic group by (#12365)
  • 2f811ca perf: reduce allocations in hash join (#12368)
  • 4a9804d docs(python): Fix typo in rolling_* docstrings (#12362)
  • a9259db fix: ternary broadcasting with empty truthy or falsy and agg predicate (#12357)
  • 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.13.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.17.7...py-0.19.13)

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

Codecov Report

Merging #326 (50be563) 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.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #326   +/-   ##
=======================================
  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...50be563. Read the comment docs.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2023

Superseded by #328.

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

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/polars-0.19.13 branch November 20, 2023 04:26
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