Skip to content

Commit b253a3b

Browse files
committed
v0.10.3
1 parent d3c0166 commit b253a3b

File tree

3 files changed

+28
-14
lines changed

3 files changed

+28
-14
lines changed

CHANGELOG.md

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
--
13+
14+
### Changed
15+
16+
--
17+
18+
### Deprecated
19+
20+
--
21+
22+
### Removed
23+
24+
--
25+
26+
### Fixed
27+
28+
--
29+
30+
### Security
31+
32+
--
33+
34+
## [0.10.3] 2025-05-22
35+
36+
### Added
37+
1238
- Mark the module as no-GIL, which enables free-threaded Python (can be built from source, not provided so far via
1339
PyPI/conda) https://github.com/light-curve/light-curve-python/pull/499
1440
- 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
2652
v0.25 https://github.com/light-curve/light-curve-python/pull/499 https://github.com/light-curve/light-curve-python/pull/520
2753
- Bump `light-curve-feature` to v0.9.0
2854

29-
### Deprecated
30-
31-
--
32-
33-
### Removed
34-
35-
--
36-
3755
### Fixed
3856

3957
- Fix error messages for invalid
4058
inputs https://github.com/light-curve/light-curve-python/issues/505 https://github.com/light-curve/light-curve-python/pull/510
4159

42-
### Security
43-
44-
--
45-
4660
## [0.10.2] 2025-03-25
4761

4862
### Fixed

light-curve/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-curve-python"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
authors = [
55
"Konstantin Malanchev <[email protected]>",
66
"Anastasia Lavrukhina <[email protected]>",

0 commit comments

Comments
 (0)