Skip to content

Commit 76bf25e

Browse files
committed
v0.9.1
1 parent e6f30cb commit 76bf25e

File tree

3 files changed

+27
-10
lines changed

3 files changed

+27
-10
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- `PeakToPeakVar` experimental feature https://github.com/light-curve/light-curve-python/pull/332
12+
--
1313

1414
### Changed
1515

16-
- Stop publishing PyPy wheels to PyPI. We still publish all CPython wheels we published
17-
previously https://github.com/light-curve/light-curve-python/issues/345 https://github.com/light-curve/light-curve-python/pull/347
18-
- Bump `pyO3` to 0.21
19-
- Bump `rust-numpy` to 0.21
20-
- "abi3" is a default Cargo feature now
16+
--
2117

2218
### Deprecated
2319

@@ -29,13 +25,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2925

3026
### Fixed
3127

32-
- Bug which prevents initialization of Rust's `*Fit` features if compiled without Ceres or GSL (our PyPi Windows
33-
wheels) https://github.com/light-curve/light-curve-python/issues/343 https://github.com/light-curve/light-curve-python/pull/344
28+
--
3429

3530
### Security
3631

3732
--
3833

34+
## [0.9.1] 2024-04-23
35+
36+
### Added
37+
38+
- `PeakToPeakVar` experimental feature https://github.com/light-curve/light-curve-python/pull/332
39+
40+
### Changed
41+
42+
- Bump `pyO3` to 0.21
43+
- Bump `rust-numpy` to 0.21
44+
- "abi3" is a default Cargo feature now
45+
46+
### Removed
47+
48+
- Stop publishing PyPy wheels to PyPI. We still publish all CPython wheels we published
49+
previously https://github.com/light-curve/light-curve-python/issues/345 https://github.com/light-curve/light-curve-python/pull/347
50+
51+
### Fixed
52+
53+
- Bug which prevents initialization of Rust's `*Fit` features if compiled without Ceres or GSL (our PyPi Windows
54+
wheels) https://github.com/light-curve/light-curve-python/issues/343 https://github.com/light-curve/light-curve-python/pull/344
55+
3956
## [0.9.0] 2024-03-06
4057

4158
### Added

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: 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.0"
3+
version = "0.9.1"
44
authors = ["Konstantin Malanchev <[email protected]>", "Anastasia Lavrukhina <[email protected]>"]
55
description = "Feature extractor from noisy time series"
66
readme = "README.md"

0 commit comments

Comments
 (0)