Skip to content

Commit 46d8630

Browse files
authored
Bump polars from 0.18.7 to 0.18.8 (#526)
Bumps [polars](https://github.com/pola-rs/polars) from 0.18.7 to 0.18.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pola-rs/polars/commit/05fa3448268b08e75092b665979220465b9ee8c5"><code>05fa344</code></a> python polars 0.18.8 (<a href="https://redirect.github.com/pola-rs/polars/issues/9989">#9989</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/90df2bc9c090c60f6776e84f8a24891ddfc8cb72"><code>90df2bc</code></a> feat(python): Name transpose from column (<a href="https://redirect.github.com/pola-rs/polars/issues/9846">#9846</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/b7f6c7a73365814730e1800f949c6b69259ae933"><code>b7f6c7a</code></a> feat(rust,python): add use_earliest argument to truncate (<a href="https://redirect.github.com/pola-rs/polars/issues/9899">#9899</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/a70ecbfc13e69336616ebedf6761a233b61349c1"><code>a70ecbf</code></a> fix(rust, python): fix incorrect state in projection pushdown with joins (<a href="https://redirect.github.com/pola-rs/polars/issues/9987">#9987</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/980dac2452ed9af19c86b53c127d85b85aeb5549"><code>980dac2</code></a> feat(python): adds <code>SQRT</code>, <code>CBRT</code>, <code>PI</code> functions to <code>SQLContext</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/9936">#9936</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/3f34ad162f6b22ea7d62152e510db6001c9c15e6"><code>3f34ad1</code></a> feat(rust, python): Let qcut create evenly spaced probabilities (<a href="https://redirect.github.com/pola-rs/polars/issues/9960">#9960</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/52f6449457307f75fbbc2c2a6db41a936545ad34"><code>52f6449</code></a> chore: Update autolabeler again (<a href="https://redirect.github.com/pola-rs/polars/issues/9984">#9984</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/10f3c069f6e8df8cefe26019fec6276188bdc067"><code>10f3c06</code></a> refactor(python): use original <code>Instruction</code> objects during bytecode translat...</li> <li><a href="https://github.com/pola-rs/polars/commit/9ca9c2a4ada78e46a55a89a22b3ec8ef8076da99"><code>9ca9c2a</code></a> feat(python): add freeze_panes option to write_excel (<a href="https://redirect.github.com/pola-rs/polars/issues/9974">#9974</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/977d7e548e7f6039a467036a2d8692a8df477392"><code>977d7e5</code></a> feat(python): initial support for parsing the set of <code>jump</code> bytecode instruct...</li> <li>Additional commits viewable in <a href="https://github.com/pola-rs/polars/compare/py-0.18.7...py-0.18.8">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.7&new-version=0.18.8)](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 ac70fde + c5af86b commit 46d8630

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
@@ -54,7 +54,7 @@ dev-docstrings = [
5454
"darglint == 1.8.1",
5555
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
5656
]
57-
dev-examples = ["polars == 0.18.7"]
57+
dev-examples = ["polars == 0.18.8"]
5858
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
5959
dev-mkdocs = [
6060
"mike == 1.1.2",

0 commit comments

Comments
 (0)