Skip to content

Commit 64fafcd

Browse files
committed
v0.5.9
1 parent 7291a40 commit 64fafcd

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- `macro_const` 0.1.0 dependency
12+
1313

1414
### Changed
1515

@@ -25,13 +25,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
### Fixed
2727

28-
- docstring for `many` method is added to each Rust feature class
28+
2929

3030
### Security
3131

3232
3333

3434

35+
## [0.5.9] 2022-06-15
36+
37+
### Added
38+
39+
- `macro_const` 0.1.0 dependency
40+
41+
### Fixed
42+
43+
- docstring for `many` method is added to each Rust feature class
44+
45+
3546
## [0.5.8] 2022-06-14
3647

3748
### Changed

light-curve/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-curve-python"
3-
version = "0.5.8"
3+
version = "0.5.9"
44
authors = ["Konstantin Malanchev <[email protected]>", "Anastasia Lavrukhina <[email protected]>"]
55
description = "Feature extractor from noisy time series"
66
readme = "README.md"

0 commit comments

Comments
 (0)