docs: retire pynufft from wiki, skills and installation tables - #19
Merged
Conversation
PyAutoArray#475 deleted TransformerNUFFTPyNUFFT; these pages still documented it as an available non-JAX fallback and listed pynufft in the optional extras. Extras tables corrected against the real PyAutoGalaxy pyproject.toml, whose 'optional' is autogalaxy[jax], numba, zeus-mcmc, getdist -- pynufft is gone and nufftax was never in it, so installation.md now says to install nufftax explicitly rather than implying the extra provides it. Where a non-JAX fallback is genuinely needed (Intel macOS, which has no JAX wheels) the docs now point at TransformerDFT. The 5 edited wiki/core pages were re-stamped with --write-provenance --page (scoped, so no unrelated page's pin moved); --check-provenance is clean. NOTE: --check-citations reports a pre-existing failure in wiki/core/operations/sandbox.md (PyAutoGalaxy:autogalaxy/plot/plot_utils.py no longer exists). Untouched by this change and left for separate triage. Refs PyAutoLabs/autogalaxy_workspace#224 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JEXzQpvG3QNUdTh6tZcaAE
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.
Retires
pynufftfrom this assistant's wiki, skills and installation tables.TransformerNUFFTPyNUFFTwas deleted by PyAutoLabs/PyAutoArray#475; these pages still documented it as an available non-JAX fallback, so an assistant answering from them would hand a user a class that raisesAttributeError.Files Changed
skills/ag_build_interferometer_model.mdag.TransformerNUFFTPyNUFFTbulletskills/ag_setup_environment.mdpynufft→nufftaxwiki/core/concepts/interferometer_theory.mdwiki/core/api/datasets.mdTransformerDFTas the no-JAX pathwiki/core/operations/installation.mdpynufftfrom theoptionaltable row; rewrite the standalone notewiki/core/stack/autoarray.md,wiki/core/stack/autogalaxy.mdpynufftfrom the dependency listsExtras corrected against the real source, not just de-pynufft'd
PyAutoGalaxy's actual
optionalextra isautogalaxy[jax],numba,zeus-mcmc,getdist.pynufftis gone — butnufftaxwas never in it either (it lives in PyAutoArray'soptional). The old note implied the extra provided the NUFFT backend.installation.mdnow says to installnufftaxexplicitly.Provenance
The 5 edited
wiki/corepages were re-stamped with--write-provenance --page(scoped, so no unrelated page's pin moved).--check-provenanceis clean.Pre-existing failure, untouched
--check-citationsreportswiki/core/operations/sandbox.mdcitingPyAutoGalaxy:autogalaxy/plot/plot_utils.py, which no longer exists. That file is not touched by this PR (git diffconfirms) and the path is genuinely gone from PyAutoGalaxymain. Left for separate triage rather than folded in here.Note for the reviewer
Heart was RED (
release validation FAILED, unrelated) at PR-open; the human explicitly authorized push + PR-open. Merge remains gated.Refs PyAutoLabs/autogalaxy_workspace#224