Skip to content

Commit 609d9ab

Browse files
authored
Bump polars from 0.18.11 to 0.18.12 (#569)
Bumps [polars](https://github.com/pola-rs/polars) from 0.18.11 to 0.18.12. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pola-rs/polars/commit/bfabdd50639b271da45027809cf720771e3c6685"><code>bfabdd5</code></a> python polars 0.18.12 (<a href="https://redirect.github.com/pola-rs/polars/issues/10304">#10304</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/93454a30b2df73620f3093c8a760d5e3faf357c3"><code>93454a3</code></a> fix(rust, python): clear window cache and run windows on proper runners (<a href="https://redirect.github.com/pola-rs/polars/issues/10303">#10303</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/42a4347cc84fd304fd72405a2277751b8c51e04e"><code>42a4347</code></a> chore: Update CODEOWNERS (<a href="https://redirect.github.com/pola-rs/polars/issues/10261">#10261</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/37426f4a016594383815e9b52789d452a59df4ec"><code>37426f4</code></a> docs(python): add note about pyarrow partitioning (<a href="https://redirect.github.com/pola-rs/polars/issues/10297">#10297</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/1e1fd1dbe608f64946cc8187f02cc82956229523"><code>1e1fd1d</code></a> feat(rust, python): Add <code>str.extract_groups</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/10179">#10179</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/6874e2f13d14c3d9179767521e9a2b6fd2917b11"><code>6874e2f</code></a> depr(python,rust!): renaming <code>approx_unique</code> as <code>approx_n_unique</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/10290">#10290</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/a566346e8cc01147b19e6c09fddd9f24ff24abae"><code>a566346</code></a> docs(rust): avoid outputting docs of dependencies (<a href="https://redirect.github.com/pola-rs/polars/issues/10292">#10292</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/989ac8a72b9a719456f433d50edb1bb86c84dda3"><code>989ac8a</code></a> fix(rust, python): fix sorted fast path in streaming groupby wrt nulls (<a href="https://redirect.github.com/pola-rs/polars/issues/10289">#10289</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/36833440ac1b86b25ea670b7a18f5b65b0c232f1"><code>3683344</code></a> fix(python): Fix interchange protocol allowing copy even when <code>allow_copy</code> wa...</li> <li><a href="https://github.com/pola-rs/polars/commit/1bbe101aa403f420f9d3d6926d5c720bc4861e72"><code>1bbe101</code></a> fix(rust, python): fix nan aggregation in groupby (<a href="https://redirect.github.com/pola-rs/polars/issues/10287">#10287</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pola-rs/polars/compare/py-0.18.11...py-0.18.12">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.11&new-version=0.18.12)](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 0261e96 + d8fc5bd commit 609d9ab

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
@@ -54,7 +54,7 @@ dev-docstrings = [
5454
"darglint == 1.8.1",
5555
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
5656
]
57-
dev-examples = ["polars == 0.18.11"]
57+
dev-examples = ["polars == 0.18.12"]
5858
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
5959
dev-mkdocs = [
6060
"mike == 1.1.2",

0 commit comments

Comments
 (0)