0.9.1
Add release-drafter to automate release drafts and changelogs. @willgraf (#100)
Adding a template and GitHub workflow for the release-drafter. This should automatically create and update a draft for the next release of the project.
🚀 Features
Check for divide by zero @ngreenwald (#102)
We currently don't check that there are valid predictions when computing precision, which can lead to divide by zero errors.