-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: release-plz <[email protected]>
- Loading branch information
1 parent
93ff5e6
commit 12de5c1
Showing
6 changed files
with
123 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-core-v0.1.0-alpha.0) - 2023-09-08 | ||
|
||
### Other | ||
- Add workspace metadata and use in all the subpackages ([#33](https://github.com/grafana/augurs/pull/33)) | ||
- (cargo-release) version 0.1.0-alpha.1 | ||
- Use -alpha.0 suffix in crate versions | ||
- Bump all versions to latest ([#26](https://github.com/grafana/augurs/pull/26)) | ||
- Short circuit where horizon == 0 in predict methods | ||
- Initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-ets-v0.1.0-alpha.0) - 2023-09-08 | ||
|
||
### Other | ||
- Add workspace metadata and use in all the subpackages ([#33](https://github.com/grafana/augurs/pull/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](https://github.com/grafana/augurs/pull/26)) | ||
- Update itertools requirement from 0.10.5 to 0.11.0 ([#25](https://github.com/grafana/augurs/pull/25)) | ||
- Only bother calculating AMSE when it's required ([#24](https://github.com/grafana/augurs/pull/24)) | ||
- Make slight changes to inner loop to avoid as much unsafe indexing ([#23](https://github.com/grafana/augurs/pull/23)) | ||
- Add __repr__ for pyaugurs structs | ||
- Add iai benchmarks for benchmarking in CI ([#9](https://github.com/grafana/augurs/pull/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-js-v0.1.0-alpha.0) - 2023-09-08 | ||
|
||
### Other | ||
- Add workspace metadata and use in all the subpackages ([#33](https://github.com/grafana/augurs/pull/33)) | ||
- (cargo-release) version 0.1.0-alpha.1 | ||
- Use -alpha.0 suffix in crate versions | ||
- Bump all versions to latest ([#26](https://github.com/grafana/augurs/pull/26)) | ||
- Add explicit getrandom dep with js feature in augurs-js | ||
- Accept &[f64] in MSTL::fit, rather than owned Vec ([#17](https://github.com/grafana/augurs/pull/17)) | ||
- Initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-mstl-v0.1.0-alpha.0) - 2023-09-08 | ||
|
||
### Other | ||
- Add workspace metadata and use in all the subpackages ([#33](https://github.com/grafana/augurs/pull/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](https://github.com/grafana/augurs/pull/17)) | ||
- Add iai benchmarks for benchmarking in CI ([#9](https://github.com/grafana/augurs/pull/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/augurs-testing-v0.1.0-alpha.0) - 2023-09-08 | ||
|
||
### Other | ||
- Add workspace metadata and use in all the subpackages ([#33](https://github.com/grafana/augurs/pull/33)) | ||
- (cargo-release) version 0.1.0-alpha.1 | ||
- Use -alpha.0 suffix in crate versions | ||
- Bump all versions to latest ([#26](https://github.com/grafana/augurs/pull/26)) | ||
- Initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0-alpha.0](https://github.com/grafana/augurs/releases/tag/pyaugurs-v0.1.0-alpha.0) - 2023-09-08 | ||
|
||
### Other | ||
- Add workspace metadata and use in all the subpackages ([#33](https://github.com/grafana/augurs/pull/33)) | ||
- (cargo-release) version 0.1.0-alpha.1 | ||
- Use -alpha.0 suffix in crate versions | ||
- Bump all versions to latest ([#26](https://github.com/grafana/augurs/pull/26)) | ||
- Add __repr__ for pyaugurs structs | ||
- Accept &[f64] in MSTL::fit, rather than owned Vec ([#17](https://github.com/grafana/augurs/pull/17)) | ||
- Bump pyo3 and numpy to 0.19.0 ([#16](https://github.com/grafana/augurs/pull/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 |