Skip to content

Build: Bump bodo from 2026.2 to 2026.4#3253

Merged
geruh merged 1 commit intomainfrom
dependabot/uv/bodo-2026.4
Apr 17, 2026
Merged

Build: Bump bodo from 2026.2 to 2026.4#3253
geruh merged 1 commit intomainfrom
dependabot/uv/bodo-2026.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2026

Bumps bodo from 2026.2 to 2026.4.

Release notes

Sourced from bodo's releases.

2026.4

Bodo 2026.4 Release (Date: 04/09/2026)

🎉 Highlights

This release, we are excited to introduce Bodo’s [CPU–GPU hybrid execution model][df_gpu] available via conda (currently only supports Linux/Python 3.14):

conda install -c bodo.ai -c rapidsai -c nvidia "bodo=*=*cuda" --no-channel-priority

With the CUDA-enabled variant of the Bodo package, supported DataFrames operations will automatically run on all available GPUs, while unsupported operations seamlessly fall back to CPU.

The CUDA-enabled Bodo package uses CUDA-aware OpenMPI for GPU communication. Before running CPU–GPU hybrid code, you must first set OpenMPI’s communication layer to UCX:

export OMPI_MCA_pml=ucx

✨ CPU–GPU hybrid execution

The following types of operations will run on GPUs:

  • Parquet read (local filesystem, S3, Google Cloud Storage, HDFS, Azure Data Lake)

  • Parquet write (local filesystem, S3, Google Cloud Storage, HDFS, Azure Data Lake)

  • Most kinds of joins

  • Vectorized filters and projections (except UDFs)

  • Column arithmetic and boolean ops (except UDFs)

  • GroupBy aggregations: sum, count, mean, min, max, var, std, size, skew, nunique

  • Series reductions: sum, product, count, mean, min, max

  • drop_duplicates, concat, Series.isin

🏎️ Performance Improvements

  • Improved join ordering.

🛠️ Infrastructure

  • Added Docker ARM build.

⚙️ Dependency Changes

  • Upgraded DuckDB planner.

Full Changelog: bodo-ai/Bodo@2026.2...2026.4

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.2 to 2026.4.
- [Release notes](https://github.com/bodo-ai/Bodo/releases)
- [Commits](bodo-ai/Bodo@2026.2...2026.4)

---
updated-dependencies:
- dependency-name: bodo
  dependency-version: '2026.4'
  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 Apr 17, 2026
@geruh geruh merged commit 539a03b into main Apr 17, 2026
15 checks passed
@geruh geruh deleted the dependabot/uv/bodo-2026.4 branch April 17, 2026 23:50
smaheshwar-pltr pushed a commit to smaheshwar-pltr/iceberg-python that referenced this pull request Apr 19, 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.

1 participant