Skip to content
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
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `pyO3` and `rust-numpy` from 0.25.0 to 0.27.0: introduce Python build 3.14/3.14t
support https://github.com/light-curve/light-curve-python/pull/553 https://github.com/light-curve/light-curve-python/pull/590
- **Breaking** macOS x86\_64 binary wheel now requires macOS 15 instead of
13 https://github.com/light-curve/light-curve-python/issues/587
--

### Deprecated

Expand All @@ -28,13 +25,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- A problem with pickling of `Periodogram` which caused wrong results from `.power` and `.freq_power` for a deserialized
object https://github.com/light-curve/light-curve-python/pull/532
--

### Security

--

## [0.10.5] 2025-11-26

### Changed

- Bump `pyO3` and `rust-numpy` from 0.25.0 to 0.27.0: introduce Python build 3.14/3.14t
support https://github.com/light-curve/light-curve-python/pull/553 https://github.com/light-curve/light-curve-python/pull/590
- **Breaking** macOS x86\_64 binary wheel now requires macOS 15 instead of
13 https://github.com/light-curve/light-curve-python/issues/587

### Fixed

- A problem with pickling of `Periodogram` which caused wrong results from `.power` and `.freq_power` for a deserialized
object https://github.com/light-curve/light-curve-python/pull/532

## [0.10.4] 2025-06-11

### Added
Expand Down
Loading
Loading