Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps bodo from 2025.10.2 to 2025.12.

Release notes

Sourced from bodo's releases.

2025.12

Bodo 2025.12 Release (Date: 12/11/2025) {#December_2025}

🎉 Highlights

This release, we are excited to add Join Filters in the plan optimizer, significantly improving performance on real workloads. We also improve Bodo's timezone support and fix several minor bugs.

✨ New Features

  • Support datetime.datetime in query plans.
  • Validate repl argument of Series.str.replace same as Pandas.
  • Improve concat output order.
  • Support Series.take().
  • Support timezones in to_datetime.

🏎️ Performance Improvements

  • Add Join Filters to remove rows with keys that won’t match a join key as early as possible.
  • Box/unbox date arrays using Arrow.
  • Box/unbox time arrays using Arrow.

🐛 Bug Fixes

  • Avoid hang in scattering BodoSeries.
  • Fix explode bug for Arrow large list type.
  • Allow int64/uint64 mismatch in some internal data structures.
  • Fix for ArrowExtensionArray iloc indexing.
  • Fix timezone in convert_dtypes.
  • Fix for nested join.
  • Fixed remove unused column pass to keep column references alive in conjunction with duckdb version upgrade.
  • Better support for operations that result in empty dataframes.

Full Changelog: bodo-ai/Bodo@2025.11.2...2025.12

2025.11.2

What's Changed

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Dec 15, 2025
@dependabot dependabot bot force-pushed the dependabot/uv/bodo-2025.12 branch from 898a33f to 8a12639 Compare December 18, 2025 18:33
Bumps [bodo](https://github.com/bodo-ai/Bodo) from 2025.10.2 to 2025.12.
- [Release notes](https://github.com/bodo-ai/Bodo/releases)
- [Commits](bodo-ai/Bodo@2025.10.2...2025.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/bodo-2025.12 branch from 8a12639 to 87d7d82 Compare December 19, 2025 17:28
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Looks like bodo is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/uv/bodo-2025.12 branch December 22, 2025 18:14
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