augurs

A (WIP) time series framework for Rust, with bindings to Python and Javascript

APACHE-2.0 License

Downloads
5.2K
Stars
24
Committers
4

Bot releases are visible (Hide)

augurs - augurs-mstl-v0.2.0

Published by sd2k 5 months ago

Added

  • [breaking] add transformations and high-level forecasting API (#65)

Other

  • use clone_from instead of assigning result of clone (#73)
augurs - augurs-testing-v0.2.0

Published by sd2k 5 months ago

Added

  • [breaking] add transformations and high-level forecasting API (#65)
augurs - augurs-changepoint-v0.2.0

Published by sd2k 5 months ago

Other

  • Add empty CHANGELOGs
augurs - augurs-core-v0.2.0

Published by sd2k 5 months ago

Added

  • [breaking] add transformations and high-level forecasting API (#65)
augurs - augurs-changepoint-v0.1.2

Published by sd2k 5 months ago

augurs - augurs-seasons-v0.1.2

Published by sd2k 8 months ago

augurs - augurs-ets-v0.1.2

Published by sd2k 8 months ago

Other

  • fix clippy lint for unneeded vec macro (#53)
  • Add license files to repo root and symlinks in crate directories (#43)
  • Add repository to sub-crate Cargo.tomls (#42)
augurs - augurs-mstl-v0.1.2

Published by sd2k 8 months ago

Added

  • (core) add interpolation iterator adaptor (#63)
augurs - augurs-core-v0.1.2

Published by sd2k 8 months ago

Added

  • (core) add interpolation iterator adaptor (#63)
augurs - augurs-seasons-v0.1.1

Published by sd2k 8 months ago

augurs - augurs-ets-v0.1.1

Published by sd2k 8 months ago

Other

  • fix clippy lint for unneeded vec macro (#53)
  • Add license files to repo root and symlinks in crate directories (#43)
  • Add repository to sub-crate Cargo.tomls (#42)
augurs - augurs-mstl-v0.1.1

Published by sd2k 8 months ago

Other

  • Add license files to repo root and symlinks in crate directories (#43)
  • Add repository to sub-crate Cargo.tomls (#42)
augurs - augurs-core-v0.1.1

Published by sd2k 8 months ago

Other

  • Add license files to repo root and symlinks in crate directories (#43)
  • Add repository to sub-crate Cargo.tomls (#42)
augurs - augurs-seasons-v0.1.0

Published by sd2k 8 months ago

augurs - augurs-js-v0.1.0

Published by github-actions[bot] about 1 year ago

Other

  • Add workspace metadata and use in all the subpackages (#33)
  • (cargo-release) version 0.1.0-alpha.1
  • Use -alpha.0 suffix in crate versions
  • Bump all versions to latest (#26)
  • Add explicit getrandom dep with js feature in augurs-js
  • Accept &[f64] in MSTL::fit, rather than owned Vec (#17)
  • Initial commit
augurs - augurs-testing-v0.1.0

Published by github-actions[bot] about 1 year ago

Other

  • Add workspace metadata and use in all the subpackages (#33)
  • (cargo-release) version 0.1.0-alpha.1
  • Use -alpha.0 suffix in crate versions
  • Bump all versions to latest (#26)
  • Initial commit
augurs - augurs-ets-v0.1.0

Published by github-actions[bot] about 1 year ago

Other

  • Add workspace metadata and use in all the subpackages (#33)
  • (cargo-release) version 0.1.0-alpha.1
  • Use -alpha.0 suffix in crate versions
  • Add some more comments and debug assertions
  • Update some comments
  • Bump all versions to latest (#26)
  • Update itertools requirement from 0.10.5 to 0.11.0 (#25)
  • Only bother calculating AMSE when it's required (#24)
  • Make slight changes to inner loop to avoid as much unsafe indexing (#23)
  • Add repr for pyaugurs structs
  • Add iai benchmarks for benchmarking in CI (#9)
  • Use workspace dependencies for some more shared dependencies
  • Don't hardcode 95% CI ppf in NaiveTrend prediction intervals
  • Modify compute_sigma_h to be more functional
  • Short circuit where horizon == 0 in predict methods
  • Initial commit
augurs - augurs-mstl-v0.1.0

Published by github-actions[bot] about 1 year ago

Other

  • Add workspace metadata and use in all the subpackages (#33)
  • (cargo-release) version 0.1.0-alpha.1
  • Use -alpha.0 suffix in crate versions
  • Update some comments
  • Accept &[f64] in MSTL::fit, rather than owned Vec (#17)
  • Add iai benchmarks for benchmarking in CI (#9)
  • Use workspace dependencies for some more shared dependencies
  • Don't hardcode 95% CI ppf in NaiveTrend prediction intervals
  • Short circuit where horizon == 0 in predict methods
  • Initial commit
augurs - augurs-core-v0.1.0

Published by github-actions[bot] about 1 year ago

Other

  • Add workspace metadata and use in all the subpackages (#33)
  • (cargo-release) version 0.1.0-alpha.1
  • Use -alpha.0 suffix in crate versions
  • Bump all versions to latest (#26)
  • Short circuit where horizon == 0 in predict methods
  • Initial commit
augurs - pyaugurs-v0.1.0-alpha.0

Published by github-actions[bot] about 1 year ago

Other

  • Add workspace metadata and use in all the subpackages (#33)
  • (cargo-release) version 0.1.0-alpha.1
  • Use -alpha.0 suffix in crate versions
  • Bump all versions to latest (#26)
  • Add repr for pyaugurs structs
  • Accept &[f64] in MSTL::fit, rather than owned Vec (#17)
  • Bump pyo3 and numpy to 0.19.0 (#16)
  • Add type stubs to pyaugurs
  • Update docstring on PyTrendModel
  • Fix doc comment on pyaugurs Forecast
  • Add numpy as dependency to pyaugurs
  • Bump maturin build-system version to stable
  • Initial commit
Package Rankings
Top 30.98% on Npmjs.org
Top 38.07% on Pypi.org
Badges
Extracted from project README
Python Rust docs.rs crates.io
Related Projects