Skip to content

Releases: grafana/augurs

augurs-testing-v0.1.0

25 Sep 08:28
a922ab3
Compare
Choose a tag to compare

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
  • Bump all versions to latest (#26)
  • Initial commit

augurs-mstl-v0.1.0-alpha.0

25 Sep 08:02
ebd49a0
Compare
Choose a tag to compare

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

25 Sep 08:27
a922ab3
Compare
Choose a tag to compare

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

25 Sep 08:04
ebd49a0
Compare
Choose a tag to compare

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
  • Bump all versions to latest (#26)
  • Add explicit getrandom dep with js feature in augurs-js
  • Accept &[f64] in MSTL::fit, rather than owned Vec (#17)
  • Initial commit

augurs-js-v0.1.0

25 Sep 08:28
a922ab3
Compare
Choose a tag to compare

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
  • Bump all versions to latest (#26)
  • Add explicit getrandom dep with js feature in augurs-js
  • Accept &[f64] in MSTL::fit, rather than owned Vec (#17)
  • Initial commit

augurs-ets-v0.1.0-alpha.0

25 Sep 08:03
ebd49a0
Compare
Choose a tag to compare

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

25 Sep 08:28
a922ab3
Compare
Choose a tag to compare

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

25 Sep 08:27
a922ab3
Compare
Choose a tag to compare

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
  • Bump all versions to latest (#26)
  • Short circuit where horizon == 0 in predict methods
  • Initial commit

augurs-core-v0.1.0-alpha.0

08 Sep 18:15
379eb2d
Compare
Choose a tag to compare

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
  • Bump all versions to latest (#26)
  • Short circuit where horizon == 0 in predict methods
  • Initial commit

v0.1.0-alpha.1

01 Aug 09:03
840c6b4
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

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

Full Changelog: v0.1.0-alpha...augurs-core-v0.1.0-alpha.1