Release v0.15.0: version bump + README sync + milestone finalization - #39
Merged
Conversation
Milestone completion that wasn't in the squash-merged #38: archive planning (collapse ROADMAP, archive REQUIREMENTS + phase dirs to milestones/v0.15.0-*), add milestone audit report, update MILESTONES/PROJECT/STATE. Also syncs README Features table with the new v0.15.0 public API (spline interpolation, functional summary statistics), adds example 28, corrects the depth-measure count. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Release the v0.15.0 milestone (spline interpolation, functional summary statistics, parallel CV folds, faer FPCA SVD). Additive, non-breaking — minor bump from 0.14.0. README install pins updated 0.14 -> 0.15. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CI runs 'clippy --all-targets --all-features' which lints #[cfg(test)] code; the local pre-commit hook uses '-p fdars-core --features linalg' (no --all-targets), so these slipped through with the phase-10 code: - helpers.rs: iter().map(|&x| x).collect() -> to_vec() (3 test sites) - fdata.rs: drop identity-op '0 + j*n' index No behavior change (test-only). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #39 +/- ##
==========================================
+ Coverage 89.03% 89.09% +0.06%
==========================================
Files 200 200
Lines 44156 44616 +460
==========================================
+ Hits 39313 39752 +439
- Misses 4843 4864 +21
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.15.0 — Top-Backlog Quick Wins
Follow-up to #38 (which squash-merged the phase 10+11 code). This PR does the release prep the squash didn't include:
Version bump
fdars-core0.14.0→0.15.0(additive, non-breaking → minor bump)0.14→0.15README sync (matches current code)
27→28; added the28 — Berkeley Growthrow10→8(matches the 8 distinct 1D depth methods insrc/depth/)Milestone finalization
ROADMAP.md, movedREQUIREMENTS.md+ phase dirs tomilestones/v0.15.0-*milestones/v0.15.0-MILESTONE-AUDIT.md(audit passed: 4/4 requirements, cross-phase integration clean)MILESTONES.md,PROJECT.md,STATE.mdAfter merge
v0.15.0on the merge commit +cargo publish -p fdars-corefdars-r/ CRAN) are a separate release trackFull crate suite (1948 tests) green under both feature configs; clippy clean; docs build with
-Dwarnings.🤖 Generated with Claude Code