Skip to content

Commit 6a56636

Browse files
committed
v0.12.4
1 parent ec7ef35 commit 6a56636

3 files changed

Lines changed: 34 additions & 20 deletions

File tree

CHANGELOG.md

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

1010
### Added
1111

12-
- `Periodogram` now accepts a `phase_features` argument: features extracted from the light curve
13-
phase-folded at the best period
14-
([#701](https://github.com/light-curve/light-curve-python/pull/701)).
15-
- New feature `Chi2Pvar`: probability of variability from the chi-squared test
16-
([#701](https://github.com/light-curve/light-curve-python/pull/701)).
17-
- New feature `LaflerKinmanStringLength`: smoothness of the light curve
18-
([#701](https://github.com/light-curve/light-curve-python/pull/701)).
12+
--
1913

2014
### Changed
2115

22-
- **Breaking** Underlying `nuts-rs` crate has updated, so specific non-linear optimization results may change https://github.com/light-curve/light-curve-python/pull/701
16+
--
2317

2418
### Deprecated
2519

@@ -37,6 +31,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3731

3832
--
3933

34+
## [0.12.4] 2026-05-20
35+
36+
### Added
37+
38+
- `Periodogram` now accepts a `phase_features` argument: features extracted from the light curve
39+
phase-folded at the best period
40+
([#701](https://github.com/light-curve/light-curve-python/pull/701)).
41+
- New feature `Chi2Pvar`: probability of variability from the chi-squared test
42+
([#701](https://github.com/light-curve/light-curve-python/pull/701)).
43+
- New feature `LaflerKinmanStringLength`: smoothness of the light curve
44+
([#701](https://github.com/light-curve/light-curve-python/pull/701)).
45+
- `RainbowFit` now supports parameterized SED models. Two models are built in: black-body
46+
(default, preserves old behavior) and UV-extincted black-body
47+
([#705](https://github.com/light-curve/light-curve-python/pull/705)).
48+
49+
### Changed
50+
51+
- **Breaking** The underlying `nuts-rs` crate has been updated, so specific non-linear optimization
52+
results may change ([#701](https://github.com/light-curve/light-curve-python/pull/701)).
53+
4054
## [0.12.3] 2026-05-14
4155

4256
### Added

light-curve/Cargo.lock

Lines changed: 11 additions & 11 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-curve-python"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
authors = [
55
"Konstantin Malanchev <hombit@gmail.com>",
66
"Anastasia Lavrukhina <lavrukhina.ad@gmail.com>",

0 commit comments

Comments
 (0)