Skip to content

Commit ad98281

Browse files
Jammy2211claude
andauthored
refactor!: point the Colab bootstrap at autonerves (renamed from autoconf) (#35)
* refactor!: point the Colab bootstrap at `autonerves` (renamed from autoconf) The workspace scripts already import the config surface from the science library (not autoconf). This updates the remaining direct references — the Colab bootstrap `from autoconf import setup_colab` and its `pip install autoconf` — to the renamed package `autonerves`. Repo-name references ("PyAutoConf", incl. the CI dependency chain) are unchanged; they flip with the GitHub repo rename in the coordinated cutover. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN * chore: rename repo references PyAutoConf -> PyAutoNerves (CI chain + related-repos) Update the smoke-test dependency chain and docs prose from PyAutoConf to PyAutoNerves following the GitHub repo rename. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent bd244c2 commit ad98281

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/scripts/smoke_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
set -e
88

99
if [ "$PYTHON_VERSION" = "3.12" ]; then
10-
pip install ./PyAutoConf ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy ./PyAutoLens
10+
pip install ./PyAutoNerves ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy ./PyAutoLens
1111
pip install "./PyAutoArray[optional]" "./PyAutoGalaxy[optional]" "./PyAutoLens[optional]"
1212
else
13-
pip install ./PyAutoConf ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy ./PyAutoLens
13+
pip install ./PyAutoNerves ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy ./PyAutoLens
1414
pip install numba
1515
fi
1616
pip install tensorflow-probability==0.25.0

.github/workflows/smoke_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
smoke:
1212
uses: PyAutoLabs/PyAutoHeart/.github/workflows/smoke-tests.yml@main
1313
with:
14-
chain: "PyAutoConf PyAutoFit PyAutoArray PyAutoGalaxy PyAutoLens"
14+
chain: "PyAutoNerves PyAutoFit PyAutoArray PyAutoGalaxy PyAutoLens"
1515
secrets: inherit

config/general.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test:
5151
version:
5252
# The compatibility FLOOR: the oldest library release whose API this
5353
# workspace's scripts require. Preferred over workspace_version
54-
# (autoconf/workspace.py). Bump DELIBERATELY — only when a script
54+
# (autonerves/workspace.py). Bump DELIBERATELY — only when a script
5555
# starts needing new API — never per release. Must always name an
5656
# INSTALLABLE (non-yanked) release.
5757
minimum_library_version: 2026.7.9.1

0 commit comments

Comments
 (0)