Commit f9d3660
authored
Bump polars from 0.18.0 to 0.18.2 (#432)
Bumps [polars](https://github.com/pola-rs/polars) from 0.18.0 to 0.18.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pola-rs/polars/commit/f7f675329b0a3fce6f0196377f28f867e59a8bb5"><code>f7f6753</code></a>
python polars 0.18.2 (<a
href="https://redirect.github.com/pola-rs/polars/issues/9314">#9314</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/a5f92e9246273c95c0e3a897ada9f507f152d7b0"><code>a5f92e9</code></a>
chore: fix test (<a
href="https://redirect.github.com/pola-rs/polars/issues/9316">#9316</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/3bd1d49b50558b235a9df0603d0a1df0e68f464e"><code>3bd1d49</code></a>
fix(rust, python): fix rolling weighted mean</li>
<li><a
href="https://github.com/pola-rs/polars/commit/5cc9dc778b772f876de2a6673ad6071c57cea4ef"><code>5cc9dc7</code></a>
perf(rust, python): increase streaming groupby spill size from 256 to
10_000 ...</li>
<li><a
href="https://github.com/pola-rs/polars/commit/f1beadac3e5f5dde04e4787d68a606854788c6e6"><code>f1beada</code></a>
ci: Pin typos version (<a
href="https://redirect.github.com/pola-rs/polars/issues/9313">#9313</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/dc13d7e79b8bcd7802431d6b32793d13b447fa73"><code>dc13d7e</code></a>
ci(python,rust): bump "typos" package to match what's
currently running on CI...</li>
<li><a
href="https://github.com/pola-rs/polars/commit/c01d81e3d5ff1a4d0257c76d65e190e20ba5ff4b"><code>c01d81e</code></a>
feat(python): allow use of <code>StringCache</code> object as a function
decorator (<a
href="https://redirect.github.com/pola-rs/polars/issues/9309">#9309</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/9a673f54eb128155f9df761ce2645b70af7ecd67"><code>9a673f5</code></a>
feat(python): allow use of <code>Config</code> object as a function
decorator (<a
href="https://redirect.github.com/pola-rs/polars/issues/9307">#9307</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/ab3b49f3e427faf6cafb8891efdecd6018a9a941"><code>ab3b49f</code></a>
perf(rust, python) Improve rolling min and max for nonulls (<a
href="https://redirect.github.com/pola-rs/polars/issues/9277">#9277</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/b4d7c344d0f3b81612bc9e1feb2998aa79982076"><code>b4d7c34</code></a>
fix(python): fix overly-broad string matching in selectors (<a
href="https://redirect.github.com/pola-rs/polars/issues/9303">#9303</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pola-rs/polars/compare/rust-polars-0.18.0...py-0.18.2">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 | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments