Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/smoke_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# here; the ceremony lives in the reusable workflow.
set -e

pip install ./PyAutoConf ./PyAutoFit
pip install ./PyAutoNerves ./PyAutoFit
pip install numba
2 changes: 1 addition & 1 deletion .github/workflows/smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
smoke:
uses: PyAutoLabs/PyAutoHeart/.github/workflows/smoke-tests.yml@main
with:
chain: "PyAutoConf PyAutoFit"
chain: "PyAutoNerves PyAutoFit"
secrets: inherit
2 changes: 1 addition & 1 deletion config/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test:
version:
# The compatibility FLOOR: the oldest library release whose API this
# workspace's scripts require. Preferred over workspace_version
# (autoconf/workspace.py). Bump DELIBERATELY — only when a script
# (autonerves/workspace.py). Bump DELIBERATELY — only when a script
# starts needing new API — never per release. Must always name an
# INSTALLABLE (non-yanked) release.
minimum_library_version: 2026.7.9.1
Expand Down
2 changes: 1 addition & 1 deletion markdown/chapter_1_introduction/tutorial_1_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import matplotlib.pyplot as plt
import autofit as af
```

.../PyAutoConf/autoconf/workspace.py:206: UserWarning: Cannot verify the workspace at HowToFit/scripts/chapter_1_introduction is compatible with the installed library version (2026.7.6.649): no `version.minimum_library_version` or `version.workspace_version` key in config/general.yaml and no version.txt at the workspace root.
.../PyAutoNerves/autonerves/workspace.py:206: UserWarning: Cannot verify the workspace at HowToFit/scripts/chapter_1_introduction is compatible with the installed library version (2026.7.6.649): no `version.minimum_library_version` or `version.workspace_version` key in config/general.yaml and no version.txt at the workspace root.

If you cloned the workspace from `main` rather than a release tag, set `version.workspace_version_check: False` in config/general.yaml to silence this warning. The `main` branch updates more frequently than library releases, so version mismatches are expected and not actionable for `main`-branch users.

Expand Down
2 changes: 1 addition & 1 deletion markdown/chapter_1_introduction/tutorial_2_fitting_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This tutorial is split into the following sections:

```python

from autoconf import setup_notebook; setup_notebook()
from autofit import setup_notebook; setup_notebook()

from os import path
import matplotlib.pyplot as plt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ from os import path

import autofit as af

from autoconf import setup_notebook; setup_notebook()
from autofit import setup_notebook; setup_notebook()
```

.../PyAutoConf/autoconf/workspace.py:206: UserWarning: Cannot verify the workspace at HowToFit/scripts/chapter_1_introduction is compatible with the installed library version (2026.7.6.649): no `version.minimum_library_version` or `version.workspace_version` key in config/general.yaml and no version.txt at the workspace root.
.../PyAutoNerves/autonerves/workspace.py:206: UserWarning: Cannot verify the workspace at HowToFit/scripts/chapter_1_introduction is compatible with the installed library version (2026.7.6.649): no `version.minimum_library_version` or `version.workspace_version` key in config/general.yaml and no version.txt at the workspace root.

If you cloned the workspace from `main` rather than a release tag, set `version.workspace_version_check: False` in config/general.yaml to silence this warning. The `main` branch updates more frequently than library releases, so version mismatches are expected and not actionable for `main`-branch users.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ __Contents__

```python

from autoconf import setup_notebook; setup_notebook()
from autofit import setup_notebook; setup_notebook()

from os import path
import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This tutorial is split into the following sections:

```python

from autoconf import setup_notebook; setup_notebook()
from autofit import setup_notebook; setup_notebook()

import autofit as af
import autofit.plot as aplt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"from os import path\n",
"import matplotlib.pyplot as plt\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"\n",
"import autofit as af\n",
"\n",
"# from autoconf import setup_notebook; setup_notebook()"
"# from autofit import setup_notebook; setup_notebook()"
],
"outputs": [],
"execution_count": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"from os import path\n",
"import numpy as np\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import autofit as af\n",
"import autofit.plot as aplt\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"from os import path\n",
"import numpy as np\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/simulators/simulators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import util\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/simulators/simulators_sample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"metadata": {},
"source": [
"\n",
"# from autoconf import setup_notebook; setup_notebook()\n",
"# from autofit import setup_notebook; setup_notebook()\n",
"\n",
"import numpy as np\n",
"from os import path\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/simulators/util.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cell_type": "code",
"metadata": {},
"source": [
"from autoconf.dictable import to_dict\n",
"from autofit import to_dict\n",
"\n",
"import autofit as af\n",
"\n",
Expand Down
Loading
Loading