Commit 609d9ab
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 />
[](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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments