Skip to content

Build: Bump bodo from 2026.1 to 2026.4#60

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Copy link
Copy Markdown
Contributor

Bumps bodo from 2026.1 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

... (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.4.
- [Release notes](https://github.com/bodo-ai/Bodo/releases)
- [Commits](bodo-ai/Bodo@2026.1...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 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #128.

@dependabot dependabot Bot closed this May 28, 2026
@dependabot dependabot Bot deleted the dependabot/uv/bodo-2026.4 branch May 28, 2026 06:37
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