File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12- - Periodogram(freqs: ArrayLike | None = None) is added to set fixed user-defined frequency
13- grids https://github.com/light-curve/light-curve-python/pull/528
12+ --
1413
1514### Changed
1615
17- - Bump ` light-curve-feature ` to 0.10.0
16+ --
1817
1918### Deprecated
2019
@@ -32,6 +31,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3231
3332--
3433
34+ ## [ 0.10.4] 2025-06-11
35+
36+ ### Added
37+
38+ - Periodogram(freqs: ArrayLike | None = None) is added to set fixed user-defined frequency
39+ grids https://github.com/light-curve/light-curve-python/pull/528
40+ - ` Periodogram.power ` method https://github.com/light-curve/light-curve-python/pull/529
41+
42+ ### Changed
43+
44+ - Bump ` light-curve-feature ` to 0.10.0
45+
3546## [ 0.10.3] 2025-05-22
3647
3748### Added
@@ -41,7 +52,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4152- Allow non-numpy inputs and casting mismatched f32 arrays to f64 for the feature extractions with newly added
4253 ` cast: bool = False ` argument. We plan to change the default value to ` True ` in a future 0.x version.
4354 https://github.com/light-curve/light-curve-python/issues/509 https://github.com/light-curve/light-curve-python/pull/512
44- - ` Periodogram.power ` method https://github.com/light-curve/light-curve-python/pull/529
4555
4656### Changed
4757
Original file line number Diff line number Diff line change 11[package ]
22name = " light-curve-python"
3- version = " 0.10.3 "
3+ version = " 0.10.4 "
44authors = [
55 " Konstantin Malanchev <hombit@gmail.com>" ,
66 " Anastasia Lavrukhina <lavrukhina.ad@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments