Skip to content

chore(release): release v0.4.5 - #213

Merged
acgetchell merged 1 commit into
mainfrom
release/v0.4.5
Aug 21, 2026
Merged

chore(release): release v0.4.5#213
acgetchell merged 1 commit into
mainfrom
release/v0.4.5

Conversation

@acgetchell

@acgetchell acgetchell commented Aug 21, 2026

Copy link
Copy Markdown
Owner
  • Bump Rust and Python package metadata and release links to v0.4.5
  • Generate the changelog and retain only the Zenodo concept DOI
  • Add idempotent release-version automation with prior-release inference
  • Publish README comparisons from retained performance measurements
  • Align release and benchmarking documentation with the new workflow

Summary by CodeRabbit

  • New Features

    • Added streamlined release-version updating with synchronized project metadata, documentation, citations, and changelog dates.
    • Added retained benchmark artifact publishing for README performance links and reports.
    • Added stronger validation for benchmark provenance and published assets.
  • Documentation

    • Published the v0.4.5 release notes and updated version references throughout the documentation.
    • Added the v0.4.4 versus v0.4.3 archived performance report.
    • Updated release and benchmarking guidance for the revised workflows.
  • Performance

    • Refreshed benchmark results and performance comparisons for v0.4.5 versus v0.4.4.

- Bump Rust and Python package metadata and release links to v0.4.5
- Generate the changelog and retain only the Zenodo concept DOI
- Add idempotent release-version automation with prior-release inference
- Publish README comparisons from retained performance measurements
- Align release and benchmarking documentation with the new workflow
@acgetchell acgetchell self-assigned this Aug 21, 2026
@acgetchell
acgetchell enabled auto-merge August 21, 2026 03:20
@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3f614704-963e-48eb-839d-1f3f18c0e266

📥 Commits

Reviewing files that changed from the base of the PR and between 99d3392 and 8dcddf0.

⛔ Files ignored due to path filters (4)
  • Cargo.lock is excluded by !**/*.lock
  • docs/assets/bench/vs_linalg_lu_solve_median.csv is excluded by !**/*.csv
  • docs/assets/bench/vs_linalg_lu_solve_median.svg is excluded by !**/*.svg
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (24)
  • AGENTS.md
  • CHANGELOG.md
  • CITATION.cff
  • Cargo.toml
  • README.md
  • docs/BENCHMARKING.md
  • docs/PERFORMANCE.md
  • docs/RELEASING.md
  • docs/archive/performance/README.md
  • docs/archive/performance/v0.4.4-vs-v0.4.3.md
  • docs/assets/bench/vs_linalg_lu_solve_median.provenance.json
  • justfile
  • pyproject.toml
  • scripts/README.md
  • scripts/archive_performance.py
  • scripts/benchmark_contract.py
  • scripts/check_docs_version_sync.py
  • scripts/criterion_dim_plot.py
  • scripts/performance_artifacts.py
  • scripts/tests/test_archive_performance.py
  • scripts/tests/test_check_docs_version_sync.py
  • scripts/tests/test_criterion_dim_plot.py
  • scripts/tests/test_update_release_version.py
  • scripts/update_release_version.py

Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 3 reviews per hour.


📝 Walkthrough

Walkthrough

Changes

Release and benchmark workflow

Layer / File(s) Summary
Transactional release metadata updates
scripts/update_release_version.py, scripts/check_docs_version_sync.py, scripts/tests/test_update_release_version.py, justfile, pyproject.toml
Added stable-tag validation, synchronized version updates, changelog-date handling, transactional writes, rollback, and CLI support.
Retained benchmark validation and publication
scripts/criterion_dim_plot.py, scripts/benchmark_contract.py, scripts/archive_performance.py, scripts/performance_artifacts.py, scripts/tests/test_criterion_dim_plot.py, docs/BENCHMARKING.md, justfile
README benchmark publication now consumes validated retained artifacts. Benchmark contract digests, canonical asset links, provenance checks, complete coverage checks, and atomic publication were added.
Version 0.4.5 release content
Cargo.toml, CITATION.cff, CHANGELOG.md, README.md, docs/PERFORMANCE.md, docs/RELEASING.md, docs/archive/performance/*, docs/assets/bench/*, AGENTS.md, scripts/README.md
Updated release metadata, changelog, citation data, benchmark reports, archived performance documentation, README links and measurements, and release instructions.

Estimated code review effort: 4 (Complex) | ~45 minutes

Merge Risk: ⚪ Minimal · up to 8dcdd

The release updates package metadata, documentation, and automation without any identified correctness or operational issue requiring action; it is merge-ready after normal checks.

Sequence Diagram(s)

sequenceDiagram
  participant Maintainer
  participant update_release_version
  participant GitHubReleases
  participant Repository
  Maintainer->>update_release_version: provide v0.4.5
  update_release_version->>GitHubReleases: select previous stable release
  update_release_version->>Repository: validate and update release references
  Repository-->>Maintainer: return synchronized release summary
Loading
sequenceDiagram
  participant Maintainer
  participant performance_release
  participant RetainedArtifacts
  participant performance_readme
  participant README
  Maintainer->>performance_release: generate retained measurements
  performance_release->>RetainedArtifacts: write CSV and provenance
  performance_readme->>RetainedArtifacts: validate retained bundle
  performance_readme->>README: publish benchmark table and asset links atomically
Loading
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 41.79% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 134 functions across 10 files. (14 skipped: 14 unsupported.) Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the pull request as the v0.4.5 release preparation, matching the main changeset objective.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.4.5

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.88%. Comparing base (99d3392) to head (8dcddf0).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage   97.88%   97.88%           
=======================================
  Files           8        8           
  Lines        5007     5007           
=======================================
  Hits         4901     4901           
  Misses        106      106           
Flag Coverage Δ
unittests 97.88% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@acgetchell
acgetchell merged commit 78ba1c2 into main Aug 21, 2026
21 checks passed
@acgetchell
acgetchell deleted the release/v0.4.5 branch August 21, 2026 03:30
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