-
Notifications
You must be signed in to change notification settings - Fork 394
Commit 6dbc9da
authored
Build: Bump polars from 1.35.1 to 1.35.2 (#2714)
Bumps [polars](https://github.com/pola-rs/polars) from 1.35.1 to 1.35.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pola-rs/polars/releases">polars's
releases</a>.</em></p>
<blockquote>
<h2>Python Polars 1.35.2</h2>
<ul>
<li>Fix incorrect <code>drop_nans()</code> result when used in
<code>group_by()</code> / <code>over()</code> (<a
href="https://redirect.github.com/pola-rs/polars/pull/25146">pola-rs/polars#25146</a>)</li>
<li>Fix handling <code>Null</code> dtype in <code>ApplyExpr</code> on
<code>group_by</code>(<a
href="https://redirect.github.com/pola-rs/polars/pull/25077">pola-rs/polars#25077</a>)</li>
<li>Fix assertion panic on <code>group_by</code> (<a
href="https://redirect.github.com/pola-rs/polars/pull/25179">pola-rs/polars#25179</a>)</li>
<li>Fix Wide-table join performance regression (<a
href="https://redirect.github.com/pola-rs/polars/pull/25222">pola-rs/polars#25222</a>)</li>
</ul>
<p>Thank you to all our contributors for making this release possible!
<a
href="https://github.com/coastalwhite"><code>@coastalwhite</code></a>,
<a href="https://github.com/kdn36"><code>@kdn36</code></a>, <a
href="https://github.com/nameexhaustion"><code>@nameexhaustion</code></a>
and <a
href="https://github.com/ritchie46"><code>@ritchie46</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pola-rs/polars/commit/c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b"><code>c5f0f25</code></a>
bump version</li>
<li><a
href="https://github.com/pola-rs/polars/commit/29dc1db9cc3d9c2209021dc423bcbff72958bb18"><code>29dc1db</code></a>
fix: Wide-table join performance regression (<a
href="https://redirect.github.com/pola-rs/polars/issues/25222">#25222</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/fbd57cdf2b82d5575205ef8aa14c0d96f29c002a"><code>fbd57cd</code></a>
fix: Fix assertion panic on <code>group_by</code> (<a
href="https://redirect.github.com/pola-rs/polars/issues/25179">#25179</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/8abe6ef5f4938f6bb2f010a24f7d361138c82895"><code>8abe6ef</code></a>
fix: Fix handling <code>Null</code> dtype in <code>ApplyExpr</code> on
<code>group_by</code> (<a
href="https://redirect.github.com/pola-rs/polars/issues/25077">#25077</a>)</li>
<li><a
href="https://github.com/pola-rs/polars/commit/c19e4c07fc66776f1826a0251f118a2ad4bb3047"><code>c19e4c0</code></a>
fix: Invert <code>drop_nans</code> filtering in group-by context (<a
href="https://redirect.github.com/pola-rs/polars/issues/25146">#25146</a>)</li>
<li>See full diff in <a
href="https://github.com/pola-rs/polars/compare/py-1.35.1...py-1.35.2">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b757749 commit 6dbc9daCopy full SHA for 6dbc9da
File tree
Expand file treeCollapse file tree
1 file changed
+14
-14
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+14
-14
lines changedOpen diff view settings
Collapse file
+14-14Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments