Skip to content

Commit f9d3660

Browse files
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 &quot;typos&quot; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=polars&package-manager=pip&previous-version=0.18.0&new-version=0.18.2)](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 fe5875c + e59f039 commit f9d3660

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.0" ]
61+
examples = [ "polars == 0.18.2" ]
6262
pytest = [
6363
"pytest == 7.3.1",
6464
"pytest-cov == 4.1.0",

0 commit comments

Comments
 (0)