Skip to content

Commit 8e24a11

Browse files
committed
Release 2026.5.1.4: bump Colab URL tag refs
1 parent bd5243a commit 8e24a11

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PyAutoFit: Classy Probabilistic Programming
22
===========================================
33

44
.. |colab| image:: https://colab.research.google.com/assets/colab-badge.svg
5-
:target: https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.1/start_here.ipynb
5+
:target: https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.4/start_here.ipynb
66

77
.. |RTD| image:: https://readthedocs.org/projects/pyautofit/badge/?version=latest
88
:target: https://pyautofit.readthedocs.io/en/latest/?badge=latest
@@ -33,7 +33,7 @@ PyAutoFit: Classy Probabilistic Programming
3333

3434
`Installation Guide <https://pyautofit.readthedocs.io/en/latest/installation/overview.html>`_ |
3535
`readthedocs <https://pyautofit.readthedocs.io/en/latest/index.html>`_ |
36-
`Introduction on Colab <https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.1/notebooks/overview/overview_1_the_basics.ipynb>`_ |
36+
`Introduction on Colab <https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.4/notebooks/overview/overview_1_the_basics.ipynb>`_ |
3737
`HowToFit <https://github.com/PyAutoLabs/HowToFit>`_
3838

3939
**PyAutoFit** is a Python based probabilistic programming language for model fitting and Bayesian inference
@@ -55,7 +55,7 @@ The following links are useful for new starters:
5555

5656
- `The PyAutoFit readthedocs <https://pyautofit.readthedocs.io/en/latest>`_, which includes an `installation guide <https://pyautofit.readthedocs.io/en/latest/installation/overview.html>`_ and an overview of **PyAutoFit**'s core features.
5757

58-
- `The introduction Jupyter Notebook on Colab <https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.1/notebooks/overview/overview_1_the_basics.ipynb>`_, where you can try **PyAutoFit** in a web browser (without installation).
58+
- `The introduction Jupyter Notebook on Colab <https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.4/notebooks/overview/overview_1_the_basics.ipynb>`_, where you can try **PyAutoFit** in a web browser (without installation).
5959

6060
- `The autofit_workspace GitHub repository <https://github.com/Jammy2211/autofit_workspace>`_, which includes example scripts demonstrating **PyAutoFit**'s features.
6161

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following links are useful for new starters:
2020

2121
- `The PyAutoFit readthedocs <https://pyautofit.readthedocs.io/en/latest>`_, which includes an `installation guide <https://pyautofit.readthedocs.io/en/latest/installation/overview.html>`_ and an overview of **PyAutoFit**'s core features.
2222

23-
- `The introduction Jupyter Notebook on Colab <https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.1/notebooks/overview/overview_1_the_basics.ipynb>`_, where you can try **PyAutoFit** in a web browser (without installation).
23+
- `The introduction Jupyter Notebook on Colab <https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.4/notebooks/overview/overview_1_the_basics.ipynb>`_, where you can try **PyAutoFit** in a web browser (without installation).
2424

2525
- `The autofit_workspace GitHub repository <https://github.com/Jammy2211/autofit_workspace>`_, which includes example scripts demonstrating **PyAutoFit**'s features.
2626

paper/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ knowledge of a problem via non-linear search chaining. Accompanying `PyAutoFit`
3939
which includes example scripts, together with the standalone [HowToFit](https://github.com/PyAutoLabs/HowToFit)
4040
lecture series which introduces non-experts to model-fitting and provides a guide on how to begin a project
4141
using `PyAutoFit`. Readers can try `PyAutoFit` right now by
42-
going to [the introduction Jupyter notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.1/start_here.ipynb)
42+
going to [the introduction Jupyter notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.4/start_here.ipynb)
4343
or checkout our [readthedocs](https://pyautofit.readthedocs.io/en/latest/) for a complete overview
4444
of **PyAutoFit**'s features.
4545

@@ -134,7 +134,7 @@ statistical inference methods. Complementing the workspace is the standalone
134134
[HowToFit](https://github.com/PyAutoLabs/HowToFit) repository, a series of Jupyter notebook tutorials aimed at
135135
non-experts, introducing them to model-fitting and Bayesian inference. They teach users how to write model-components
136136
and `Analysis` classes in `PyAutoFit`, use these to fit a dataset and interpret the model-fitting results. The lectures
137-
are available on our [Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.1/start_here.ipynb) and may therefore be
137+
are available on our [Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.1.4/start_here.ipynb) and may therefore be
138138
taken without a local `PyAutoFit` installation.
139139

140140
# Software Citations

0 commit comments

Comments
 (0)