feat: [jax] extra becomes no-op alias, JAX default via autonerves (PyAutoLens#702) - #450
Merged
Merged
Conversation
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). autoarray receives JAX transitively through autonerves' base dependencies, so the only changes here are packaging metadata: the
[jax]extra (previouslyautonerves[jax]) becomes a declared no-op alias (PyAutoLens#687), and the autonerves floor comment records the follow-up floor bump to the first promoted autonerves release. The interferometer JAX extras (nufftax,pynufft,tfp-nightly) deliberately stay in[optional]— they are NOT part of the default install.API Changes
None — packaging metadata only.
See full details below.
Test Plan
[jax]alias resolvesunittest-nojax) green once the Heart PR mergesFull API Changes (for automation & release notes)
Changed Behaviour
pip install autoarraynow installs JAX by default via the autonerves chain (except Intel macOS).Migration
pip install autoarray[jax]pip install autoarray(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.