Skip to content

augurs-mstl-v0.1.0-alpha.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 08:02
· 181 commits to main since this release
ebd49a0

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