Hummingbird v0.4.5
What's Changed
- Update _decomposition_implementations.py by @interesaaat in #578
- revise example in readme by @vumichien in #579
- Fix problem with new onnx and protobuf by @interesaaat in #582
- Bump TVM to v0.8 by @mshr-h in #581
- Fix the things broken by SKL==1.1.1 by @ksaur in #588
- Use
onnxmltools>=1.6.0,<=1.11.0
instead ofonnxmltools>=1.6.0
by @mshr-h in #592 - Deprecating Python3.7; updating sklearn-onnx version by @ksaur in #593
- deprecate torch1.7, push to macOS11 by @ksaur in #594
- Fix doc gen by @ksaur in #596
- Fix broken link by @mshr-h in #599
- Fixing documentation generation bug by @ksaur in #598
- Update Dockerfile by @mshr-h in #601
- Use a Microsoft compliant image for docker by @interesaaat in #602
- testing torch==1.12 by @ksaur in #603
- Use
n_features_in_
instead ofn_features_
by @mshr-h in #604 - Use
python -m pip
instead of thepip
executable by @mshr-h in #605 - check for Sklearn model NotFitted before conversion by @SangamSwadiK in #607
- Upgrade prophet to v1.1 by @mshr-h in #608
- Add Python 3.10 by @mshr-h in #586
- Bump TVM to v0.9 by @mshr-h in #609
- Pinning onnxconverter-common to avoid dep by @ksaur in #614
- Use pre-installed LLVM for building TVM on macOS-11 by @mshr-h in #615
New Contributors
- @vumichien made their first contribution in #579
- @mshr-h made their first contribution in #581
- @SangamSwadiK made their first contribution in #607
Special thanks
Extra special thanks to @mshr-h for the work maintaining our version dependencies and pipeline!
Full Changelog: v0.4.4...v0.4.5