Skip to content

Releases: grafana/augurs

augurs-forecaster-v0.4.2

16 Oct 17:54
244e20e
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-forecaster-v0.4.1

16 Oct 15:06
0f5d454
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-forecaster-v0.4.0

16 Oct 08:19
augurs-forecaster-v0.4.0
0d36c6e
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.4.2

16 Oct 17:54
244e20e
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-ets-v0.4.1

16 Oct 15:06
0f5d454
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-ets-v0.4.0

16 Oct 08:19
augurs-ets-v0.4.0
0d36c6e
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.4.2

16 Oct 17:54
244e20e
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.1

16 Oct 15:05
0f5d454
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.0

16 Oct 08:18
augurs-dtw-v0.4.0
0d36c6e
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.4.2

16 Oct 17:52
244e20e
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)