Conversation
- 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 Report✅ All modified and coverable lines are covered by tests. 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. 🚀 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.
Summary
src/andtest/.claude/settings.json.gitignoreand add design review reportTest plan
🤖 Generated with Claude Code