Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hummingbird_ml-0.4.10-py2.py3-none-any.whl | 2024-01-08 | 165.5 kB | |
hummingbird-ml-0.4.10.tar.gz | 2024-01-08 | 550.4 kB | |
Hummingbird v0.4.10 source code.tar.gz | 2024-01-08 | 539.5 kB | |
Hummingbird v0.4.10 source code.zip | 2024-01-08 | 654.9 kB | |
README.md | 2024-01-08 | 864 Bytes | |
Totals: 5 Items | 1.9 MB | 0 |
What's Changed
This maintenance release updates to Python 3.11 (for all but TVM), adds support for the current versions (as of Jan 2024) of LGBM and ONNX related libraries.
We are still working on XGB==2.0 support and TVM==0.12.
- pinning xgb to prior 2.0 by @ksaur in https://github.com/microsoft/hummingbird/pull/734
- Update devcontainer.json to match the latest property format by @mshr-h in https://github.com/microsoft/hummingbird/pull/742
- adding gather to match OHE ONNX changes by @ksaur in https://github.com/microsoft/hummingbird/pull/746
- Removing lgbm pin by @ksaur in https://github.com/microsoft/hummingbird/pull/748
- Python 3.11 by @ksaur in https://github.com/microsoft/hummingbird/pull/749
Thanks to @mshr-h for the ongoing support!
Full Changelog: https://github.com/microsoft/hummingbird/compare/v0.4.9...v0.4.10