chore: replay orphaned release PRs (#54, #55, #58, #59) onto main#63
Merged
chore: replay orphaned release PRs (#54, #55, #58, #59) onto main#63
Conversation
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>
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
PRs #54, #55, #58, #59 were merged to
releaseinstead ofmain— their commits are onorigin/releasebut absent fromorigin/main. They would be overwritten by the nextmain → releasesync.This PR cherry-picks those commits onto
main.Scripts Changed
10907bce+419f7181— docs: add_a_profile guide, Do I Rotate Back (PR docs: update add_a_profile guide for rotate_back #54)9ca4974e— refactor: replace Grid1D with Grid2DIrregular (PR refactor: replace Grid1D with Grid2DIrregular for radial profiles #55)805d3a09— refactor: build lens_dict directly in group scripts (PR refactor: build lens_dict directly and keep source separate in group scripts #58)d2763fde— docs: add LensCalc beginner guide (PR docs: add LensCalc beginner guide #59)Root Cause
GitHub default branch on this repo is set to
release, so PRs opened without an explicit--base mainland onrelease. The/ship_workspaceskill has been patched to always pass--base mainexplicitly. The repo default branch should also be changed back tomain.Test Plan
🤖 Generated with Claude Code