Skip to content

Commit d8bd1fe

Browse files
Bump polars from 0.18.15 to 0.19.1 (#626)
Bumps [polars](https://github.com/pola-rs/polars) from 0.18.15 to 0.19.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pola-rs/polars/commit/ad73217ab677a631ba4e71dbb9b88147cde9fbef"><code>ad73217</code></a> python polars 0.19.1 (<a href="https://redirect.github.com/pola-rs/polars/issues/10817">#10817</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/69e4826db605609d7f97191567b8969d97bb23b3"><code>69e4826</code></a> fix: empty product returns identity (<a href="https://redirect.github.com/pola-rs/polars/issues/10842">#10842</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/84c5c6027bdd97712381cbe65c665796ff620371"><code>84c5c60</code></a> fix(rust, python): never panic in hash/equality doesn't hold in cse (<a href="https://redirect.github.com/pola-rs/polars/issues/10836">#10836</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/062129d00491626c16b8c186ee25b2f2d89abf17"><code>062129d</code></a> fix: Improve bound checks on temporal ranges (<a href="https://redirect.github.com/pola-rs/polars/issues/10837">#10837</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/f71aef4c4efb90ca62562d34b56864b337da50e7"><code>f71aef4</code></a> feat(python): add <code>binary</code>, <code>boolean</code>, <code>categorical</code>, <code>date</code>, <code>object</code>, and `...</li> <li><a href="https://github.com/pola-rs/polars/commit/fd26b3cc9a509064155e9ed448591a6c45f66be2"><code>fd26b3c</code></a> refactor: Refactor <code>range</code> related functions (<a href="https://redirect.github.com/pola-rs/polars/issues/10830">#10830</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/cff58c628a1ff15d25740b47b07eaebbe1244768"><code>cff58c6</code></a> feat(rust, python): Supports is_last operation (<a href="https://redirect.github.com/pola-rs/polars/issues/10760">#10760</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/c3070204cb8353b4a5d0a6c2ebf225f83f2eb61e"><code>c307020</code></a> fix: var/std behavior around few elements (<a href="https://redirect.github.com/pola-rs/polars/issues/10828">#10828</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/ebd3ff52f59ac30f1e0bf2f9bbed02a6087308eb"><code>ebd3ff5</code></a> docs(python): map-related docstring updates (<a href="https://redirect.github.com/pola-rs/polars/issues/10779">#10779</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/931de8f0ae8f4260e9d69b9db03a40d174853349"><code>931de8f</code></a> fix(rust, python): divide by zero error when reading empty csv in streaming m...</li> <li>Additional commits viewable in <a href="https://github.com/pola-rs/polars/compare/py-0.18.15...py-0.19.1">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.15&new-version=0.19.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 385b81b + 1a1e15a commit d8bd1fe

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
@@ -56,7 +56,7 @@ dev-flake8 = [
5656
"pydoclint == 0.3.1",
5757
"pydocstyle == 6.3.0",
5858
]
59-
dev-examples = ["polars == 0.18.15"]
59+
dev-examples = ["polars == 0.19.1"]
6060
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
6161
dev-mkdocs = [
6262
"mike == 1.1.2",

0 commit comments

Comments
 (0)