Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: microsoft/hummingbird

Hummingbird v0.4.12

24 Oct 16:29
@ksaur ksaur
4f280ab
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Announcement

This will be my (@ksaur) last release as maintainer for Hummingbird, as I am moving on to a different company and job role. It has been a fantastic 5 years as maintainer for Hummingbird! Thanks to @interesaaat and @mshr-h for all of the collaborations over the years!

What's Changed

Full Changelog: v0.4.11...v0.4.12

Contributors

interesaaat, ksaur, and mshr-h
Assets 4
Loading
shinGangan reacted with heart emoji shinGangan reacted with eyes emoji
1 person reacted

Hummingbird v0.4.11

08 Mar 20:24
@ksaur ksaur
d2aa5dc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Breaking API change for model save/load

  • In #761 users are now required to add an additional flag if they wish to unzip without the checksum hashes. Ex: model.load(location, override_flag=True) . This is to prevent any potential exploit of the underlying pickle module, so that users can verify the output checksum for model integrity, or set the override_flag if the model is from a trusted source.

TODOs

  • We are aware that documentation is not being generated correctly (#762) due to a permissions change.
  • We are continuing to investigate how to support xgb==2.0.

New Contributors

Special thanks

Thank you to our newest contributor @giriprasad51 for his 3 PRs, and thank you to @mshr-h for all of the effort on apache-tvm to v0.15.0 and the ongoing support!

Full Changelog: v0.4.10...v0.4.11

Contributors

ksaur, mshr-h, and giriprasad51
Loading
OSuwaidi and mshr-h reacted with rocket emoji
2 people reacted

Hummingbird v0.4.10

08 Jan 18:41
@ksaur ksaur
94ce98c
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

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.

Thanks to @mshr-h for the ongoing support!

Full Changelog: v0.4.9...v0.4.10

Contributors

ksaur and mshr-h
Loading

Hummingbird v0.4.9

12 Jul 16:55
@ksaur ksaur
7fdf328
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Upgrade PyTorch to 2.0.0 by @mshr-h in #691
  • Removing sklearn-onnx pin now that update is released by @ksaur in #693
  • Fix SGDClassifier predict result bug by @hikari234 in #703
  • Adding hash to save/load for pickle by @ksaur in #713
  • Compatibility with scikit-learn 1.3.0 by @ksaur in #721

New Contributors

  • @hikari234 made their first contribution in #703

Full Changelog: v0.4.8...v0.4.9

Contributors

ksaur, mshr-h, and ytwei3
Loading

Hummingbird v0.4.8

28 Feb 17:31
@ksaur ksaur
7ae2d17
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New support

  • Add support for sklearn.mixture.BayesianGaussianMixture by @mshr-h in #677
  • Allow for identity POST_TRANSFORM by @jppgks in #674

Bug fixes

  • Fix inhomogeneous shape error on numpy array creation by @mshr-h in #667

Maintenance

Acks

  • Thank you very much to @jppgks for their first contribution in #674
  • Thank you to @mshr-h for the exciting new BayesianGaussianMixture feature and ongoing support!

Full Changelog: v0.4.7...v0.4.8

Contributors

ksaur, mshr-h, and jppgks
Loading
mshr-h reacted with rocket emoji
1 person reacted

Hummingbird v0.4.7

29 Nov 19:48
@ksaur ksaur
90dfcde
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • This patch release fixes a bug in ONNX conversion and allows support of varying batch sizes by @stillmatic in #654
  • Fixes deprecations in #655

New Contributors

  • Thank you to @stillmatic for catching and fixing this bug (#653) and for the additional maintenance work!

Full Changelog: v0.4.6...v0.4.7

Contributors

stillmatic
Loading
mshr-h and melanciani reacted with hooray emoji
2 people reacted

Hummingbird v0.4.6

10 Nov 23:25
@ksaur ksaur
12e7513
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Features

  • Adds Lasso, Ridge and ElasticNet by @fd0r in #625
  • Added support for more decision conditions in trees and ONNX conversion by @grafail in #631
  • Add support for Tweedie, Poisson and Gamma regressors by @interesaaat in #650

Maintenance and fixes

  • Remove pinned version for onnxconverter-common by @interesaaat in #618
  • Bump action/cache to v3 by @mshr-h in #619
  • Fix deprecation warnings for sklearn/scipy by @mshr-h in #610
  • deprecating email due to spammers.... by @ksaur in #621
  • updating ubuntu version by @ksaur in #623
  • Fix linear models conversion when fit_intercept set to False by @RomanBredehoft in #630
  • Corrects some typos by @RomanBredehoft in #628
  • allow derived types of DataFrame by @liangfu in #637
  • [TVM] Unify load params interface by @liangfu in #640
  • Update TVM to 0.10 by @mshr-h in #642
  • Update to pytorch 1.13 by @interesaaat in #646
  • Update actions/checkout and actions/setup-python by @mshr-h in #647
  • update codecov/codecov-action to v3 by @mshr-h in #648

New Contributors

  • @fd0r made their first contribution in #625
  • @RomanBredehoft made their first contribution in #630
  • @grafail made their first contribution in #631
  • @liangfu made their first contribution in #637

Special Thanks

  • Thank you to @mshr-h for the continued support!!

Full Changelog: v0.4.5...v0.4.6

Contributors

liangfu, interesaaat, and 5 other contributors
Loading
interesaaat, mshr-h, and melanciani reacted with rocket emoji
3 people reacted

Hummingbird v0.4.5

05 Aug 20:36
@ksaur ksaur
0140729
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

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

Contributors

interesaaat, ksaur, and 3 other contributors
Loading
mshr-h and rdenadai reacted with hooray emoji
2 people reacted

Hummingbird v0.4.4

25 Apr 22:09
@ksaur ksaur
41597c3
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

This minor release includes bug fixes for performance and external dependency updates.

What's Changed

Full Changelog: v0.4.3...v0.4.4

New Contributors

Contributors

interesaaat, ksaur, and carolinemckee
Loading

Hummingbird v0.4.3

11 Mar 23:00
@ksaur ksaur
fa26c67
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

This minor release includes bug fixes and external dependency updates.

What's Changed

  • Fixed a problem with pandas with the latest xgb models in #562
  • Minor changes to tests related to verifying that new versions of torch, scikit-learn, and Python3.9 work in #554, #560
  • allow tree_implementation="gemm" with onnx backend by @jfrery in #566

New Contributors

Full Changelog: v0.4.2...v0.4.3

Contributors

jfrery and shubh0508
Loading
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /