docs: JAX installs by default — retire [jax]-extra install prose (PyAutoLens#702) - #71
Merged
Merged
Conversation
…utoLens#702) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
3 tasks
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
Docs-only migration for JAX becoming a default dependency (PyAutoLens#702): install prose no longer recommends the retired
[jax]extra (it survives upstream as a no-op alias, so nothing here would have broken — this is prose currency, not a fix).requirements.txtdrops the extra suffix. Notebooks regenerated from scripts viagenerate.py; themarkdown/mirror pages received the identical sentence replacements by hand (runninggenerate_markdown.pyexecutes every curated script to re-capture figures — disproportionate for prose-only changes; the next curated regen produces this same text).Hold for release (pending-release): the new prose states JAX installs by default, which is true only from the first release containing the upstream promotion.
Scripts Changed
scripts/chapter_2_lens_modeling/tutorial_8_need_for_speed.py(+ notebook) — "If JAX is installed (pip install autolens[jax])" → "JAX installs withautolensby default"Upstream PR
PyAutoLabs/PyAutoLens#703
Test Plan
Generated by the PyAutoLabs agent workflow.