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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
--
12
+
- Mark the module as no-GIL, which enables free-threading Python (can be built from source, not provided so far) https://github.com/light-curve/light-curve-python/pull/499
13
13
14
14
### Changed
15
15
16
-
--
16
+
- Bump both `PyO3` and `rust-numpy` to v0.24 https://github.com/light-curve/light-curve-python/pull/499
17
17
18
18
### Deprecated
19
19
@@ -44,7 +44,8 @@ The reason is a bug fixed in 0.10.2.
44
44
45
45
### Changed
46
46
47
-
-**Experimental Feature Breaking**: change parameter limits for Rainbow https://github.com/light-curve/light-curve-python/pull/494
47
+
-**Experimental Feature Breaking**: change parameter limits for
@@ -53,7 +54,8 @@ The reason is a bug fixed in 0.10.2.
53
54
54
55
### Fixed
55
56
56
-
- Rainbow multi-band scaler didn't work with list inputs https://github.com/light-curve/light-curve-python/issues/492https://github.com/light-curve/light-curve-python/pull/493
Copy file name to clipboardExpand all lines: light-curve/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,9 @@ We stopped publishing all PyPy wheels (https://github.com/light-curve/light-curv
53
53
and the PPC64le CPython glibc wheel (https://github.com/light-curve/light-curve-python/issues/479),
54
54
please feel free to open an issue if you need any of them.
55
55
56
+
[Free-threading Python](https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython) is supported when built from source.
57
+
No pre-built distributions are provided so far, please comment on these issues if you need them: [PyPI binary wheel issue](https://github.com/light-curve/light-curve-python/issues/500), [conda-forge package issue](https://github.com/conda-forge/light-curve-python-feedstock/issues/11).
58
+
56
59
See [bellow](#build-from-source) for the details on how to build the package from the source code.
0 commit comments