Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps bodo from 2025.7.5 to 2025.8.2.

Release notes

Sourced from bodo's releases.

2025.8.2

New Features

Support for AWS Bedrock backend for llm_generate and embed. Support passing user defined functions that return scalars to groupby.agg and groupby.apply Support renaming DataFrame column using df.columns = [...] syntax Add API map_partition_with_state to DataFrame that allows you to do a one-time initialization of state on each worker which can then be used to map batches of rows from a DataFrame to produce a new DataFrame. Added JIT fallback to Bodo DataFrames such that operations not supported natively in DataFrames can use the equivalent operation from Bodo engine.

Performance Improvements

Improve Series.quantile/describe performance. Improve the performance of fetching row counts for Parquet datasets Improve package import time and worker spinup time substantially

Bug Fixes

Fix a crash with llm_generate and embed in Jupyter Notebooks/when an asyncio executor is already running. Fix OpenAI environment variables not being sent to workers. Fix bug in loss computation when fitting LogisticRegression in parallel. Fix crash when running map/apply on large numbers of workers

2025.8.1

What's Changed

Full Changelog: bodo-ai/Bodo@2025.8...2025.8.1

2025.8

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)

Bumps [bodo](https://github.com/bodo-ai/Bodo) from 2025.7.5 to 2025.8.2.
- [Release notes](https://github.com/bodo-ai/Bodo/releases)
- [Changelog](https://github.com/bodo-ai/Bodo/blob/main/azure-release-pipelines.yml)
- [Commits](bodo-ai/Bodo@2025.7.5...2025.8.2)

---
updated-dependencies:
- dependency-name: bodo
  dependency-version: 2025.8.2
  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 Pull requests that update Python code labels Sep 2, 2025
@kevinjqliu kevinjqliu merged commit ee760da into main Sep 2, 2025
10 checks passed
@kevinjqliu kevinjqliu deleted the dependabot/pip/bodo-2025.8.2 branch September 2, 2025 17:36
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant