diff --git a/CHANGELOG.md b/CHANGELOG.md index 0307d23e..a9e16d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +-- + +### Changed + +-- + +### Deprecated + +-- + +### Removed + +-- + +### Fixed + +-- + +### Security + +-- + +## [0.10.3] 2025-05-22 + +### Added + - Mark the module as no-GIL, which enables free-threaded Python (can be built from source, not provided so far via PyPI/conda) https://github.com/light-curve/light-curve-python/pull/499 - Allow non-numpy inputs and casting mismatched f32 arrays to f64 for the feature extractions with newly added @@ -26,23 +52,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 v0.25 https://github.com/light-curve/light-curve-python/pull/499 https://github.com/light-curve/light-curve-python/pull/520 - Bump `light-curve-feature` to v0.9.0 -### Deprecated - --- - -### Removed - --- - ### Fixed - Fix error messages for invalid inputs https://github.com/light-curve/light-curve-python/issues/505 https://github.com/light-curve/light-curve-python/pull/510 -### Security - --- - ## [0.10.2] 2025-03-25 ### Fixed diff --git a/light-curve/Cargo.lock b/light-curve/Cargo.lock index 68a25bbb..9643470c 100644 --- a/light-curve/Cargo.lock +++ b/light-curve/Cargo.lock @@ -1160,7 +1160,7 @@ dependencies = [ [[package]] name = "light-curve-python" -version = "0.10.2" +version = "0.10.3" dependencies = [ "const_format", "conv", diff --git a/light-curve/Cargo.toml b/light-curve/Cargo.toml index 29f88573..ffccf89f 100644 --- a/light-curve/Cargo.toml +++ b/light-curve/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-curve-python" -version = "0.10.2" +version = "0.10.3" authors = [ "Konstantin Malanchev ", "Anastasia Lavrukhina ",