From 0a9fe53648df9c885967c89df322d639af1f7fe4 Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Tue, 3 Dec 2024 16:22:31 -0500 Subject: [PATCH 1/2] v0.8.0-beta.1 --- CHANGELOG.md | 14 ++++++++++++-- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741b33d..d03b64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Expose `nl_fit::CurveFitResult` +-- ### Changed -- **Breaking** Update ndarray from 0.15 to 0.16 https://github.com/light-curve/light-curve-feature/pull/175 +-- ### Deprecated @@ -31,6 +31,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -- +# [0.8.0] 2024 December 3 + +### Added + +- Expose `nl_fit::CurveFitResult` + +### Changed + +- **Breaking** Update ndarray from 0.15 to 0.16 https://github.com/light-curve/light-curve-feature/pull/175 + # [0.7.1] 2024 April 25 ### Added diff --git a/Cargo.toml b/Cargo.toml index f918f4c..7655188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-curve-feature" -version = "0.7.1" +version = "0.8.0-beta.1" description = "Feature extractor from noisy time series" categories = ["science"] keywords = ["astronomy", "time-series"] From d4964d7284a940c2a4123d0f1acff7b32a005cfa Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Tue, 3 Dec 2024 16:32:52 -0500 Subject: [PATCH 2/2] v0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7655188..3165e5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-curve-feature" -version = "0.8.0-beta.1" +version = "0.8.0" description = "Feature extractor from noisy time series" categories = ["science"] keywords = ["astronomy", "time-series"]