Commit 1792427
authored
Bump polars from 0.18.13 to 0.18.15 (#583)
Bumps [polars](https://github.com/pola-rs/polars) from 0.18.13 to
0.18.15.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pola-rs/polars/commit/03571770bdaefdd37180e12034f3054973b89bc6"><code>0357177</code></a>
fix(rust, python): rollback cse in groupby: python 0.18.15 (<a
href="https://redirect.github.com/pola-rs/polars/issues/10491">#10491</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/11b7583cf8e4a3bb5f23d50303b853ba34bfb77c"><code>11b7583</code></a>
test(python): Mark import timing check as slow (<a
href="https://redirect.github.com/pola-rs/polars/issues/10487">#10487</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/436bcf71de7af2fbae5e901d3bec10516b5fdb11"><code>436bcf7</code></a>
test(python): Gather all streaming tests (<a
href="https://redirect.github.com/pola-rs/polars/issues/10485">#10485</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/54831c110dcd64e7fffcabd3cb5afbbd78745bca"><code>54831c1</code></a>
build(python): Bump <code>maturin</code> to version 1.2.1 (<a
href="https://redirect.github.com/pola-rs/polars/issues/10479">#10479</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/ec0c91f93fcd1ac355c667d6c3c3f30b257ea0a6"><code>ec0c91f</code></a>
rust polars 0.32.0; python polars 0.18.14 (<a
href="https://redirect.github.com/pola-rs/polars/issues/10474">#10474</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/99af5f126e2572e63e4363541e8544050e5d5ecb"><code>99af5f1</code></a>
docs(python): add <code>vertical_relaxed</code> example for
<code>pl.concat</code> (<a
href="https://redirect.github.com/pola-rs/polars/issues/10472">#10472</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/e73743a843450aed04150ddbe45db9837e18be34"><code>e73743a</code></a>
feat(rust, python): quote style option for csv writer (<a
href="https://redirect.github.com/pola-rs/polars/issues/10422">#10422</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/8eec7188736825875e2667ceb396466725a8aa03"><code>8eec718</code></a>
fix(python): fix pyarrow write_to_dataset wrt check_not_directory
parameter (...</li>
<li><a
href="https://github.com/pola-rs/polars/commit/67e3148db268d1b5f086e2eed775dfe8e870da01"><code>67e3148</code></a>
feat(python, rust): add "raise_if_empty" flag to
<code>read_excel</code>, <code>read_csv</code>, `s...</li>
<li><a
href="https://github.com/pola-rs/polars/commit/4c677d8105a0cacfe2bcd7f71e427927c99bc720"><code>4c677d8</code></a>
feat(rust): be more permissive on predicate pushdown to left side of
left joi...</li>
<li>Additional commits viewable in <a
href="https://github.com/pola-rs/polars/compare/py-0.18.13...py-0.18.15">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 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>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