Skip to content

Commit eef89ed

Browse files
authored
Merge pull request #413 from light-curve/release-v0.9.5
Release v0.9.5
2 parents feb6134 + 42513af commit eef89ed

File tree

3 files changed

+40
-23
lines changed

3 files changed

+40
-23
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

light-curve/Cargo.lock

Lines changed: 17 additions & 17 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.9.4"
3+
version = "0.9.5"
44
authors = ["Konstantin Malanchev <hombit@gmail.com>", "Anastasia Lavrukhina <lavrukhina.ad@gmail.com>", "Sergey Karpov", "Etienne Russeil"]
55
description = "Feature extractor from noisy time series"
66
readme = "README.md"

0 commit comments

Comments
 (0)