Releases: grafana/augurs
Releases · grafana/augurs
augurs-ets-v0.4.2
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
Other
- Add Prophet algorithm in
augurs-prophet
crate (#118)
augurs-ets-v0.4.1
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
Other
- Add Prophet algorithm in
augurs-prophet
crate (#118)
augurs-ets-v0.4.0
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
Other
- Add Prophet algorithm in
augurs-prophet
crate (#118)
augurs-dtw-v0.4.2
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
- derive Clone for Dtw (#114)
- parallel DTW calculations in augurs-js (#111)
- add
augurs-dtw
crate with dynamic time warping implementation (#98)
Other
augurs-dtw-v0.4.1
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
- derive Clone for Dtw (#114)
- parallel DTW calculations in augurs-js (#111)
- add
augurs-dtw
crate with dynamic time warping implementation (#98)
Other
augurs-dtw-v0.4.0
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
- derive Clone for Dtw (#114)
- parallel DTW calculations in augurs-js (#111)
- add
augurs-dtw
crate with dynamic time warping implementation (#98)
Other
augurs-core-v0.4.2
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
- add 'Forecast::chain' method to chain two forecasts together (#115)
- add
augurs-dtw
crate with dynamic time warping implementation (#98)
Fixed
- [breaking] add serde derives for more types (#112)
augurs-core-v0.4.1
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
- add 'Forecast::chain' method to chain two forecasts together (#115)
- add
augurs-dtw
crate with dynamic time warping implementation (#98)
Fixed
- [breaking] add serde derives for more types (#112)
augurs-core-v0.4.0
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
- add 'Forecast::chain' method to chain two forecasts together (#115)
- add
augurs-dtw
crate with dynamic time warping implementation (#98)
Fixed
- [breaking] add serde derives for more types (#112)
augurs-clustering-v0.4.2
Added
- add 'augurs' convenience crate, re-exporting other crates (#117)
- add augurs-clustering crate with DBSCAN algorithm (#100)
Other
- Add
augurs-clustering
crate