Bodo

Latest version: v2025.3.3

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

2025.1

What's Changed
* DockerHub Image Workflow by hadia206 in https://github.com/bodo-ai/Bodo/pull/55
* [BSE-4389] Add Bodo Platform SDK Guide in the quick start. by mbojanowski in https://github.com/bodo-ai/Bodo/pull/84
* Add bioinformatics kmers example by ehsantn in https://github.com/bodo-ai/Bodo/pull/95
* Add LLM query example with Ollama by ehsantn in https://github.com/bodo-ai/Bodo/pull/94
* Rename "bodo.submit" to "bodo.spawn" by ehsantn in https://github.com/bodo-ai/Bodo/pull/93
* Update scikit-learn version in docs by ehsantn in https://github.com/bodo-ai/Bodo/pull/97
* [BSE-4386] Add Linux ARM Support by srilman in https://github.com/bodo-ai/Bodo/pull/83
* BSE-4358: Python S3 Table support by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/96
* Add a manual testing file for BodoSQL by njriasan in https://github.com/bodo-ai/Bodo/pull/104
* Add preprocess the pile AI example by ehsantn in https://github.com/bodo-ai/Bodo/pull/82
* Skip ollama/preprocess_thepile examples in Nightly tests "Run Examples" by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/102
* Add files via upload by marquisdepolis in https://github.com/bodo-ai/Bodo/pull/105
* Disable the ARM Nightly Tests by srilman in https://github.com/bodo-ai/Bodo/pull/109
* Adding 2024.12.3 release notes by knassre-bodo in https://github.com/bodo-ai/Bodo/pull/110
* Update docs for bodo.wrap_python by ehsantn in https://github.com/bodo-ai/Bodo/pull/112
* BSE-4403: Manylinux 2_28 by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/74
* BSE-4403: Fix hdf5 import by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/116
* BSE-4358: Use a separate random generator for table name by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/117
* Move Relational Algebra Python APIs to an explicit Python Entry Point API by njriasan in https://github.com/bodo-ai/Bodo/pull/107
* Refactor Parser Configuration to a Helper function by njriasan in https://github.com/bodo-ai/Bodo/pull/119
* Standardize non-constructor APIs to use Python Entry Point by njriasan in https://github.com/bodo-ai/Bodo/pull/108
* Moved validator configuration to its own function by njriasan in https://github.com/bodo-ai/Bodo/pull/121
* [BSE-4452] Remove simple Java Constructors for PythonEntryPoint by njriasan in https://github.com/bodo-ai/Bodo/pull/113
* Use warning instead of value error when tests are not being run in `check_query` by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/118
* Move intervalToNanos out of the Calcite files and into our parser utils functions by njriasan in https://github.com/bodo-ai/Bodo/pull/120
* [BSE-4441] Fix Nightly E2E tests. by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/103
* [BSE-4454] Tweak Buffer Pool Memory Allocation Default to Avoid OS OOMs outside of Platform by srilman in https://github.com/bodo-ai/Bodo/pull/114
* [BSE-4452] Port remaining Python Entry Code to use the Defined Interface by njriasan in https://github.com/bodo-ai/Bodo/pull/115
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/bodo-ai/Bodo/pull/123
* Fix bodosql tests nightly by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/125
* BSE-4460: Add java test infra to PR CI by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/127
* Replace feedback repo with main repo in docs by ehsantn in https://github.com/bodo-ai/Bodo/pull/132
* Fix typo in NO_HDF5 check by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/131
* BSE-4358: BodoSQL support for S3 tables by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/126
* Replace stream operator state typing to use Numba type refinement by ehsantn in https://github.com/bodo-ai/Bodo/pull/124

New Contributors
* pre-commit-ci made their first contribution in https://github.com/bodo-ai/Bodo/pull/123

**Full Changelog**: https://github.com/bodo-ai/Bodo/compare/2024.12.3...2025.1

2024.12.3

What's Changed
* [BSE-4392] Add README and docs getting started examples to unittests by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/73
* Switch to GitHub Hosted Instances for CI by srilman in https://github.com/bodo-ai/Bodo/pull/70
* Handle nested objmode functions in UDF inlining by ehsantn in https://github.com/bodo-ai/Bodo/pull/81
* Add Codecov by hadia206 in https://github.com/bodo-ai/Bodo/pull/69

2024.12.2

What's Changed
* Update docs quick start examples by ehsantn in https://github.com/bodo-ai/Bodo/pull/67
* Add files via upload by marquisdepolis in https://github.com/bodo-ai/Bodo/pull/68
* [BSE-4385] Add locally runnable benchmarks by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/65
* Handle slicing with negative start/step in lazy wrappers by ehsantn in https://github.com/bodo-ai/Bodo/pull/71
* Fix spawn CI hang by ehsantn in https://github.com/bodo-ai/Bodo/pull/75
* Fix JSON write is_lines handling by ehsantn in https://github.com/bodo-ai/Bodo/pull/72
* Avoid logging in __del__ functions by ehsantn in https://github.com/bodo-ai/Bodo/pull/76
* Add GitHub Repo Link to PyPi by srilman in https://github.com/bodo-ai/Bodo/pull/79


**Full Changelog**: https://github.com/bodo-ai/Bodo/compare/2024.10...2024.12.2

2024.12.1

What's Changed
* [BSE-4340] Spark version of NYC Taxi benchmark by ehsantn in https://github.com/bodo-ai/Bodo/pull/19
* Update Azure user environment variable name by hadia206 in https://github.com/bodo-ai/Bodo/pull/24
* [BSE-4249] to_parquet by yingyee0111 in https://github.com/bodo-ai/Bodo/pull/8
* BSE-4343: Fix sccache in pip build by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/25
* [BSE-4337] Trigger BodoSQL customer tests when changes in BodoSQL/calcite_sql by mbojanowski in https://github.com/bodo-ai/Bodo/pull/23
* Only Test Python 3.12 for MacOS Conda Builds in Pull Requests by srilman in https://github.com/bodo-ai/Bodo/pull/30
* [BSE-4271] Add benchmark scripts for dask by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/14
* [BSE-4325] Remove AWS PR CI Files by srilman in https://github.com/bodo-ai/Bodo/pull/4
* Exclude develop branch from nightly runs by hadia206 in https://github.com/bodo-ai/Bodo/pull/32
* Update examples for open source release by ehsantn in https://github.com/bodo-ai/Bodo/pull/28
* [BSE-4356] Move the Dev Docker Code to the `buildscripts/` Folder by srilman in https://github.com/bodo-ai/Bodo/pull/36
* Fix contact link by ehsantn in https://github.com/bodo-ai/Bodo/pull/35
* Enable Pre-Commit CI by srilman in https://github.com/bodo-ai/Bodo/pull/37
* BSE-4355: Add readme for azurefs-sas-token-provider by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/38
* Remove old readme file by ehsantn in https://github.com/bodo-ai/Bodo/pull/34
* Add 2024.11 and 2024.12 release notes by hadia206 in https://github.com/bodo-ai/Bodo/pull/42
* [BSE-4204] Arrow 18 Upgrade by srilman in https://github.com/bodo-ai/Bodo/pull/12
* Update README.md with description by marquisdepolis in https://github.com/bodo-ai/Bodo/pull/41
* [BSE-4341] Benchmark against Modin/Ray by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/22
* Fix conda release issues by hadia206 in https://github.com/bodo-ai/Bodo/pull/44
* Support caching for IPython cells by ehsantn in https://github.com/bodo-ai/Bodo/pull/45
* [BSE-4352] Fix to_parquet nightly issues by yingyee0111 in https://github.com/bodo-ai/Bodo/pull/43
* BSE-4340: Update spark benchmark by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/47
* Adding logo files by marquisdepolis in https://github.com/bodo-ai/Bodo/pull/48
* Update README.md by marquisdepolis in https://github.com/bodo-ai/Bodo/pull/49
* Fix BodoSQL use in Jupyter (without JIT) by ehsantn in https://github.com/bodo-ai/Bodo/pull/51
* BSE-4340: Spark benchmark EMR terraform by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/50
* [BSE-4203] Use Pixi for Pip Build Deps by srilman in https://github.com/bodo-ai/Bodo/pull/46
* [BSE-4249] to_sql by yingyee0111 in https://github.com/bodo-ai/Bodo/pull/27
* [BSE-4341] Update benchmarking and finalize scripts by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/31
* BSE-4340: Run emr benchmark 3 times by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/56


**Full Changelog**: https://github.com/bodo-ai/Bodo/compare/2024.12...2024.12.1

2024.12

What's Changed
* Fix pyarrow import in CI pipelines by scott-routledge2 in https://github.com/bodo-ai/Bodo/pull/11
* add openjdk version by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/15
* Minor fixes in platform install script by ehsantn in https://github.com/bodo-ai/Bodo/pull/13
* BSE-4290: Add pip to docs by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/5
* [BSE-4271] Add NYC Taxi benchmark code by ehsantn in https://github.com/bodo-ai/Bodo/pull/6
* Rename develop -> main by hadia206 in https://github.com/bodo-ai/Bodo/pull/20
* [BSE-4333] Avoid Cythonizing transform files by ehsantn in https://github.com/bodo-ai/Bodo/pull/18
* BSE-4272: Remove fftw as a dependency by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/3
* Only import bodosql if necessary in gatherv by IsaacWarren in https://github.com/bodo-ai/Bodo/pull/16

New Contributors
* scott-routledge2 made their first contribution in https://github.com/bodo-ai/Bodo/pull/11

**Full Changelog**: https://github.com/bodo-ai/Bodo/compare/2024.11...2024.12

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.