From 12929c366bf1b600c6db954200bc7de357bcaf84 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 12:34:34 +0000 Subject: [PATCH] chore: rename repo references PyAutoConf -> PyAutoNerves MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update repo-name references (CI dependency chains, checkout targets, docs and "related repos" prose) from PyAutoConf to PyAutoNerves following the GitHub repo rename. The package (`autonerves`) and lowercase config identifiers are already renamed; this is the repo/organ identity. GitHub redirects meant nothing broke in the interim — this makes the references match reality. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN --- AGENTS.md | 2 +- autofit/non_linear/paths/abstract.py | 2 +- docs/cookbooks/result.md | 2 +- docs/features/interpolate.md | 2 +- docs/general/configs.md | 2 +- docs/installation/overview.md | 2 +- llms.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index cde074f94..2d20d118c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,7 +16,7 @@ Shared utilities (e.g. `test_mode`, `jax_wrapper`) belong in autonerves. ## Related repos -- **Source siblings:** PyAutoConf (upstream). PyAutoGalaxy / PyAutoLens are +- **Source siblings:** PyAutoNerves (upstream). PyAutoGalaxy / PyAutoLens are downstream consumers (they build `Analysis` subclasses on autofit). - **autofit_workspace** — runnable tutorials/examples (`../autofit_workspace`). - **autofit_workspace_test** — integration + JAX/likelihood parity scripts. diff --git a/autofit/non_linear/paths/abstract.py b/autofit/non_linear/paths/abstract.py index 2be31f8ef..a80cbc23d 100644 --- a/autofit/non_linear/paths/abstract.py +++ b/autofit/non_linear/paths/abstract.py @@ -52,7 +52,7 @@ def __init__( API. Use via non-linear searches requires manual input of paths, whereas the search API manages this using the search attributes. - The output path within which the *Paths* objects path structure is contained is set via PyAutoConf, using the + The output path within which the *Paths* objects path structure is contained is set via PyAutoNerves, using the command: from autonerves import conf diff --git a/docs/cookbooks/result.md b/docs/cookbooks/result.md index 449f4d999..9ab98e515 100644 --- a/docs/cookbooks/result.md +++ b/docs/cookbooks/result.md @@ -487,7 +487,7 @@ By extending an `Analysis` class with the methods `save_attributes` and `save_re custom files can be written to the `files` folder and become accessible via the database. To save the objects in a human readable and loaded .json format, the `data` and `noise_map`, which are natively stored -as 1D numpy arrays, are converted to a suitable dictionary output format. This uses the **PyAutoConf** method +as 1D numpy arrays, are converted to a suitable dictionary output format. This uses the **PyAutoNerves** method `to_dict`. ```python diff --git a/docs/features/interpolate.md b/docs/features/interpolate.md index 8a2200cee..c4b73e2f2 100644 --- a/docs/features/interpolate.md +++ b/docs/features/interpolate.md @@ -166,7 +166,7 @@ print(f"Gaussian centre interpolated at t = 1.5 {instance.gaussian.centre}") ## Serialisation -The interpolator and model can be serialized to a .json file using **PyAutoConf**'s dedicated serialization methods. +The interpolator and model can be serialized to a .json file using **PyAutoNerves**'s dedicated serialization methods. This means an interpolator can easily be loaded into other scripts. diff --git a/docs/general/configs.md b/docs/general/configs.md index 3024d8bfd..82d63893f 100644 --- a/docs/general/configs.md +++ b/docs/general/configs.md @@ -11,7 +11,7 @@ the [config directory of the workspace](https://github.com/PyAutoLabs/autofit_wo By default, **PyAutoFit** looks for the config files in a `config` folder in the current working directory, which is why we run autofit scripts from the `autofit_workspace` directory. -The configuration path can also be set manually in a script using the project **PyAutoConf** and the following +The configuration path can also be set manually in a script using the project **PyAutoNerves** and the following command (the path to the `output` folder where the results of a non-linear search are stored is also set below): ```bash diff --git a/docs/installation/overview.md b/docs/installation/overview.md index 5b3194f50..e5328ae35 100644 --- a/docs/installation/overview.md +++ b/docs/installation/overview.md @@ -24,7 +24,7 @@ There are currently no known issues with installing **PyAutoFit**. ## Dependencies -**PyAutoConf** +**PyAutoNerves** **dynesty** diff --git a/llms.txt b/llms.txt index 4e7ab6e73..6753061cd 100644 --- a/llms.txt +++ b/llms.txt @@ -17,4 +17,4 @@ ## Ecosystem -- Built on PyAutoConf (config); used by PyAutoGalaxy and PyAutoLens, which build `Analysis` subclasses on it. +- Built on PyAutoNerves (config); used by PyAutoGalaxy and PyAutoLens, which build `Analysis` subclasses on it.