Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- grid_rotations: even rgridsz warning/correction, 1D error path - qd_translate: crop=true with undersized moving image - warp_and_intersect: IdentityTransformation with mismatched axes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add module-level docstring to RegisterQD with entry-point overview and backend requirement note - Rewrite all public function docstrings: 4-space-indented signatures, imperative mood, correct thresh defaults, fix copy-paste errors (stray mxrot in qd_affine, wrong function name in qd_translate), remove duplicate kwargs paragraph in qd_affine - Add # Examples blocks to all eight exported functions; jldoctest blocks for pure-computation functions, julia-repl for registration functions that require a backend - Replace outdated getSD example (ImageMeta/N2f14 era) with current AxisArrays-based example - Add Documenter to test extras/targets and wire up doctest in runtests.jl Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ctest - Set up docs/ with index, user guide, and API reference pages; add Documenter.yml CI workflow for GitHub Pages deployment - Update README with installation instructions, quick-start example, and stable/dev documentation badges - Convert three julia-repl doctest blocks (qd_rigid, qd_affine, rotation_gridsearch) to jldoctest so they are verified in CI; fix missing ImageFiltering import in rotation_gridsearch example Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…l to .gitignore Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OffsetArrays 0.11.x exports `axes`, creating an ambiguity with Base.axes that makes the bare name inaccessible. Use Base.axes explicitly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Same OffsetArrays 0.11.x ambiguity fix applied consistently to all test files. Co-Authored-By: Claude Sonnet 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
usingdeclarationsmutable structfields; markedconstwhere appropriatejldoctestexamples verified in CIdocs/with a user guide, API reference, and GitHub Pages deployment viaDocumenter.yml; updated README with installation instructions, a quick-start example, and stable/dev doc badges.gitignore, formatted with Runic, removed deprecationsTest plan
DOCUMENTER_KEYsecret to be set in repo settings)🤖 Generated with Claude Code