procyon-rs / vega_lite_4.rs

rust api for vega-lite v4
Apache License 2.0
26 stars 7 forks source link

⬆️ Update polars requirement from 0.28 to 0.30 #32

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on polars to permit the latest version.

Commits
  • ee2366b rust polars 0.30.0 (#9079)
  • 7ef3be6 refactor(python): Organize "as_datatype" functions (#9080)
  • 275178c perf(rust, python): elide hot loop in hash joins (#9075)
  • c18a65e fix(rust, python): fix null/empty in List::take_unchecked (#9074)
  • dc59049 chore(rust): factor add_month out of add_impl_month_week_or_day (#9066)
  • e5a6e7a chore(rust): remove unnecessary timezone trait usage, use concrete type (#9065)
  • 2534e59 chore: Fix broken links (#9072)
  • 5a32661 feat(rust, python): default to checking sortedness in groupby_rolling… (#9063)
  • 79d31d3 fix(rust, python): repeat by (#9023)
  • 1414e99 feat(rust, python)!: propagate null in equality comparisons (#9053)
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 11 months ago

Superseded by #33.