microsoft / hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.
MIT License
3.32k stars 274 forks source link

Next release? #688

Closed tgaddair closed 1 year ago

tgaddair commented 1 year ago

Hi, it looks like there have been several notable improvements since November, including https://github.com/microsoft/hummingbird/pull/674, which we need to unblock our use of Hummingbird in Ludwig. We're currently requiring users to install Hummingbird from GitHub directly, but this is not compatible with PyPI.

Can you create a new patch release with this change included, or a new minor release with the latest changes? Thanks.

ksaur commented 1 year ago

Hi @tgaddair, yes we were waiting on #675 but that is 2 weeks past!

New release will be out by the end of the week at the latest. Thanks!

tgaddair commented 1 year ago

Awesome, thank you!

ksaur commented 1 year ago

Closing with https://pypi.org/project/hummingbird-ml/0.4.8/#history !

tgaddair commented 1 year ago

Thanks for the quick turnaround on this! Much appreciated.