You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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
+
--
27
17
28
18
### Deprecated
29
19
@@ -35,12 +25,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
25
36
26
### Fixed
37
27
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
+
--
39
29
40
30
### Security
41
31
42
32
--
43
33
34
+
## [0.10.0] 2025-01-07
35
+
36
+
### Changed
37
+
38
+
-**Breaking** macOS x86\_64 binary wheel now requires macOS 13 instead of
0 commit comments