Skip to content

0.9.1

Compare
Choose a tag to compare
@release-drafter release-drafter released this 02 Jun 20:13
· 25 commits to master since this release
e2f6e9e
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

Cache caluclated windows to avoid unnecessary computation. @willgraf (#99)
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.