Skip to content

docs(install): clone workspace at tag matching library version#1225

Merged
Jammy2211 merged 1 commit intomainfrom
feature/default-branch-release-to-main
Apr 18, 2026
Merged

docs(install): clone workspace at tag matching library version#1225
Jammy2211 merged 1 commit intomainfrom
feature/default-branch-release-to-main

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Each PyAuto release tags a paired workspace snapshot. The pip and conda install instructions now clone the workspace via --branch $AUTOFIT_VERSION (read from the installed library) so example scripts and notebooks line up with the installed library version. Companion to PyAutoLabs/autolens_workspace#71.

API Changes

None — documentation only.

See full details below.

Test Plan

  • Render docs and confirm the new bash snippet renders correctly.
  • Once a release is cut with the new pipeline (PyAutoBuild PR), follow the install docs end-to-end and confirm the cloned workspace's version.txt matches the installed autofit.__version__.
Full API Changes (for automation & release notes)

Changed Behaviour

  • docs/installation/pip.rst and docs/installation/conda.rst: workspace clone command now reads the installed library version and clones the matching tag, rather than a bare --depth 1 clone of the (formerly default) release branch.

🤖 Generated with Claude Code

Each PyAuto release now tags a paired workspace snapshot. The pip
and conda install instructions clone via --branch $PYAUTOFIT_VERSION
(read from the installed library) so the example scripts and
notebooks line up with the installed library version.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@Jammy2211
Copy link
Copy Markdown
Collaborator Author

Workspace PR: PyAutoLabs/autofit_workspace#33

@Jammy2211 Jammy2211 merged commit 2263cc5 into main Apr 18, 2026
2 checks passed
@Jammy2211 Jammy2211 deleted the feature/default-branch-release-to-main branch April 18, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending-release Pending next release build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant