Skip to content

Commit 5549343

Browse files
committed
v0.10.0
1 parent d6e69da commit 5549343

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

CHANGELOG.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
- **Breaking** macOS x86\_64 binary wheel now requires macOS 13 instead of
17-
12 https://github.com/light-curve/light-curve-python/issues/437 https://github.com/light-curve/light-curve-python/pull/446
18-
- **Breaking** Minimum supported Python version is 3.9 due to `rust-numpy` 0.23 requirement
19-
- Default ABI3 version is also bumped to 3.9
20-
- Bump `pyO3` to 0.23, which should potentially support
21-
free-threading, but `rust-numpy` still doesn't https://github.com/light-curve/light-curve-python/pull/457
22-
- Bump `rust-numpy` to 0.23, should potentially bring a better `numpy` v2
23-
support https://github.com/light-curve/light-curve-python/pull/457
24-
- Bump `ndarray` to 0.16 https://github.com/light-curve/light-curve-python/pull/458
25-
- Bump `light-curve-feature` to 0.8.0 https://github.com/light-curve/light-curve-python/pull/458
26-
- Bump `light-curve-dmdt` to 0.8.0 https://github.com/light-curve/light-curve-python/pull/458
16+
--
2717

2818
### Deprecated
2919

@@ -35,12 +25,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3525

3626
### Fixed
3727

38-
- `pyproject.toml`: move `tool.setuptools.dynamic` to `project.dynamic` which fixes build with `maturin` v1.8.x https://github.com/light-curve/light-curve-python/pull/467
28+
--
3929

4030
### Security
4131

4232
--
4333

34+
## [0.10.0] 2025-01-07
35+
36+
### Changed
37+
38+
- **Breaking** macOS x86\_64 binary wheel now requires macOS 13 instead of
39+
12 https://github.com/light-curve/light-curve-python/issues/437 https://github.com/light-curve/light-curve-python/pull/446
40+
- **Breaking** Minimum supported Python version is 3.9 due to `rust-numpy` 0.23 requirement
41+
- Default ABI3 version is also bumped to 3.9
42+
- Bump `pyO3` to 0.23, which should potentially support
43+
free-threading, but `rust-numpy` still doesn't https://github.com/light-curve/light-curve-python/pull/457
44+
- Bump `rust-numpy` to 0.23, should potentially bring a better `numpy` v2
45+
support https://github.com/light-curve/light-curve-python/pull/457
46+
- Bump `ndarray` to 0.16 https://github.com/light-curve/light-curve-python/pull/458
47+
- Bump `light-curve-feature` to 0.8.0 https://github.com/light-curve/light-curve-python/pull/458
48+
- Bump `light-curve-dmdt` to 0.8.0 https://github.com/light-curve/light-curve-python/pull/458
49+
50+
### Fixed
51+
52+
- `pyproject.toml`: move `tool.setuptools.dynamic` to `project.dynamic` which fixes build with `maturin`
53+
v1.8.x https://github.com/light-curve/light-curve-python/pull/467
54+
4455
## [0.9.6] 2024-10-01
4556

4657
### Changed

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.6"
3+
version = "0.10.0"
44
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"

0 commit comments

Comments
 (0)