Skip to content

Commit e105d87

Browse files
committed
Changelog update
1 parent feb6134 commit e105d87

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
### Fixed
2727

28-
- Package import doesn't fail if `scipy` is missed https://github.com/light-curve/light-curve-python/pull/422
28+
--
2929

3030
### Security
3131

3232
--
3333

34+
## [0.9.5] 2024-09-19
35+
36+
### Added
37+
38+
- More variants of temperature and bollometric functions for
39+
`RainbowFit` https://github.com/light-curve/light-curve-python/pull/411
40+
41+
### Changed
42+
43+
- Change boundary conditions for `RainbowFit` https://github.com/light-curve/light-curve-python/pull/414
44+
45+
### Fixed
46+
47+
- Package import doesn't fail if `scipy` is missed https://github.com/light-curve/light-curve-python/pull/422
48+
3449
## [0.9.4] 2024-09-11
3550

3651
### Changed
3752

38-
- Experimental Rainbow fit features use maximum likelihood cost function instead of least squares https://github.com/light-curve/light-curve-python/pull/407
53+
- Experimental Rainbow fit features use maximum likelihood cost function instead of least
54+
squares https://github.com/light-curve/light-curve-python/pull/407
3955

4056
## [0.9.3] 2024-06-17
4157

4258
### Fixed
4359

44-
- Small bug fix in MagnitudeNNotDetBeforeFd for numpy v2.0 compatibility https://github.com/light-curve/light-curve-python/pull/383
45-
60+
- Small bug fix in MagnitudeNNotDetBeforeFd for numpy v2.0
61+
compatibility https://github.com/light-curve/light-curve-python/pull/383
4662

4763
## [0.9.2] 2024-06-05
4864

@@ -303,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
303319
### Added
304320

305321
- Initial `copy` and `pickle` (minimum protocol version is 2) support for feature extractors
306-
and `DmDt` https://github.com/light-curve/light-curve-python/issues/103 https://github.com/light-curve/light-curve-python/pull/145 https://github.com/light-curve/light-curve-python/pull/150
322+
and
323+
`DmDt` https://github.com/light-curve/light-curve-python/issues/103 https://github.com/light-curve/light-curve-python/pull/145 https://github.com/light-curve/light-curve-python/pull/150
307324
- `serde` v1 and `serde-pickle` v1 Rust dependencies. `serde-pickle` is an arbitrary choice of a (de)serialization
308325
binary format, but it could be useful in the future having a way to inspect Rust structures from
309326
Python https://github.com/light-curve/light-curve-python/pull/145

0 commit comments

Comments
 (0)