Skip to content

docs: deprioritise numba in installation pages#483

Merged
Jammy2211 merged 1 commit intomainfrom
feature/numba-docs-deprioritize
Apr 30, 2026
Merged

docs: deprioritise numba in installation pages#483
Jammy2211 merged 1 commit intomainfrom
feature/numba-docs-deprioritize

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Numba was historically a critical dependency for PyAutoLens and the install docs were structured around it — a dedicated Numba section sat between Install and Workspace, and the install snippet warned about a numba 0.53.1 / llvmlite dependency conflict that no longer applies. Numba is no longer that important. This PR retains numba as a documented optional install but moves the section below Workspace, and drops the stale warning example.

Closes #482

API Changes

None — docs-only.

Test Plan

  • Read docs/installation/pip.html and confirm section order is JAX & GPUInstallWorkspaceNumbaOptionalLegacy Python versions.
  • Read docs/installation/conda.html and confirm same order (no Legacy Python versions section).
  • Confirm the numba/llvmlite warning example no longer appears under Install.

🤖 Generated with Claude Code

Move the dedicated Numba section to sit after Workspace in pip and conda
install pages, and drop the stale numba/llvmlite dependency-conflict
warning example from the install snippet. Numba is no longer the critical
dependency it once was; this stops it being the first thing a new user
trips over.

Closes #482
@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label Apr 30, 2026
@Jammy2211 Jammy2211 merged commit 6701c0d into main Apr 30, 2026
5 checks passed
@Jammy2211 Jammy2211 deleted the feature/numba-docs-deprioritize branch April 30, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending-release PR queued for the next release build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: deprioritise numba in installation pages

1 participant