Skip to content

Release v0.15.0: version bump + README sync + milestone finalization - #39

Merged
sipemu merged 3 commits into
mainfrom
release/v0.15.0
Aug 11, 2026
Merged

Release v0.15.0: version bump + README sync + milestone finalization#39
sipemu merged 3 commits into
mainfrom
release/v0.15.0

Conversation

@sipemu

@sipemu sipemu commented Aug 11, 2026

Copy link
Copy Markdown
Owner

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-core 0.14.00.15.0 (additive, non-breaking → minor bump)
  • README install pins updated 0.140.15

README sync (matches current code)

  • Features table: added spline interpolation (FEAT-01) and functional summary statistics — variance/std/covariance, depth-based median, trimmed mean (FEAT-02)
  • Example count 2728; added the 28 — Berkeley Growth row
  • Corrected depth-measure count 108 (matches the 8 distinct 1D depth methods in src/depth/)

Milestone finalization

  • Archived planning: collapsed ROADMAP.md, moved REQUIREMENTS.md + phase dirs to milestones/v0.15.0-*
  • Added milestones/v0.15.0-MILESTONE-AUDIT.md (audit passed: 4/4 requirements, cross-phase integration clean)
  • Updated MILESTONES.md, PROJECT.md, STATE.md

After merge

  • Tag v0.15.0 on the merge commit + cargo publish -p fdars-core
  • R bindings (fdars-r / CRAN) are a separate release track

Full crate suite (1948 tests) green under both feature configs; clippy clean; docs build with -Dwarnings.

🤖 Generated with Claude Code

sipemu and others added 3 commits August 11, 2026 20:12
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

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.09%. Comparing base (b7369ff) to head (e658ef9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
rust 89.09% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
fdars-core/src/fdata.rs 96.69% <100.00%> (-0.43%) ⬇️
fdars-core/src/helpers.rs 85.60% <100.00%> (+2.99%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sipemu
sipemu merged commit e55156c into main Aug 11, 2026
11 checks passed
@sipemu
sipemu deleted the release/v0.15.0 branch August 11, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant