Skip to content

Package maintenance: runic formatting + housekeeping#26

Merged
kdw503 merged 7 commits into
masterfrom
dwk/mng
May 14, 2026
Merged

Package maintenance: runic formatting + housekeeping#26
kdw503 merged 7 commits into
masterfrom
dwk/mng

Conversation

@kdw503
Copy link
Copy Markdown
Member

@kdw503 kdw503 commented May 14, 2026

Summary

  • Apply runic formatting to src/ and test/
  • Add runic post-edit hook to .claude/settings.json
  • Update .gitignore and add design review report

Test plan

  • CI passes

🤖 Generated with Claude Code

kdw503 and others added 7 commits May 14, 2026 10:04
- Fix runtime regression: Interpolations.WeightedArbIndex can no longer be
  used as a direct array index in v0.15; add private _coefs_at helper and
  replace all three coefs[wI...] call sites
- Breaking: swap argument order in penalty_hindsight_reg(ap, ϕ) →
  penalty_hindsight_reg(ϕ, dp) and penalty_hindsight_reg!(g, ap, ϕ) →
  penalty_hindsight_reg!(g, ϕ, dp) for consistency with the rest of the API
- Widen ap::AffinePenalty → dp::DeformationPenalty in penalty_hindsight and
  penalty_hindsight!, rename parameter ap → dp throughout
- optimize! now returns (; final, initial) named tuple instead of plain tuple
- Fix latent bugs: undefined U1/U2 in DimensionMismatch message; ϕ vs ϕnew
  in test penaltyreg closure

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- CI: use 'min'/'1' matrix, upgrade actions to v2/v5, add CODECOV_TOKEN
- TagBot: use TAGBOT_TOKEN, remove DOCUMENTER_KEY
- Project.toml: bump julia compat to 1.10, add v1 compat for Register* deps, add Interpolations 0.16

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Replace similarϕ → similar_deformation (renamed in RegisterDeformation v1)
- Replace `using RegisterMismatch: ratio` → `using RegisterCore: ratio` (moved in v1)
- Add RegisterCore as a test dependency
- Update compat to require v1 of Register* packages
- Bump julia compat to 1.10

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.25%. Comparing base (a958f2a) to head (1a6a676).
⚠️ Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   99.15%   99.25%   +0.10%     
==========================================
  Files           1        1              
  Lines         118      135      +17     
==========================================
+ Hits          117      134      +17     
  Misses          1        1              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kdw503 kdw503 merged commit 92ab7dc into master May 14, 2026
4 checks passed
@kdw503 kdw503 deleted the dwk/mng branch May 14, 2026 16:11
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