Skip to content

Commit 50d965b

Browse files
Copilothombit
andauthored
Bump light-curve-feature to v0.13.0 (#648)
* Initial plan * Bump light-curve-feature to v0.13.0 Co-authored-by: hombit <1784493+hombit@users.noreply.github.com> * Bump rand to 0.10 and rand_xoshiro to 0.8 Co-authored-by: hombit <1784493+hombit@users.noreply.github.com> * Simplify CHANGELOG entries and add PR link Co-authored-by: hombit <1784493+hombit@users.noreply.github.com> * Update CHANGELOG with new features and changes Added new algorithms for BazinFit, LinexpFit, and VillarFit using NUTS. Updated minimum supported Rust version and bumped dependencies. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hombit <1784493+hombit@users.noreply.github.com> Co-authored-by: Konstantin Malanchev <hombit@gmail.com>
1 parent f4b61d2 commit 50d965b

File tree

3 files changed

+200
-208
lines changed

3 files changed

+200
-208
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- `BazinFit`, `LinexpFit`, and `VillarFit` gained `nuts`, `nuts-ceres`, and `nuts-lmsder` algorithms using NUTS (No-U-Turn Sampler) for gradient-based Hamiltonian Monte Carlo optimization. New `nuts_ntune` and `nuts_niter` parameters control the number of tuning and drawing iterations respectively
12+
- `BazinFit`, `LinexpFit`, and `VillarFit` gained `nuts`, `nuts-ceres`, and `nuts-lmsder` algorithms using NUTS (No-U-Turn Sampler) for gradient-based Hamiltonian Monte Carlo optimization. New `nuts_ntune` and `nuts_niter` parameters control the number of tuning and drawing iterations respectively https://github.com/light-curve/light-curve-python/pull/635
1313

1414
### Changed
1515

16-
- Minimum supported Rust version (MSRV) bumped from 1.85 to 1.88, required by the `nuts-rs` dependency; `comfy-table` upper-version bound removed (was `<7.2` due to old MSRV)
16+
- Bump `light-curve-feature` to 0.13.0, `rand` to 0.10, `rand_xoshiro` to 0.8 https://github.com/light-curve/light-curve-python/pull/648
17+
- **Build breaking**: Minimum supported Rust version (MSRV) bumped from 1.85 to 1.88 https://github.com/light-curve/light-curve-python/pull/648
1718

1819
### Deprecated
1920

0 commit comments

Comments
 (0)