Skip to content

Commit

Permalink
chore: release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Jan 12, 2025
1 parent 867f261 commit 09d648c
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [
]
documentation = "https://docs.rs/crate/augurs"
repository = "https://github.com/grafana/augurs"
version = "0.8.1"
version = "0.9.0"
edition = "2021"
keywords = [
"analysis",
Expand All @@ -29,16 +29,16 @@ keywords = [

[workspace.dependencies]
augurs = { path = "crates/augurs" }
augurs-changepoint = { version = "0.8.1", path = "crates/augurs-changepoint" }
augurs-clustering = { version = "0.8.1", path = "crates/augurs-clustering" }
augurs-core = { version = "0.8.1", path = "crates/augurs-core" }
augurs-dtw = { version = "0.8.1", path = "crates/augurs-dtw" }
augurs-ets = { version = "0.8.1", path = "crates/augurs-ets" }
augurs-forecaster = { version = "0.8.1", path = "crates/augurs-forecaster" }
augurs-mstl = { version = "0.8.1", path = "crates/augurs-mstl" }
augurs-outlier = { version = "0.8.1", path = "crates/augurs-outlier" }
augurs-prophet = { version = "0.8.1", path = "crates/augurs-prophet" }
augurs-seasons = { version = "0.8.1", path = "crates/augurs-seasons" }
augurs-changepoint = { version = "0.9.0", path = "crates/augurs-changepoint" }
augurs-clustering = { version = "0.9.0", path = "crates/augurs-clustering" }
augurs-core = { version = "0.9.0", path = "crates/augurs-core" }
augurs-dtw = { version = "0.9.0", path = "crates/augurs-dtw" }
augurs-ets = { version = "0.9.0", path = "crates/augurs-ets" }
augurs-forecaster = { version = "0.9.0", path = "crates/augurs-forecaster" }
augurs-mstl = { version = "0.9.0", path = "crates/augurs-mstl" }
augurs-outlier = { version = "0.9.0", path = "crates/augurs-outlier" }
augurs-prophet = { version = "0.9.0", path = "crates/augurs-prophet" }
augurs-seasons = { version = "0.9.0", path = "crates/augurs-seasons" }
augurs-testing = { path = "crates/augurs-testing" }

augurs-core-js = { path = "js/augurs-core-js" }
Expand Down
6 changes: 6 additions & 0 deletions crates/augurs-clustering/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/grafana/augurs/compare/augurs-clustering-v0.8.1...augurs-clustering-v0.9.0) - 2025-01-12

### Other

- *(clustering)* [**breaking**] use new DbscanCluster type instead of isize (#233)

## [0.5.2](https://github.com/grafana/augurs/compare/augurs-clustering-v0.5.1...augurs-clustering-v0.5.2) - 2024-10-25

### Other
Expand Down
6 changes: 6 additions & 0 deletions crates/augurs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/grafana/augurs/compare/augurs-core-v0.8.1...augurs-core-v0.9.0) - 2025-01-12

### Added

- *(forecaster)* add NaN handling to MinMaxScaler and StandardScaler (#227)

## [0.8.0](https://github.com/grafana/augurs/compare/augurs-core-v0.7.0...augurs-core-v0.8.0) - 2024-12-23

### Added
Expand Down
6 changes: 6 additions & 0 deletions crates/augurs-dtw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/grafana/augurs/compare/augurs-dtw-v0.8.1...augurs-dtw-v0.9.0) - 2025-01-12

### Added

- *(forecaster)* add NaN handling to MinMaxScaler and StandardScaler (#227)

## [0.8.1](https://github.com/grafana/augurs/compare/augurs-dtw-v0.8.0...augurs-dtw-v0.8.1) - 2025-01-07

### Other
Expand Down
6 changes: 6 additions & 0 deletions crates/augurs-forecaster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.8.1...augurs-forecaster-v0.9.0) - 2025-01-12

### Added

- *(forecaster)* add NaN handling to MinMaxScaler and StandardScaler (#227)

## [0.8.1](https://github.com/grafana/augurs/compare/augurs-forecaster-v0.8.0...augurs-forecaster-v0.8.1) - 2025-01-07

### Other
Expand Down
6 changes: 6 additions & 0 deletions crates/augurs-outlier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/grafana/augurs/compare/augurs-outlier-v0.8.1...augurs-outlier-v0.9.0) - 2025-01-12

### Added

- *(forecaster)* add NaN handling to MinMaxScaler and StandardScaler (#227)

## [0.8.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.8.0...augurs-outlier-v0.8.1) - 2025-01-07

### Other
Expand Down
6 changes: 6 additions & 0 deletions crates/augurs-prophet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/grafana/augurs/compare/augurs-prophet-v0.8.1...augurs-prophet-v0.9.0) - 2025-01-12

### Added

- *(forecaster)* add NaN handling to MinMaxScaler and StandardScaler (#227)

## [0.8.1](https://github.com/grafana/augurs/compare/augurs-prophet-v0.8.0...augurs-prophet-v0.8.1) - 2025-01-07

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/augurs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/grafana/augurs/compare/augurs-v0.8.1...augurs-v0.9.0) - 2025-01-12

### Other

- *(clustering)* [**breaking**] use new DbscanCluster type instead of isize (#233)

## [0.8.1](https://github.com/grafana/augurs/compare/augurs-v0.8.0...augurs-v0.8.1) - 2025-01-07

### Other
Expand Down

0 comments on commit 09d648c

Please sign in to comment.