Releases: grafana/augurs
Releases · grafana/augurs
augurs-v0.8.0
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
Other
- update Cargo.toml dependencies
augurs-prophet-v0.8.0
augurs-outlier-v0.8.0
Other
- (deps) update rv requirement from 0.17.0 to 0.18.0 (#198)
augurs-mstl-v0.8.0
Other
- update Cargo.toml dependencies
augurs-forecaster-v0.8.0
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
Other
augurs-ets-v0.8.0
Other
- update Cargo.toml dependencies
augurs-dtw-v0.8.0
Added
- [breaking] split JS package into separate crates (#149)
augurs-core-v0.8.0
Added
- [breaking] switch
transform
to a trait (#213)
augurs-clustering-v0.8.0
Other
- add benchmark for Prophet (#140)