File tree Expand file tree Collapse file tree 3 files changed +27
-10
lines changed
Expand file tree Collapse file tree 3 files changed +27
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " light-curve-python"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44authors = [" Konstantin Malanchev <hombit@gmail.com>" , " Anastasia Lavrukhina <lavrukhina.ad@gmail.com>" ]
55description = " Feature extractor from noisy time series"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments