Skip to content

Bodo 2025.1 Release (Date: 01/13/2025)

=====================================

New Features

  • Bodo now supports S3 Tables (Iceberg) in both Python and SQL.
  • Bodo wheels now support manylinux 2_28.
  • Conda Package and Pip Wheels Support Linux on ARM.
  • Added several examples including parallel LLM inference and bioinformatics.

Performance Improvements

  • Updated typing for streaming state types to use Numba's type refinement and avoid repeated IR transformation. This makes BodoSQL compilation ~15% faster.

Bug Fixes

  • Buffer Pool will now catch potential out-of-memory calls before triggering OS terminations.