Skip to content

Commit cf028ae

Browse files
Bump polars from 0.18.5 to 0.18.6 (#491)
Bumps [polars](https://github.com/pola-rs/polars) from 0.18.5 to 0.18.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pola-rs/polars/commit/71106c34681cd50d6e96cc5bb12376256a7b578e"><code>71106c3</code></a> python polars 0.18.6 (<a href="https://redirect.github.com/pola-rs/polars/issues/9746">#9746</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/d34b4317c3669486d97ad47409cf8a3ee3768273"><code>d34b431</code></a> feat(rust, python): allow qcut in window expressions (<a href="https://redirect.github.com/pola-rs/polars/issues/9745">#9745</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/d2c6549cdc36f1ea21dc88b6f9d42b7704a059d5"><code>d2c6549</code></a> fix(rust, python): merge rev-maps when building list arrays of categoricals. ...</li> <li><a href="https://github.com/pola-rs/polars/commit/2167cb1d881d8e07d395b3d1d1cb21c3d98d3276"><code>2167cb1</code></a> fix(rust, python): Loosen restrictions on cut expressions and add docs (<a href="https://redirect.github.com/pola-rs/polars/issues/9730">#9730</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/a87751a3bfe6d44c79c734055d2abb9b70b0ca7d"><code>a87751a</code></a> fix(rust, python): Fix list symmetric difference (<a href="https://redirect.github.com/pola-rs/polars/issues/9732">#9732</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/da88c46d8220334987e4b4c1f6a0a492dd59f25d"><code>da88c46</code></a> fix(rust, python): Fix list intersection (<a href="https://redirect.github.com/pola-rs/polars/issues/9735">#9735</a>)</li> <li>See full diff in <a href="https://github.com/pola-rs/polars/compare/py-0.18.5...py-0.18.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=polars&package-manager=pip&previous-version=0.18.5&new-version=0.18.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents 0f4fe4c + bad200b commit cf028ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docs-lint = [
5858
]
5959
format = ["black == 23.3.0", "isort == 5.12.0"]
6060
nox = ["nox == 2023.4.22", "toml == 0.10.2"]
61-
examples = [ "polars == 0.18.5" ]
61+
examples = [ "polars == 0.18.6" ]
6262
pytest = [
6363
"pytest == 7.4.0",
6464
"pytest-cov == 4.1.0",

0 commit comments

Comments
 (0)