Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hummingbird-ml-0.4.8.tar.gz | 2023-02-28 | 549.1 kB | |
hummingbird_ml-0.4.8-py2.py3-none-any.whl | 2023-02-28 | 164.6 kB | |
Hummingbird v0.4.8 source code.tar.gz | 2023-02-28 | 538.8 kB | |
Hummingbird v0.4.8 source code.zip | 2023-02-28 | 653.5 kB | |
README.md | 2023-02-28 | 1.3 kB | |
Totals: 5 Items | 1.9 MB | 0 |
What's Changed
New support
- Add support for
sklearn.mixture.BayesianGaussianMixture
by @mshr-h in https://github.com/microsoft/hummingbird/pull/677 - Allow for identity POST_TRANSFORM by @jppgks in https://github.com/microsoft/hummingbird/pull/674
Bug fixes
- Fix inhomogeneous shape error on numpy array creation by @mshr-h in https://github.com/microsoft/hummingbird/pull/667
Maintenance
- Improvements to the testing and pipeline by @mshr-h in https://github.com/microsoft/hummingbird/pull/658, https://github.com/microsoft/hummingbird/pull/665, https://github.com/microsoft/hummingbird/pull/668, https://github.com/microsoft/hummingbird/pull/681 and @ksaur in https://github.com/microsoft/hummingbird/pull/685, https://github.com/microsoft/hummingbird/pull/686
- Support for scikit-learn 1.2 by @ksaur in https://github.com/microsoft/hummingbird/pull/661
- Dependabot fixes by @ksaur in https://github.com/microsoft/hummingbird/pull/673, https://github.com/microsoft/hummingbird/pull/635
Acks
- Thank you very much to @jppgks for their first contribution in https://github.com/microsoft/hummingbird/pull/674
- Thank you to @mshr-h for the exciting new BayesianGaussianMixture feature and ongoing support!
Full Changelog: https://github.com/microsoft/hummingbird/compare/v0.4.7...v0.4.8