Commit 2a53a10
Wrap NUTS for non-linear fitting features (#635)
* Initial plan
* Add nuts feature to Cargo.toml and pin nuts-rs to 0.17.3
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
* Add NUTS algorithm support for non-linear fitting features
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
* Enable nuts unconditionally, rename nuts_ndraws to nuts_niter
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
* Bump MSRV from 1.85 to 1.88 for nuts-derive compatibility
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
* Fix clippy collapsible_if lint in features.rs
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
* Resolve merge conflicts with main: bump pyo3 to 0.28.2, pyo3-arrow to 0.17, arrow-* to 58
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
* Update CHANGELOG: note comfy-table constraint removal with MSRV bump
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>1 parent f4ec272 commit 2a53a10
File tree
6 files changed
+573
-91
lines changed- light-curve
- src
- tests
- light_curve_ext
6 files changed
+573
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments