feat: promote jax_zero_contour to default dependency (PyAutoLens#702) - #574
Merged
Conversation
This was referenced Aug 19, 2026
Collaborator
Author
|
Workspace PRs: PyAutoLabs/autogalaxy_workspace#212, PyAutoLabs/HowToGalaxy#67 |
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
Part of promoting JAX to a default dependency of the stack (PyAutoLens#702).
jax_zero_contour>=2.0,<3.0moves from the[jax]extra into the base dependencies (marker-gated for Intel macOS, where jax has no wheels); jax and optax arrive via the autofit/autonerves chain. The[jax]extra becomes a declared no-op alias (PyAutoLens#687), and the intra-family floor comments record the follow-up floor bump to the first promoted releases.The
critical_curves_method='zero_contour'fallback warning (bothplot/plot_utils.pyand itsutil/duplicate) no longer recommends the now-no-op[jax]extra — it points atpip install jax_zero_contour. Install docs (pip/conda) updated:pip install autogalaxyis the JAX-enabled command; Intel Mac NumPy-only fallback documented.API Changes
None — no Python API changes. Packaging:
jax_zero_contourmoves into the default dependencies;[jax]becomes a no-op alias. One warning text updated.See full details below.
Test Plan
unittest-nojax) green once the Heart PR mergesFull API Changes (for automation & release notes)
Changed Behaviour
pip install autogalaxynow installs JAX (via the family chain) andjax_zero_contourby default (except Intel macOS).zero_contourfallback warning recommendspip install jax_zero_contourinstead of the[jax]extra.Migration
pip install autogalaxy[jax]pip install autogalaxy(the[jax]form still works — no-op alias)Part of the six-repo JAX-default-dependency change: PyAutoLens#702.
Generated by the PyAutoLabs agent workflow.