Skip to content

Commit

Permalink
Merge pull request #189 from light-curve/release-v0.8.0
Browse files Browse the repository at this point in the history
v0.8.0
  • Loading branch information
hombit authored Dec 3, 2024
2 parents f741387 + d4964d7 commit c268405
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-curve-feature"
version = "0.7.1"
version = "0.8.0"
description = "Feature extractor from noisy time series"
categories = ["science"]
keywords = ["astronomy", "time-series"]
Expand Down

0 comments on commit c268405

Please sign in to comment.