@@ -60,6 +60,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6060 - ` ColorOfMinimum(bands) ` — ` min(band[0]) − min(band[1]) ` for exactly two passbands.
6161 - ` ColorSpread(bands) ` — population standard deviation of per-passband inverse-variance-weighted
6262 mean magnitudes, for two or more passbands.
63+ - ` RainbowFit ` gains new spectral SED models: modified blackbody, log-parabola, and
64+ generalized Wien; a ` scipy ` least-squares optimizer is also now available as an alternative to
65+ ` iminuit `
66+ ([ #771 ] ( https://github.com/light-curve/light-curve-python/pull/771 ) ).
6367
6468### Changed
6569
@@ -68,6 +72,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6872 ([ #762 ] ( https://github.com/light-curve/light-curve-python/pull/762 ) ).
6973- Bump ` light-curve-feature ` to 0.17.0
7074 ([ #762 ] ( https://github.com/light-curve/light-curve-python/pull/762 ) ).
75+ - ** Breaking experimental feature** ` RainbowFit ` UV-extincted blackbody: UV extinction now
76+ inversely scales with temperature
77+ ([ #737 ] ( https://github.com/light-curve/light-curve-python/pull/737 ) ).
78+ - ** Breaking experimental feature** ` RainbowFit ` UV-extincted blackbody: spectral normalization
79+ is now evaluated at a constant reference temperature rather than scaling with it
80+ ([ #761 ] ( https://github.com/light-curve/light-curve-python/pull/761 ) ).
81+ - ** Breaking experimental feature** ` RainbowFit ` sigmoid temperature is reparametrized as
82+ mid-temperature and relative amplitude ` (T_mid, T_ratio) ` , replacing the previous form;
83+ ` T_amplitude_prior_sigma ` is now a class attribute (default ` 0.25 ` )
84+ ([ #771 ] ( https://github.com/light-curve/light-curve-python/pull/771 ) ).
7185
7286### Removed
7387
@@ -78,7 +92,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7892
7993### Fixed
8094
81- --
95+ - ` RainbowFit ` Planck blackbody is now numerically stable at very low temperatures (overflow-safe
96+ implementation)
97+ ([ #771 ] ( https://github.com/light-curve/light-curve-python/pull/771 ) ).
8298
8399## [ 0.12.5] 2026-05-27
84100
0 commit comments