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
|**ppc64le**| src | not tested (no Rust toolchain) | — | — |
38
37
39
-
- "PyPI" / "conda": binary wheel/package is available on pypi.org / anaconda.org, local building
40
-
is not required for the platform, the only pre-requirement is a recent `pip` version or
41
-
conda. For Linux x86-64 PyPI's wheel we provide binary wheels built with Intel MKL
42
-
for better periodogram performance, which is not a default build option. For Windows x86-64
43
-
we provide wheel with no Ceres and no GSL support, which is not a default build option.
44
-
- "src": the package is confirmed to be built and pass unit tests locally, but testing and package
45
-
building is not supported by CI. See ["Build from source"] section bellow for the details.
46
-
- "not tested": building from the source code is not tested, please report us building status via
47
-
issue/PR/email.
38
+
-**PyPI / conda**: A binary wheel or package is available on pypi.org or anaconda.org.
39
+
Local building is not required for the platform; the only prerequisite is a recent version of
40
+
`pip` or `conda`. For Linux x86-64, PyPI binary wheels are built with Intel MKL
41
+
for improved periodogram performance, which is not a default build option.
42
+
For Windows x86-64, all distributions exclude Ceres and GSL support, which is also not a default build option.
43
+
-**src**: The package has been confirmed to build and pass unit tests locally,
44
+
but testing and package building are not supported by CI.
45
+
See the ["Build from source"] section below for details.
46
+
Please open an issue or pull request if you encounter any problems building
47
+
the package or would like us to distribute it for these platforms.
48
+
-**not tested**: Building from source has not been tested.
49
+
Please report build status via issue, PR, or email.
48
50
49
51
macOS wheels require relatively new OS versions, please open an issue if you require support of older Macs,
50
52
see https://github.com/light-curve/light-curve-python/issues/376 for the details.
@@ -55,8 +57,8 @@ please feel free to open an issue if you need any of them.
55
57
56
58
[Free-threaded Python](https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython) is supported when built from source.
57
59
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
-
Notably, for expensive features, the performance with the GIL-enabled interpreter and the `.many()` method provided by the package is on par with the free-threaded interpreter and Python threads for parallelism.
59
-
However, for inexpensive computations, `.many()` still significantly reduces the overhead caused by the Rust–Python interaction and shows better performance.
60
+
Notably, for expensive features, the performance with the GIL-enabled interpreter and the `.many()` method provided by the feature extractors is on par with the free-threaded interpreter and Python threads for parallelism.
61
+
However, for inexpensive feature extractors, `.many()` still significantly reduces the overhead caused by the Rust–Python interaction and shows better performance.
60
62
61
63
See [bellow](#build-from-source) for the details on how to build the package from the source code.
0 commit comments