Skip to content

Hummingbird v0.4.11

Latest
Compare
Choose a tag to compare
@ksaur ksaur released this 08 Mar 20:24
· 14 commits to main since this release
d2aa5dc

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