Skip to content

Commit 94dd247

Browse files
committed
v0.9.2
1 parent c943b8e commit 94dd247

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- `Roms` feature implemented in Rust https://github.com/light-curve/light-curve-python/pull/362 https://github.com/light-curve/light-curve-python/issues/356
12+
--
1313

1414
### Changed
1515

@@ -25,12 +25,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
### Fixed
2727

28-
- PyPI wheels used to have wrong platform tags, actual minimum macOS versions are what we use in CI: 12.0+ for x86_64 and 14.0+ for arm64. https://github.com/light-curve/light-curve-python/issues/376 https://github.com/light-curve/light-curve-python/pull/378
28+
--
2929

3030
### Security
3131

3232
--
3333

34+
## [0.9.2] 2024-06-05
35+
36+
### Added
37+
38+
- `Roms` feature implemented in
39+
Rust https://github.com/light-curve/light-curve-python/pull/362 https://github.com/light-curve/light-curve-python/issues/356
40+
41+
### Fixed
42+
43+
- PyPI wheels used to have wrong platform tags, actual minimum macOS versions are those used at CI: 12.0+ for x86_64 and
44+
14.0+ for
45+
arm64. https://github.com/light-curve/light-curve-python/issues/376 https://github.com/light-curve/light-curve-python/pull/378
46+
3447
## [0.9.1] 2024-04-23
3548

3649
### Added

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.9.1"
3+
version = "0.9.2"
44
authors = ["Konstantin Malanchev <[email protected]>", "Anastasia Lavrukhina <[email protected]>"]
55
description = "Feature extractor from noisy time series"
66
readme = "README.md"

0 commit comments

Comments
 (0)