Skip to content

build(deps): bump polars from 0.20.15 to 0.20.20#15

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/polars-0.20.20
Closed

build(deps): bump polars from 0.20.15 to 0.20.20#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/polars-0.20.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 15, 2024

Copy link
Copy Markdown
Contributor

Bumps polars from 0.20.15 to 0.20.20.

Release notes

Sourced from polars's releases.

Python Polars 0.20.20

🚀 Performance improvements

  • Fix cross join batch size when one of the DataFrames is tiny (#14347)
  • Fix binview growable complexity O(n*m) -> O(n) (#15628)
  • Remove extra thread spawn from row group fetcher (#15626)
  • Use vertical parallelism if input is chunked for Filter,Select,WithColumns (#15608)
  • Refactor CSV serialization to not go thorough AnyValue (#15576)
  • don't use dynamic dispatch in visitors (#15607)
  • Improve Bitmap construction performance (#15570)
  • join by row-encoding (#15559)

✨ Enhancements

  • add Expr.dt.add_business_days and Series.dt.add_business_days (#15595)
  • Add str.head and str.tail (#14425)
  • Add union/or operator for pl.Enum (#14965)
  • Extended BytecodeParser to handle additional math functions, and imports from the global namespace (#15627)
  • Push down is_between expressions to Arrow (#15180)
  • add holidays argument to business_day_count (#15580)
  • change default to write parquet statistics (#15597)
  • Expressify to_integer (#15604)
  • Optimizer; remove double SORT and redundant projections (#15573)
  • Add null_on_oob parameter to expr.array.get (#15426)
  • support weekend argument in business_day_count (#15544)
  • Enable is_first/last_distinct for not nested non-numeric list (#15552)
  • Turn off cse if cache node found (#15554)
  • Tag concat list as elementwise (#15545)

🐞 Bug fixes

  • Return appropriate data type for time mean and median (#14471)
  • Fix issue in write_excel that could lead to incorrect spanning range determination (#15631)
  • Output correct dtype for mean_horizontal on a single column (#15118)
  • Recompute RowIndex schema after projection pd (#15625)
  • Mean of boolean in streaming group_by incorrectly always gave NULL (#15616)
  • Include cloud creds in cache key (#15609)
  • Fix elementwise-apply if any input is AggregatedScalar (#15606)
  • Explode list should take validity into account (#15572)
  • use larger recursive stack in debug mode (#15593)
  • SQL interface "off-by-one' indexing error with GROUP BY clauses that use position ordinals (#15584)
  • Enable missing features in polars-time (#15558)
  • Handle quoted identifiers when registering CTEs in the SQL engine (#15564)
  • Decompress moved out of schema initialization (#15550)
  • Turn off cse if cache node found (#15554)

📖 Documentation

  • Add legacy CPU install instructions in user guide (#13676)
  • Examples for errors (#13724)

... (truncated)

Commits
  • 8547d86 python polars 0.20.20 (#15635)
  • 4eef5b5 feat: add Expr.dt.add_business_days and Series.dt.add_business_days (#15595)
  • 1d8870a docs: Add legacy CPU install instructions in user guide (#13676)
  • 5ab78ce perf: Fix cross join batch size when one of the DataFrames is tiny (#14347)
  • 4b1b945 fix: Return appropriate data type for time mean and median (#14471)
  • ce39151 fix(rust): Support index upsampling (#13621)
  • 920f96f docs(python): Examples for errors (#13724)
  • 33c04d5 docs(python): Add docstring examples for reading json (#14481)
  • 429d3dd feat: Add str.head and str.tail (#14425)
  • e5a3620 fix: Fix issue in write_excel that could lead to incorrect spanning range d...
  • 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.20.15 to 0.20.20.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.20.15...py-0.20.20)

---
updated-dependencies:
- dependency-name: polars
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@dependabot @github

dependabot Bot commented on behalf of github Apr 22, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #17.

@dependabot dependabot Bot closed this Apr 22, 2024
@dependabot dependabot Bot deleted the dependabot/pip/polars-0.20.20 branch April 22, 2024 09:39
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants