Skip to content

Commit 674ca69

Browse files
committed
v0.5.7
1 parent 28d9e56 commit 674ca69

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- CI: build Windows w/o GSL
12+
1313

1414
### Changed
1515

16-
- `light-curve-feature` 0.4.4 -> 0.4.5
16+
1717

1818
### Deprecated
1919

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

2626
### Fixed
2727

28-
- `light-curve-feature` update fixes `NaN value of lnprob` problem with MCMC fit in `{Bazin,Villar}Fit`
28+
2929

3030
### Security
3131

3232
3333

34+
## [0.5.7] 2022-06-10
35+
36+
### Added
37+
38+
- CI: build Windows w/o GSL
39+
40+
### Changed
41+
42+
- `light-curve-feature` 0.4.4 -> 0.4.5
43+
44+
### Fixed
45+
46+
- `light-curve-feature` update fixes `NaN value of lnprob` problem with MCMC fit in `{Bazin,Villar}Fit`
47+
3448
## [0.5.6] 2022-06-06
3549

3650
### 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.6"
3+
version = "0.5.7"
44
authors = ["Konstantin Malanchev <hombit@gmail.com>", "Anastasia Lavrukhina <lavrukhina.ad@gmail.com>"]
55
description = "Feature extractor from noisy time series"
66
readme = "README.md"

0 commit comments

Comments
 (0)