stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction
Apache License 2.0
1.65k stars 217 forks source link

add a github release for 0.2.1 #155

Closed ryan-wolbeck closed 4 years ago

ryan-wolbeck commented 4 years ago

Hey guys, I'd suggest adding a release for the current version in pypi to the github releases https://docs.github.com/en/github/administering-a-repository/managing-releases-in-a-reposito This would allow to track commits with the release tag so it's easy to see what code leads up to the release on pypi Thanks, Ryan

tonyduan commented 4 years ago

Thanks for the suggestion. I just created a new branch v0.2.1 and released it; this code reflects what's on PyPI.

I'm new to this so not 100% certain I've got everything right. If you have any further suggestions for future releases please do let us know!

ryan-wolbeck commented 4 years ago

@tonyduan looks good