Skip to content

Build: Bump bodo from 2026.1 to 2026.5#128

Open
dependabot[bot] wants to merge 1 commit into
li-0.11from
dependabot/uv/bodo-2026.5
Open

Build: Bump bodo from 2026.1 to 2026.5#128
dependabot[bot] wants to merge 1 commit into
li-0.11from
dependabot/uv/bodo-2026.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown
Contributor

Bumps bodo from 2026.1 to 2026.5.

Release notes

Sourced from bodo's releases.

2026.5

What's Changed

Bodo 2026.5 Release (Date: 05/22/2026)

🎉 Highlights

This release, we are excited to add support for more GPU operators including sort, Iceberg I/O, and string functions in Bodo DataFrames' GPU execution mode, available through the CUDA-enabled variant of our conda package, in addition to several bug fixes and UX improvements.

✨ New Features

GPU execution mode

The following operators now run on GPUs:

  • Iceberg read and write support: DataFrame.to_iceberg() and read_iceberg()

  • sort_values()

  • Cross joins

  • String functions: str.contains, str.match, str.slice, and str.strip

  • Series.isin()

  • Series.notna() & Series.notnull()

  • Taking the power of a Series (i.e. Series.__pow__)

  • SeriesGroupby & DataFrameGroupby all() and any()

In addition to these new operators, we made the following improvements:

  • Automatically set OMPI_MCA_pml=ucx during package import; users no longer have to explicitly set OMPI_MCA_pml.

  • Added support for the dropna argument in groupby.

  • Changed GPU batch size behavior to adjust batch size based on system GPU memory.

  • Fixed correctness issue in groupby nunique().

  • Fixed correctness issues with groupby Pandas fallback.

  • Fixed hang in broadcast join.

  • Fixed hang in pipelines that end in limit and transfer data between CPU and GPU.

  • Handle empty data/all null data in Series reductions.

  • Write Pandas metadata in to_parquet().

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 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)

Bumps [bodo](https://github.com/bodo-ai/Bodo) from 2026.1 to 2026.5.
- [Release notes](https://github.com/bodo-ai/Bodo/releases)
- [Commits](bodo-ai/Bodo@2026.1...2026.5)

---
updated-dependencies:
- dependency-name: bodo
  dependency-version: '2026.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants