chore(release): bump to v0.18.0#284
Merged
Merged
Conversation
v0.18.0 ships the network-calculus foundation — the runnable spine that makes spar a tsnkit/Slate/RTaW-Pegase competitor end-to-end (AADL model → network-wide NC analysis → per-stream delay bounds): - REQ-NC-VALIDATION-001 — NC-bound cross-validation against panco reference (#279) - REQ-NC-PLP-001 — PLP (polynomial-LP) network-calculus bounds, Bouillard arXiv:2010.09263 (#280) - REQ-NC-BRIDGE-001 — AADL instance → network-wide TFA/PLP solver bridge (#283) All three are `implemented` with passing feature tests and a closed V-model trace (TEST-NC-VALIDATION / TEST-NC-PLP / TEST-NC-BRIDGE satisfy; DEC-TSN-OSS-001 the strategic decision), matching the all-implemented release convention of v0.14-v0.17. Release-scope hygiene — v0.18.0 was overloaded with 7 unrelated carry-overs; moved deliberately so the scope is exactly the three NC spine requirements: - REQ-INGEST-ARXML-001, REQ-INGEST-DBC-FLOWS-001 → v0.19.0 (ingest track, alongside the already-slated REQ-NC-PLP-002 converging-PLP work) - REQ-PROOF-SCHED-002 → v0.20.0 (proofs track, with REQ-PROOF-NC-MINPLUS-001) - REQ-SECURITY-001 → backlog (no security theme on the roadmap yet; unscheduled rather than a fake commitment) - REQ-INST-003, REQ-ANALYSIS-007, COVERAGE-CH12 → backlog (perpetual AS5506-coverage trackers, partial-by-design; were re-blocking every release's readiness query) Workspace version 0.17.0 -> 0.18.0 (Cargo.toml, Cargo.lock x23 crates, vscode-spar/package.json). Also gitignore *.lp — HiGHS/good_lp solver dumps the NC test runs write into the repo root. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Rivet verification gate✅ 20/20 passed
Filter: Failed artifacts(none) Updated automatically by |
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.
v0.18.0 — the network-calculus foundation
The runnable spine that makes spar a tsnkit / TTTech Slate / RTaW-Pegase competitor end-to-end: AADL model → network-wide NC analysis → per-stream delay bounds. Three coherent, merged-to-main requirements:
--pmooarm)All three are
implementedwith passing feature tests and a closed V-trace (TEST-NC-VALIDATION / TEST-NC-PLP / TEST-NC-BRIDGEsatisfies; DEC-TSN-OSS-001 the strategic decision) — matching the all-implemented release convention of v0.14–v0.17. All three commits are onmainwith green CI.Falsification statement: on a shared multi-hop FIFO TSN line, PLP yields a strictly tighter per-flow delay bound than TFA (measured ~2.7× on a 3-hop line: 39 µs vs 105.5 µs), and never looser on a feed-forward sink-tree — the analysis-dominance wedge a real competitor needs. If PLP ever exceeded TFA on a feed-forward topology, the cross-validation gate (sandwich EXACT ≤ PLP ≤ TFA) would fail.
Release-scope hygiene (deliberate, logged)
v0.18.0 was overloaded with 7 unrelated carry-overs. Moved so the scope is exactly the three NC spine requirements:
Version bump
Workspace
0.17.0 → 0.18.0(Cargo.toml, Cargo.lock ×23 crates, vscode-spar/package.json). Plus*.lpgitignore — HiGHS/good_lp solver dumps the NC test runs write into the repo root.🤖 Generated with Claude Code