Skip to content

Commit a3a8ac2

Browse files
authored
Bump polars from 0.18.3 to 0.18.4 (#464)
Bumps [polars](https://github.com/pola-rs/polars) from 0.18.3 to 0.18.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pola-rs/polars/commit/5ee93f42cc058c8c2ab6b20876ffc5f39e23b665"><code>5ee93f4</code></a> python polars 0.18.4 (<a href="https://redirect.github.com/pola-rs/polars/issues/9524">#9524</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/6a43638936fde807e39604600d8fe78daeaa1958"><code>6a43638</code></a> fix(python): ensure that trying to use a string as a dtype raises a consisten...</li> <li><a href="https://github.com/pola-rs/polars/commit/12fa710cd4c912cfd8e86d684d300914e841dfb0"><code>12fa710</code></a> refactor(python, rust): don't pickle pyarrow dataset (<a href="https://redirect.github.com/pola-rs/polars/issues/9523">#9523</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/e3a09428a4810289d89a6310cad853dd0ce70d49"><code>e3a0942</code></a> fix(rust, python): fix race condition in out-of-core sort (<a href="https://redirect.github.com/pola-rs/polars/issues/9521">#9521</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/584849c6222fa04842202d4066e4aadc08ff8541"><code>584849c</code></a> fix(rust, python): unset sortedness for local date and local datetime (<a href="https://redirect.github.com/pola-rs/polars/issues/9515">#9515</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/51111752066b4ef34e117e9d63a409e530fd347e"><code>5111175</code></a> chore: update arrow (<a href="https://redirect.github.com/pola-rs/polars/issues/9514">#9514</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/373a99a33dd568e321adb8a31404c97380333817"><code>373a99a</code></a> feat(python,rust): add drop_first parameter for to_dummies (issue <a href="https://redirect.github.com/pola-rs/polars/issues/8246">#8246</a>) (<a href="https://redirect.github.com/pola-rs/polars/issues/9">#9</a>...</li> <li><a href="https://github.com/pola-rs/polars/commit/c670555cf5619bce06d4fe4da102be7e093a959c"><code>c670555</code></a> fix(rust, python): maintain sortedness flags on append/extend (<a href="https://redirect.github.com/pola-rs/polars/issues/9496">#9496</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/f94abbbf87034d37a6f9f7d2b856c327a5d79417"><code>f94abbb</code></a> chore(python): fix test failing CI (<a href="https://redirect.github.com/pola-rs/polars/issues/9509">#9509</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/9e501f9ce6128283454783348e4cd759a1c34918"><code>9e501f9</code></a> fix(rust, python): fix serde for small integer dtypes (<a href="https://redirect.github.com/pola-rs/polars/issues/9495">#9495</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pola-rs/polars/compare/py-0.18.3...py-0.18.4">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.3&new-version=0.18.4)](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 5a146d6 + d8683ea commit a3a8ac2

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

0 commit comments

Comments
 (0)