Skip to content

chore: replay orphaned release PRs (#54, #55, #58, #59) onto main#63

Merged
Jammy2211 merged 5 commits intomainfrom
chore/replay-release-to-main
Apr 14, 2026
Merged

chore: replay orphaned release PRs (#54, #55, #58, #59) onto main#63
Jammy2211 merged 5 commits intomainfrom
chore/replay-release-to-main

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

PRs #54, #55, #58, #59 were merged to release instead of main — their commits are on origin/release but absent from origin/main. They would be overwritten by the next main → release sync.

This PR cherry-picks those commits onto main.

Scripts Changed

Root Cause

GitHub default branch on this repo is set to release, so PRs opened without an explicit --base main land on release. The /ship_workspace skill has been patched to always pass --base main explicitly. The repo default branch should also be changed back to main.

Test Plan

  • Cherry-pick applied cleanly, no conflicts.

🤖 Generated with Claude Code

Jammy2211 and others added 5 commits April 14, 2026 19:24
Update the Isothermal example, "Do I Rotate Back?" section, and
template to use the new automatic back-rotation decorator parameter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Clarify that back-rotation depends on which frame the returned
components are expressed in, not unconditionally on the quantity
being a vector. Document scalar, vector, and spin-2 cases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Grid1D support is being removed from the decorator type-dispatch system.
This script now uses Grid2DIrregular with coordinates along the x-axis
to achieve the same 1D radial profile plot.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…scripts

Replace list-then-convert pattern (lens_models=[]/append/comprehension)
with building lens_dict={} directly in the loop. Keep source galaxy
separate from lens_dict, passing it as a keyword in af.Collection().

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New guide script covering convergence, shear, magnification, critical
curves, caustics, Einstein radius and Fermat potential — derived from
first principles with equations and code examples.

Closes #57

Co-authored-by: Jammy2211 <JNightingale2211@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit c0ed6a4 into main Apr 14, 2026
@Jammy2211 Jammy2211 deleted the chore/replay-release-to-main branch April 14, 2026 18:25
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