Light-curve-python

Latest version: v0.10.2

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.6.5

Fixed

- Reduce Rust-Python inter-op cost for numpy arrays significantly. It dropped from ~4 μs per array to ~
100ns. https://github.com/light-curve/light-curve-python/pull/174

0.6.4

Added

- Initial `copy` and `pickle` (minimum protocol version is 2) support for feature extractors
and
`DmDt` https://github.com/light-curve/light-curve-python/issues/103 https://github.com/light-curve/light-curve-python/pull/145 https://github.com/light-curve/light-curve-python/pull/150
- `serde` v1 and `serde-pickle` v1 Rust dependencies. `serde-pickle` is an arbitrary choice of a (de)serialization
binary format, but it could be useful in the future having a way to inspect Rust structures from
Python https://github.com/light-curve/light-curve-python/pull/145

Changed

- Build environment: minimum support Rust version (MSRV) is bumped 1.57 -> 1.60
- Bump `light-curve-dmdt` 0.6.0 -> 0.7.1

Fixed

- `BazinFit` and `VillarFit` docs are clarified for `.model()` and `ln_prior`
usage https://github.com/light-curve/light-curve-python/issues/125 https://github.com/light-curve/light-curve-python/pull/146

0.6.3

No changes, it was accidentally released instead of `0.6.2`

0.6.2

- `OtsuSplit` implementation in
Rust https://github.com/light-curve/light-curve-python/issues/120 https://github.com/light-curve/light-curve-python/pull/123

Changed

- `light-curve-feature` 0.5.0 -> 0.5.2 https://github.com/light-curve/light-curve-python/pull/123
- `light-curve-dmdt` 0.5.0 -> 0.6.0
- `pyO3` 0.16.6 -> 0.17.3
- `rust-numpy` 0.16.2 -> 0.17.2
- CI: binary wheels are now built using our
custom [manylinux/musllinux images](https://github.com/light-curve/base-docker-images), which include FFTW library
optimised to use platform-specific SIMD instructions. It should give up to 50% performance gain for `Periodogram` at
all Linux platforms but `x86_64` where we use MKL https://github.com/light-curve/light-curve-python/pull/134
- We don't provide binary wheels for Linux i686 anymore, please contact us if you need
them https://github.com/light-curve/light-curve-python/pull/134
- wheel build dependency: `maturin` 0.13.x ->
0.14.x https://github.com/light-curve/light-curve-python/issues/130 https://github.com/light-curve/light-curve-python/pull/135

Deprecated

- cargo features "fftw-dynamic", "fftw-static" and "mkl" are renamed to "fftw-system", "fftw-source" and "fftw-mkl"
correspondingly https://github.com/light-curve/light-curve-python/pull/137

Fixed

— fix `threshold` method in Python according to Rust
implementation https://github.com/light-curve/light-curve-python/pull/123

0.6.1

Added

- CI: Python 3.11 binary wheels

Changed

- `const_format` 0.2.25 -> 0.2.30
- `itertools` 0.10.3 -> 0.10.5
- `pyo3` 0.16.5 -> 0.16.6
- `thiserror` 1.0.31 -> 1.0.37
- wheel build dependency: `maturin` 0.12.x -> 0.13.x
- CI: `macos-10.15` GitHub actions runners are EOL, we switched to `macos-11`
- CI: `cibuildwheel` 2.10.2 -> 2.11.2

Deprecated



Removed



Fixed

- https://github.com/light-curve/light-curve-python/issues/110 Experimental warning message specifies a class
name https://github.com/light-curve/light-curve-python/pull/111
- Support of `setuptools` v61+

Security

0.6.0

Changed

- **Breaking:** drop Python 3.6 support
- **Breaking:** minimum supported Rust version (MSRV) 1.56 -> 1.57
- `light-curve-feature` 0.4.6 -> 0.5.0, causes MSRV change
- `rust-numpy` 0.15.1 -> 0.16.2
- `py03` 0.15.1 -> 0.16.3

Page 4 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.