augurs-ets-v0.1.0
github-actions
released this
25 Sep 08:28
·
180 commits
to main
since this release
Other
- Add workspace metadata and use in all the subpackages (#33)
- (cargo-release) version 0.1.0-alpha.1
- Use -alpha.0 suffix in crate versions
- Add some more comments and debug assertions
- Update some comments
- Bump all versions to latest (#26)
- Update itertools requirement from 0.10.5 to 0.11.0 (#25)
- Only bother calculating AMSE when it's required (#24)
- Make slight changes to inner loop to avoid as much unsafe indexing (#23)
- Add repr for pyaugurs structs
- Add iai benchmarks for benchmarking in CI (#9)
- Use workspace dependencies for some more shared dependencies
- Don't hardcode 95% CI ppf in NaiveTrend prediction intervals
- Modify compute_sigma_h to be more functional
- Short circuit where horizon == 0 in predict methods
- Initial commit