Skip to content

Releases: grafana/augurs

augurs-forecaster-v0.5.0

18 Oct 08:46
08d03d6
Compare
Choose a tag to compare

No changes to the Rust crate; this version bump is due to breaking changes in the
Javascript package.

augurs-forecaster-v0.4.3

18 Oct 07:54
b9846f2
Compare
Choose a tag to compare

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)

Fixed

  • fix invalid lifetime warning on nightly (#113)

augurs-ets-v0.5.0

18 Oct 08:46
08d03d6
Compare
Choose a tag to compare

No changes to the Rust crate; this version bump is due to breaking changes in the
Javascript package.

augurs-ets-v0.4.3

18 Oct 07:54
b9846f2
Compare
Choose a tag to compare

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)

Other

  • Add Prophet algorithm in augurs-prophet crate (#118)

augurs-dtw-v0.5.0

18 Oct 08:46
08d03d6
Compare
Choose a tag to compare

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

  • Add augurs-dtw crate

augurs-dtw-v0.4.3

18 Oct 07:53
b9846f2
Compare
Choose a tag to compare

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

  • Add augurs-dtw crate

augurs-core-v0.5.0

18 Oct 08:45
08d03d6
Compare
Choose a tag to compare

No changes to the Rust crate; this version bump is due to breaking changes in the
Javascript package.

augurs-core-v0.4.3

18 Oct 07:52
b9846f2
Compare
Choose a tag to compare

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.5.0

18 Oct 08:45
08d03d6
Compare
Choose a tag to compare

No changes to the Rust crate; this version bump is due to breaking changes in the
Javascript package.

augurs-clustering-v0.4.3

18 Oct 07:53
b9846f2
Compare
Choose a tag to compare

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)
  • add augurs-clustering crate with DBSCAN algorithm (#100)

Other

  • Add augurs-clustering crate