dependabot[bot] opened a new pull request, #2501:
URL: https://github.com/apache/iceberg-python/pull/2501

   Bumps [bodo](https://github.com/bodo-ai/Bodo) from 2025.8.2 to 2025.9.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/bodo-ai/Bodo/releases";>bodo's releases</a>.</em></p>
   <blockquote>
   <h2>2025.9</h2>
   <h1>Bodo 2025.9 Release (Date: 09/18/2025)</h1>
   <h3>🎉 Highlights</h3>
   <p>This release, we are excited to significantly improve the import time of 
the Bodo package, as well as introduce new features like Series.where support 
and lazy BodoScalars.</p>
   <h3>✨ New Features</h3>
   <ul>
   <li>Bodo DataFrames now imports the JIT compiler lazily only when necessary, 
which reduces import time substantially.</li>
   <li>Support for Series.where().</li>
   <li>Series reductions such as “sum” or “max” now produce a BodoScalar that 
is evaluated lazily and can be used in some operations such as Series.where() 
and filter expressions without execution.</li>
   <li>Optimized support for “not in series” cases like 
<code>df[~df.A.isin(df.B)]</code> using anti-join.</li>
   <li>Support for bodo.pandas uses inside JIT functions.</li>
   <li>Anthropic models used through AWS Bedrock now use Anthropic’s messages 
API to support newer versions of Claude.</li>
   </ul>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li>Fix for join non-equi condition keys that are not part of the 
output.</li>
   <li>Fix for Series expression with non-range Indexes.</li>
   </ul>
   <h3>🏎️ Performance Improvements</h3>
   <ul>
   <li>Improved the initialization time for cfuncs used in the acceleration of 
user defined functions in Series.map and DataFrame.apply calls.</li>
   </ul>
   <h3>⚙️ Dependency Changes</h3>
   <ul>
   <li>Added upper bound to Numba dependency to avoid issues with version 
0.62.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/888788d1289c4e08a0830381f7f278e67a4b5f75";><code>888788d</code></a>
 Upper bound numba version (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/835";>#835</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/0595d76bc8f13f751142c7a810aac1556156d827";><code>0595d76</code></a>
 Remove constexpr (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/833";>#833</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/c37c84028fcba3a93e3bcd370f3552249686d1e0";><code>c37c840</code></a>
 Fix Series expression and BodoScalar handling (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/832";>#832</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/a3d2dc7ea586869d2b686b9a782500df42b57c65";><code>a3d2dc7</code></a>
 Make sure Bodo JIT is imported before Numba JIT use (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/831";>#831</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/7ea90c78b3ecc7c2adf9f3b0c80382ad39f78b35";><code>7ea90c7</code></a>
 Remove JIT dep in memory leak check and reorganize tests (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/830";>#830</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/d9ddf486e30e60c3b77f0561d76f517fe854c754";><code>d9ddf48</code></a>
 Separate JIT dependency from testing utils (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/828";>#828</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/960c2b63b08f81758dc7a76008d2ba9d0fd95cb3";><code>960c2b6</code></a>
 Support Series.where() (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/829";>#829</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/627c71acaf07069333ddbfeb5cfe74d2ab7f7e40";><code>627c71a</code></a>
 Enable import tidy in bodo/tests and fix errors (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/819";>#819</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/e703ac1cecbaf640601fd1fe86e5815af0e07fef";><code>e703ac1</code></a>
 Fix type annotations in scalar.py for 3.9 (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/825";>#825</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/fb5f8ed3f4da3743df11b74ae90a27d5d86fa9dd";><code>fb5f8ed</code></a>
 Update benchmark scripts to include DataFrames (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/792";>#792</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/bodo-ai/Bodo/compare/2025.8.2...2025.9";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bodo&package-manager=pip&previous-version=2025.8.2&new-version=2025.9)](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]

Reply via email to