Skip to content

Releases: grafana/augurs

augurs-v0.5.0

18 Oct 08:47
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-v0.4.3

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

Fixed

  • specify all-features=true for docs.rs

augurs-seasons-v0.5.0

18 Oct 08:47
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-seasons-v0.4.3

18 Oct 07:55
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-prophet-v0.5.0

18 Oct 08:47
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-prophet-v0.4.3

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

Other

  • fix docs.rs builds better this time

augurs-outlier-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-outlier-v0.4.3

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

Added

  • add cmdstan-based optimizer for augurs-prophet (#121)
  • add 'augurs' convenience crate, re-exporting other crates (#117)

Fixed

  • [breaking] add serde derives for more types (#112)
  • [breaking] make cluster_band optional, undefined if no cluster is found (#105)

Other

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

augurs-mstl-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-mstl-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-dtw crate with dynamic time warping implementation (#98)