Skip to content

Tags: bodo-ai/Bodo

Tags

2025.1

Toggle 2025.1's commit message
[BSE-4391] Rename BodoSQL pip package (#140)

2024.12.3

Toggle 2024.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make bodo compatible with newer pandas versions to enable UDF engine …

…support (#92)

Currently import bodo and running simple jit functions in the pandas development environment does not work because the pandas version is newer and some module/apis have been removed.

SingleArrayManager, ArrayManager and _get_option are removed in newer versions of pandas. Fill them with dummy values if they can't be imported since BlockManager/SingleBlockManager is always used.

pd.read_gbq was removed in newer pandas versions

2024.12.2

Toggle 2024.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GitHub Repo Link to PyPi (#79)

2024.12.1

Toggle 2024.12.1's commit message
Raise error if VS Code Jupyter ZMQ is not disabled (#64)

2024.12

Toggle 2024.12's commit message
BSE-4343: Fix sccache in pip build (#25)

2024.11

Toggle 2024.11's commit message
Get the Bodo SCM Version and Fix in Pip Builds (#8668)

2024.10

Toggle 2024.10's commit message
[BSE-3976] Disable SF Iceberg Prefetching Behind a Feature Flag (#8355)