Skip to content

Releases: grafana/augurs

augurs-v0.8.0

23 Dec 10:53
2d941c8
Compare
Choose a tag to compare

This release includes some major, breaking changes to the augurs-forecaster crate (and the forecaster feature of the augurs crate). See the migration guide for more information on how to upgrade.

Added

  • [breaking] switch transform to a trait (#213)

augurs-seasons-v0.8.0

23 Dec 10:53
2d941c8
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

augurs-prophet-v0.8.0

23 Dec 10:53
2d941c8
Compare
Choose a tag to compare

Added

  • add Forecaster wrapper for Prophet (#191)

Fixed

  • fix filtering of NaNs in Prophet preprocessing (#219)
  • (docs) fix incorrect link to chrono
  • add explicit link to chrono method (#192)

Other

  • (deps) update wasmtime requirement from 27 to 28 (#216)
  • Commit prophet-wasmstan.wasm to git (#206)
  • (deps) update statrs requirement from 0.17.1 to 0.18.0 (#187)

augurs-outlier-v0.8.0

23 Dec 10:53
2d941c8
Compare
Choose a tag to compare

Other

  • (deps) update rv requirement from 0.17.0 to 0.18.0 (#198)

augurs-mstl-v0.8.0

23 Dec 10:52
2d941c8
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

augurs-forecaster-v0.8.0

23 Dec 10:53
2d941c8
Compare
Choose a tag to compare

This release includes some major, breaking changes to the augurs-forecaster crate. See the migration guide for more information on how to upgrade.

Added

  • [breaking] switch transform to a trait (#213)
  • allow creating a Box-Cox or Yeo-Johnson transform with either lambda or data (#212)
  • add standard scaler transform (#204)
  • add 'transforms' JS crate and include in augurs JS bindings (#195)

Fixed

  • use box_cox instead of boxcox (#203)
  • make Transform enum non-exhaustive (#194)

Other

  • restructure transforms into modules (#210)
  • precalculate offset and scale factor for min-max scale transformer (#196)
  • Add power transformation logic to forecaster transforms (#185)

augurs-ets-v0.8.0

23 Dec 10:52
2d941c8
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

augurs-dtw-v0.8.0

23 Dec 10:52
2d941c8
Compare
Choose a tag to compare

Added

  • [breaking] split JS package into separate crates (#149)

augurs-core-v0.8.0

23 Dec 10:51
2d941c8
Compare
Choose a tag to compare

Added

  • [breaking] switch transform to a trait (#213)

augurs-clustering-v0.8.0

23 Dec 10:52
2d941c8
Compare
Choose a tag to compare

Other

  • add benchmark for Prophet (#140)