Hummingbird v0.4.10
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 #734
- Update devcontainer.json to match the latest property format by @mshr-h in #742
- adding gather to match OHE ONNX changes by @ksaur in #746
- Removing lgbm pin by @ksaur in #748
- Python 3.11 by @ksaur in #749
Thanks to @mshr-h for the ongoing support!
Full Changelog: v0.4.9...v0.4.10