Skip to content

Commit f2d1075

Browse files
committed
light-curve-feature v0.4.3->0.4.4
1 parent 54ea391 commit f2d1075

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515

1616
- Infrastructure: [cibuildweel](https://cibuildwheel.readthedocs.io/en/stable/) for package publishing
17-
- `light-curve-feature` 0.4.1 -> 0.4.3
17+
- `light-curve-feature` 0.4.1 -> 0.4.4
1818
- `thiserror` 1.0.24 -> 1.0.31
1919
- `enumflags2` 0.7.4 -> 0.7.5
2020
- `rayon` 1.5.1 -> 1.5.3
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
### Fixed
3333

34+
- `light-curve-feature` update fixes `{Bazin,Villar}Fit` overflow panic
3435
- Benchmark and test for `MagnitudePercentageRatio`
3536

3637
### Security

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.3"
47+
version = "0.4.4"
4848
default_features = false
4949

5050
[dependencies.pyo3]

0 commit comments

Comments
 (0)