Augurs

Latest version: v0.4.0

Safety actively analyzes 682229 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4.0

Added

- add cmdstan-based optimizer for augurs-prophet ([121](https://github.com/grafana/augurs/pull/121))
- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))

Other

- Add Prophet algorithm in `augurs-prophet` crate ([118](https://github.com/grafana/augurs/pull/118))

augurs-testing-v0.4.0
Added

- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))

augurs-seasons-v0.4.0
Added

- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))

Other

- Add Prophet algorithm in `augurs-prophet` crate ([118](https://github.com/grafana/augurs/pull/118))

augurs-prophet-v0.4.0
Added

- add Prophet functionality to augurs-js ([125](https://github.com/grafana/augurs/pull/125))
- capture stdout/stderr from cmdstan and emit tracing events ([124](https://github.com/grafana/augurs/pull/124))
- add cmdstan-based optimizer for augurs-prophet ([121](https://github.com/grafana/augurs/pull/121))

Other

- Add test for parsing output of cmdstan
- Fix up build/.gitignore in augurs-prophet
- Improve augurs-prophet readme slightly
- Add Prophet algorithm in `augurs-prophet` crate ([118](https://github.com/grafana/augurs/pull/118))

augurs-outlier-v0.4.0
Added

- add cmdstan-based optimizer for augurs-prophet ([121](https://github.com/grafana/augurs/pull/121))
- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))

Fixed

- [**breaking**] add serde derives for more types ([112](https://github.com/grafana/augurs/pull/112))
- [**breaking**] make `cluster_band` optional, undefined if no cluster is found ([105](https://github.com/grafana/augurs/pull/105))

Other

- Add Prophet algorithm in `augurs-prophet` crate ([118](https://github.com/grafana/augurs/pull/118))

augurs-mstl-v0.4.0
Added

- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))
- add `augurs-dtw` crate with dynamic time warping implementation ([98](https://github.com/grafana/augurs/pull/98))

augurs-forecaster-v0.4.0
Added

- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))

Fixed

- fix invalid lifetime warning on nightly ([113](https://github.com/grafana/augurs/pull/113))

augurs-ets-v0.4.0
Added

- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))

Other

- Add Prophet algorithm in `augurs-prophet` crate ([118](https://github.com/grafana/augurs/pull/118))

augurs-dtw-v0.4.0
Added

- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))
- derive Clone for Dtw ([114](https://github.com/grafana/augurs/pull/114))
- parallel DTW calculations in augurs-js ([111](https://github.com/grafana/augurs/pull/111))
- add `augurs-dtw` crate with dynamic time warping implementation ([98](https://github.com/grafana/augurs/pull/98))

Other
- Add `augurs-dtw` crate

augurs-core-v0.4.0
Added

- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))
- add 'Forecast::chain' method to chain two forecasts together ([115](https://github.com/grafana/augurs/pull/115))
- add `augurs-dtw` crate with dynamic time warping implementation ([98](https://github.com/grafana/augurs/pull/98))

Fixed

- [**breaking**] add serde derives for more types ([112](https://github.com/grafana/augurs/pull/112))

augurs-clustering-v0.4.0
Added

- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))
- add augurs-clustering crate with DBSCAN algorithm ([100](https://github.com/grafana/augurs/pull/100))

Other
- Add `augurs-clustering` crate

augurs-changepoint-v0.4.0
Added

- add 'augurs' convenience crate, re-exporting other crates ([117](https://github.com/grafana/augurs/pull/117))

augurs-testing-v0.3.1
No notable changes in this release.

augurs-testing-v0.3.0
Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([90](https://github.com/grafana/augurs/pull/90))

augurs-seasons-v0.3.1
No notable changes in this release.

augurs-seasons-v0.3.0
Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([90](https://github.com/grafana/augurs/pull/90))

augurs-outlier-v0.3.1
No notable changes in this release.

augurs-outlier-v0.3.0
Fixed
- use more accurate series count to avoid panic ([101](https://github.com/grafana/augurs/pull/101))

Other
- Add MAD outlier algorithm ([89](https://github.com/grafana/augurs/pull/89))
- Update rustc-hash requirement from 1.1.0 to 2.0.0 ([95](https://github.com/grafana/augurs/pull/95))
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([90](https://github.com/grafana/augurs/pull/90))

augurs-mstl-v0.3.1
No notable changes in this release.

augurs-mstl-v0.3.0
Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([90](https://github.com/grafana/augurs/pull/90))

augurs-forecaster-v0.3.1
No notable changes in this release.

augurs-forecaster-v0.3.0
Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([90](https://github.com/grafana/augurs/pull/90))

augurs-ets-v0.3.1
No notable changes in this release.

augurs-ets-v0.3.0
Other
- Add MAD outlier algorithm ([89](https://github.com/grafana/augurs/pull/89))
- Update nalgebra requirement from 0.32.2 to 0.33.0 ([93](https://github.com/grafana/augurs/pull/93))
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([90](https://github.com/grafana/augurs/pull/90))

augurs-core-v0.3.1
No notable changes in this release.

augurs-core-v0.3.0
Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([90](https://github.com/grafana/augurs/pull/90))

augurs-changepoint-v0.3.1
No notable changes in this release.

augurs-changepoint-v0.3.0
Other
- Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow ([90](https://github.com/grafana/augurs/pull/90))

augurs-testing-v0.2.0
Added
- [**breaking**] add transformations and high-level forecasting API ([65](https://github.com/grafana/augurs/pull/65))

augurs-seasons-v0.2.0
Added
- [**breaking**] add transformations and high-level forecasting API ([65](https://github.com/grafana/augurs/pull/65))

Other
- Update itertools requirement from 0.12.0 to 0.13.0 ([75](https://github.com/grafana/augurs/pull/75))

augurs-outlier-v0.2.0
Added
- add outlier crate with DBSCAN implementation ([79](https://github.com/grafana/augurs/pull/79))

Other
- Add empty CHANGELOGs

augurs-mstl-v0.2.0
Added
- [**breaking**] add transformations and high-level forecasting API ([65](https://github.com/grafana/augurs/pull/65))

Other
- use clone_from instead of assigning result of clone ([73](https://github.com/grafana/augurs/pull/73))

augurs-forecaster-v0.2.0
Added
- [**breaking**] add transformations and high-level forecasting API ([65](https://github.com/grafana/augurs/pull/65))

Other
- Add empty CHANGELOGs

augurs-ets-v0.2.0
Added
- [**breaking**] add transformations and high-level forecasting API ([65](https://github.com/grafana/augurs/pull/65))

Other
- Silence nightly clippy warning
- use clone_from instead of assigning result of clone ([73](https://github.com/grafana/augurs/pull/73))

augurs-core-v0.2.0
Added
- [**breaking**] add transformations and high-level forecasting API ([65](https://github.com/grafana/augurs/pull/65))

augurs-changepoint-v0.2.0
Other
- Add empty CHANGELOGs

augurs-changepoint-v0.1.2


augurs-seasons-v0.1.2


augurs-mstl-v0.1.2
Added
- *(core)* add interpolation iterator adaptor ([63](https://github.com/grafana/augurs/pull/63))

augurs-ets-v0.1.2
Other
- fix clippy lint for unneeded vec macro ([53](https://github.com/grafana/augurs/pull/53))
- Add license files to repo root and symlinks in crate directories ([43](https://github.com/grafana/augurs/pull/43))
- Add repository to sub-crate Cargo.tomls ([42](https://github.com/grafana/augurs/pull/42))

augurs-core-v0.1.2
Added
- *(core)* add interpolation iterator adaptor ([63](https://github.com/grafana/augurs/pull/63))

augurs-seasons-v0.1.1


augurs-mstl-v0.1.1
Other
- Add license files to repo root and symlinks in crate directories ([43](https://github.com/grafana/augurs/pull/43))
- Add repository to sub-crate Cargo.tomls ([42](https://github.com/grafana/augurs/pull/42))

augurs-ets-v0.1.1
Other
- fix clippy lint for unneeded vec macro ([53](https://github.com/grafana/augurs/pull/53))
- Add license files to repo root and symlinks in crate directories ([43](https://github.com/grafana/augurs/pull/43))
- Add repository to sub-crate Cargo.tomls ([42](https://github.com/grafana/augurs/pull/42))

augurs-core-v0.1.1
Other
- Add license files to repo root and symlinks in crate directories ([43](https://github.com/grafana/augurs/pull/43))
- Add repository to sub-crate Cargo.tomls ([42](https://github.com/grafana/augurs/pull/42))

augurs-seasons-v0.1.0


pyaugurs-v0.1.0-alpha.0
Other
- Add workspace metadata and use in all the subpackages ([33](https://github.com/grafana/augurs/pull/33))

0.1.0alpha.1

What's Changed
* python typing docs improvements by sd2k in https://github.com/grafana/augurs/pull/2
* Run doctests in CI too by sd2k in https://github.com/grafana/augurs/pull/3
* Handle zero horizon by sd2k in https://github.com/grafana/augurs/pull/5
* Don't hardcode 95% CI ppf in NaiveTrend prediction intervals by sd2k in https://github.com/grafana/augurs/pull/7
* Use workspace dependencies for some more shared dependencies by sd2k in https://github.com/grafana/augurs/pull/8
* Add iai benchmarks for benchmarking in CI by sd2k in https://github.com/grafana/augurs/pull/9
* Fix quotes and use '/' instead of '' when triggering CI benchmarks by sd2k in https://github.com/grafana/augurs/pull/11
* Use contains, not ==, for comment body by sd2k in https://github.com/grafana/augurs/pull/12
* Create dependabot.yml by sd2k in https://github.com/grafana/augurs/pull/10
* Bump pyo3 and numpy to 0.19.0 by sd2k in https://github.com/grafana/augurs/pull/16
* Accept &[f64] in MSTL::fit, rather than owned Vec by sd2k in https://github.com/grafana/augurs/pull/17
* Add __repr__ for pyaugurs structs by sd2k in https://github.com/grafana/augurs/pull/21
* Make slight changes to inner loop to avoid as much unsafe indexing by sd2k in https://github.com/grafana/augurs/pull/23
* Only bother calculating AMSE when it's required by sd2k in https://github.com/grafana/augurs/pull/24
* Update itertools requirement from 0.10.5 to 0.11.0 by dependabot in https://github.com/grafana/augurs/pull/25
* Bump all versions to latest by sd2k in https://github.com/grafana/augurs/pull/26

New Contributors
* dependabot made their first contribution in https://github.com/grafana/augurs/pull/25

**Full Changelog**: https://github.com/grafana/augurs/compare/v0.1.0-alpha...augurs-core-v0.1.0-alpha.1

0.1.0alpha

Initial alpha release of augurs.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.