dependabot[bot] opened a new pull request, #1912: URL: https://github.com/apache/iceberg-python/pull/1912
Bumps [polars](https://github.com/pola-rs/polars) from 1.26.0 to 1.27.1. <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.27.1</h2> <h2>✨ Enhancements</h2> <ul> <li>Improved expression autocomplete for <code>IPython</code>, <code>Jupyter</code>, and <code>Marimo</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22221">#22221</a>)</li> </ul> <h2>🐞 Bug fixes</h2> <ul> <li>Incorrect condition on empty inner join fast path (<a href="https://redirect.github.com/pola-rs/polars/issues/22208">#22208</a>)</li> <li>Fallback predicate filter for <code>min=max</code> with <code>is_in</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22213">#22213</a>)</li> <li>Don't panic for <code>LruCachedFunc</code> for <code>size=0</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22215">#22215</a>)</li> <li>Writing masked out list values to json (<a href="https://redirect.github.com/pola-rs/polars/issues/22210">#22210</a>)</li> <li>Deadlock in streaming distributor (<a href="https://redirect.github.com/pola-rs/polars/issues/22207">#22207</a>)</li> </ul> <p>Thank you to all our contributors for making this release possible! <a href="https://github.com/Matt711"><code>@Matt711</code></a>, <a href="https://github.com/alexander-beedie"><code>@alexander-beedie</code></a>, <a href="https://github.com/coastalwhite"><code>@coastalwhite</code></a>, <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/orlp"><code>@orlp</code></a>, <a href="https://github.com/ritchie46"><code>@ritchie46</code></a> and <a href="https://github.com/apps/dependabot">dependabot[bot]</a></p> <h2>Python Polars 1.27.0</h2> <h2>💥 Breaking changes</h2> <ul> <li>Make bottom interval closed in <code>hist</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22090">#22090</a>)</li> <li>Change Partition API to <code>base_path</code> and <code>file_path</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/21888">#21888</a>)</li> </ul> <h2>🚀 Performance improvements</h2> <ul> <li>Add CSE to streaming groupby (<a href="https://redirect.github.com/pola-rs/polars/issues/22196">#22196</a>)</li> <li>Speed-up new streaming predicate filtering (<a href="https://redirect.github.com/pola-rs/polars/issues/22179">#22179</a>)</li> <li>Speedup new-streaming file row count (<a href="https://redirect.github.com/pola-rs/polars/issues/22169">#22169</a>)</li> <li>Fix quadratic behavior when casting Enums (<a href="https://redirect.github.com/pola-rs/polars/issues/22008">#22008</a>)</li> <li>Lower is_in to bitmap-output semi-join in new streaming engine (<a href="https://redirect.github.com/pola-rs/polars/issues/21948">#21948</a>)</li> <li>Fast path for empty inner join (<a href="https://redirect.github.com/pola-rs/polars/issues/21965">#21965</a>)</li> <li>Add native semi/anti join in new streaming engine (<a href="https://redirect.github.com/pola-rs/polars/issues/21937">#21937</a>)</li> <li>Cache regex compilation globally (<a href="https://redirect.github.com/pola-rs/polars/issues/21929">#21929</a>)</li> </ul> <h2>✨ Enhancements</h2> <ul> <li>Add <code>SPLIT_PART</code> string function to the SQL interface (<a href="https://redirect.github.com/pola-rs/polars/issues/22158">#22158</a>)</li> <li>Allow scalar expr in <code>Expr.diff</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22142">#22142</a>)</li> <li>Support additional unsigned int aliases in the SQL interface (<a href="https://redirect.github.com/pola-rs/polars/issues/22127">#22127</a>)</li> <li>Add <code>STRING_TO_ARRAY</code> function to the SQL interface (<a href="https://redirect.github.com/pola-rs/polars/issues/22129">#22129</a>)</li> <li>Add dt.is_business_day (<a href="https://redirect.github.com/pola-rs/polars/issues/21776">#21776</a>)</li> <li>Add an <code>eager</code> parameter to <code>pl.cov</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22098">#22098</a>)</li> <li>Add support for <code>Int128</code> parsing/recognition to the SQL interface (<a href="https://redirect.github.com/pola-rs/polars/issues/22104">#22104</a>)</li> <li>Add an <code>eager</code> parameter to <code>pl.coalesce</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22092">#22092</a>)</li> <li>Add an <code>eager</code> parameter to <code>pl.corr</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22097">#22097</a>)</li> <li>Allow sinking to abstract python <code>io</code> and <code>fs</code> classes (<a href="https://redirect.github.com/pola-rs/polars/issues/21987">#21987</a>)</li> <li>Add <code>add_alp_optimize_exprs</code> to <code>IRBuilder</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22061">#22061</a>)</li> <li>Add <code>cat.slice</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/21971">#21971</a>)</li> <li>Support growing schema if line lenght increases during csv schema inference (<a href="https://redirect.github.com/pola-rs/polars/issues/21979">#21979</a>)</li> <li>Replace thread unsafe <code>GilOnceCell</code> with <code>Mutex</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/21927">#21927</a>)</li> <li>Support modified dsl in file cache (<a href="https://redirect.github.com/pola-rs/polars/issues/21907">#21907</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pola-rs/polars/commit/319a9a84ab573886b2a13548a8e462fee353acef"><code>319a9a8</code></a> Python Polars 1.27.1 (<a href="https://redirect.github.com/pola-rs/polars/issues/22220">#22220</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/a7c76063e42acd54fe483eef794e51574cfc39cf"><code>a7c7606</code></a> feat: Improved expression autocomplete for <code>IPython</code> and <code>Marimo</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22221">#22221</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/19ae9ec5b7901cd05ef654324a0a5b73d7926b2a"><code>19ae9ec</code></a> feat(rust): Expose <code>FunctionIR::FastCount</code> in the python visitor (<a href="https://redirect.github.com/pola-rs/polars/issues/22195">#22195</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/b9421383f3a4f48378529059f2e3cf7760eff90a"><code>b942138</code></a> fix: Incorrect condition on empty inner join fast path (<a href="https://redirect.github.com/pola-rs/polars/issues/22208">#22208</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/89cc014ac5afcd6f266c218f7499d7418edd5e49"><code>89cc014</code></a> build: Bump crossbeam-channel from 0.5.14 to 0.5.15 (<a href="https://redirect.github.com/pola-rs/polars/issues/22211">#22211</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/9a9da22d78c454d371f1437ef5cb6397e971edc1"><code>9a9da22</code></a> fix: Fallback predicate filter for <code>min=max</code> with <code>is_in</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22213">#22213</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/2b0e2268dad7be5a3b16fbd609994bd854d646b9"><code>2b0e226</code></a> fix: Don't panic for <code>LruCachedFunc</code> for <code>size=0</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22215">#22215</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/ecfb7b5e09fd074ede5bd270453237d982495328"><code>ecfb7b5</code></a> fix: Writing masked out list values to json (<a href="https://redirect.github.com/pola-rs/polars/issues/22210">#22210</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/8f257bab53a204776d7ad37a834cd499f1193f5f"><code>8f257ba</code></a> fix: Deadlock in streaming distributor (<a href="https://redirect.github.com/pola-rs/polars/issues/22207">#22207</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/075fe6134ef0355ad9613da2badd126c95634aaa"><code>075fe61</code></a> Python Polars 1.27.0 (<a href="https://redirect.github.com/pola-rs/polars/issues/22194">#22194</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pola-rs/polars/compare/py-1.26.0...py-1.27.1">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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
