Skip to content

Commit f2314fc

Browse files
authored
Merge pull request #530 from light-curve/release-v0.10.4
v0.10.4
2 parents a1dc572 + ee56966 commit f2314fc

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff 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

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.10.3"
3+
version = "0.10.4"
44
authors = [
55
"Konstantin Malanchev <[email protected]>",
66
"Anastasia Lavrukhina <[email protected]>",

0 commit comments

Comments
 (0)