Skip to content

Commit 91c3264

Browse files
committed
v0.9.4
1 parent 1699fc8 commit 91c3264

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
--
3333

34+
## [0.9.4] 2024-09-11
35+
36+
### Changed
37+
38+
- Experimental Rainbow fit features use maximum likelihood cost function instead of least squares https://github.com/light-curve/light-curve-python/pull/407
39+
3440
## [0.9.3] 2024-06-17
3541

3642
### Fixed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "light-curve-python"
3-
version = "0.9.3"
4-
authors = ["Konstantin Malanchev <[email protected]>", "Anastasia Lavrukhina <[email protected]>"]
3+
version = "0.9.4"
4+
authors = ["Konstantin Malanchev <[email protected]>", "Anastasia Lavrukhina <[email protected]>", "Sergey Karpov", "Etienne Russeil"]
55
description = "Feature extractor from noisy time series"
66
readme = "README.md"
77
repository = "https://github.com/light-curve/light-curve-python"

0 commit comments

Comments
 (0)