Releases: grafana/augurs
Releases · grafana/augurs
augurs-testing-v0.1.0
augurs-mstl-v0.1.0-alpha.0
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
- Update some comments
- Accept &[f64] in MSTL::fit, rather than owned Vec (#17)
- 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
- Short circuit where horizon == 0 in predict methods
- Initial commit
augurs-mstl-v0.1.0
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
- Update some comments
- Accept &[f64] in MSTL::fit, rather than owned Vec (#17)
- 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
- Short circuit where horizon == 0 in predict methods
- Initial commit
augurs-js-v0.1.0-alpha.0
Other
augurs-js-v0.1.0
Other
augurs-ets-v0.1.0-alpha.0
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
augurs-ets-v0.1.0
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
augurs-core-v0.1.0
augurs-core-v0.1.0-alpha.0
v0.1.0-alpha.1
What's Changed
- python typing docs improvements by @sd2k in #2
- Run doctests in CI too by @sd2k in #3
- Handle zero horizon by @sd2k in #5
- Don't hardcode 95% CI ppf in NaiveTrend prediction intervals by @sd2k in #7
- Use workspace dependencies for some more shared dependencies by @sd2k in #8
- Add iai benchmarks for benchmarking in CI by @sd2k in #9
- Fix quotes and use '/' instead of '@' when triggering CI benchmarks by @sd2k in #11
- Use contains, not ==, for comment body by @sd2k in #12
- Create dependabot.yml by @sd2k in #10
- Bump pyo3 and numpy to 0.19.0 by @sd2k in #16
- Accept &[f64] in MSTL::fit, rather than owned Vec by @sd2k in #17
- Add repr for pyaugurs structs by @sd2k in #21
- Make slight changes to inner loop to avoid as much unsafe indexing by @sd2k in #23
- Only bother calculating AMSE when it's required by @sd2k in #24
- Update itertools requirement from 0.10.5 to 0.11.0 by @dependabot in #25
- Bump all versions to latest by @sd2k in #26
New Contributors
- @dependabot made their first contribution in #25
Full Changelog: v0.1.0-alpha...augurs-core-v0.1.0-alpha.1