Changed
- **Breaking** macOS x86\_64 binary wheel now requires macOS 13 instead of
12 https://github.com/light-curve/light-curve-python/issues/437 https://github.com/light-curve/light-curve-python/pull/446
- **Breaking** Minimum supported Python version is 3.9 due to `rust-numpy` 0.23 requirement
- Default ABI3 version is also bumped to 3.9
- Bump `pyO3` to 0.23, which should potentially support
free-threading, but `rust-numpy` still doesn't https://github.com/light-curve/light-curve-python/pull/457
- Bump `rust-numpy` to 0.23, should potentially bring a better `numpy` v2
support https://github.com/light-curve/light-curve-python/pull/457
- Bump `ndarray` to 0.16 https://github.com/light-curve/light-curve-python/pull/458
- Bump `light-curve-feature` to 0.8.0 https://github.com/light-curve/light-curve-python/pull/458
- Bump `light-curve-dmdt` to 0.8.0 https://github.com/light-curve/light-curve-python/pull/458
Fixed
- `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