Skip to content

Commit 28d9e56

Browse files
authored
Merge pull request #74 from light-curve/light-curve-feature-v0.4.5
light-curve-feature 0.4.4 -> 0.4.5
2 parents 6cb830e + 4bb0d5c commit 28d9e56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

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

1414
### Changed
1515

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

1818
### Deprecated
1919

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

2626
### Fixed
2727

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

3030
### Security
3131

light-curve/Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -44,7 +44,7 @@ rayon = "~1.5.3"
4444
unzip3 = "1.0.0"
4545

4646
[dependencies.light-curve-feature]
47-
version = "0.4.4"
47+
version = "0.4.5"
4848
default_features = false
4949

5050
[dependencies.pyo3]

0 commit comments

Comments
 (0)