Skip to content

Release v0.10.3 #524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 26 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion light-curve/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion light-curve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-curve-python"
version = "0.10.2"
version = "0.10.3"
authors = [
"Konstantin Malanchev <[email protected]>",
"Anastasia Lavrukhina <[email protected]>",
Expand Down
Loading