Skip to content

Commit 682d673

Browse files
committed
Release 2026.5.29.4: bump Colab URL tag refs
1 parent 56de94d commit 682d673

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
44
[![Python Versions](https://img.shields.io/pypi/pyversions/autofit)](https://pypi.org/project/autofit/)
55
[![PyPI Version](https://img.shields.io/pypi/v/autofit.svg)](https://pypi.org/project/autofit/)
6-
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.21.1/notebooks/overview/overview_1_the_basics.ipynb)
6+
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.29.4/notebooks/overview/overview_1_the_basics.ipynb)
77
[![Tests](https://github.com/PyAutoLabs/PyAutoFit/actions/workflows/main.yml/badge.svg)](https://github.com/PyAutoLabs/PyAutoFit/actions)
88
[![Build](https://github.com/PyAutoLabs/PyAutoBuild/actions/workflows/release.yml/badge.svg)](https://github.com/PyAutoLabs/PyAutoBuild/actions)
99
[![Documentation Status](https://readthedocs.org/projects/pyautofit/badge/?version=latest)](https://pyautofit.readthedocs.io/en/latest/?badge=latest)
1010
[![JOSS](https://joss.theoj.org/papers/10.21105/joss.02550/status.svg)](https://doi.org/10.21105/joss.02550)
1111

1212
[Installation Guide](https://pyautofit.readthedocs.io/en/latest/installation/overview.html) |
1313
[readthedocs](https://pyautofit.readthedocs.io/en/latest/index.html) |
14-
[Introduction on Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.21.1/notebooks/overview/overview_1_the_basics.ipynb) |
14+
[Introduction on Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.29.4/notebooks/overview/overview_1_the_basics.ipynb) |
1515
[HowToFit](https://github.com/PyAutoLabs/HowToFit)
1616

1717
**PyAutoFit** is a Python based probabilistic programming language for model fitting and Bayesian inference
@@ -31,7 +31,7 @@ notably [a big data framework for Bayesian hierarchical analysis](https://pyauto
3131
The following links are useful for new starters:
3232

3333
- [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.
34-
- [The introduction Jupyter Notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.21.1/notebooks/overview/overview_1_the_basics.ipynb), where you can try **PyAutoFit** in a web browser (without installation).
34+
- [The introduction Jupyter Notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.29.4/notebooks/overview/overview_1_the_basics.ipynb), where you can try **PyAutoFit** in a web browser (without installation).
3535
- [The autofit_workspace GitHub repository](https://github.com/PyAutoLabs/autofit_workspace), which includes example scripts demonstrating **PyAutoFit**'s features.
3636
- [The standalone HowToFit repository](https://github.com/PyAutoLabs/HowToFit), a series of Jupyter notebook lectures which give new users a step-by-step introduction to **PyAutoFit**.
3737

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ notably [a big data framework for Bayesian hierarchical analysis](https://pyauto
1717
The following links are useful for new starters:
1818

1919
- [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.
20-
- [The introduction Jupyter Notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.21.1/notebooks/overview/overview_1_the_basics.ipynb), where you can try **PyAutoFit** in a web browser (without installation).
20+
- [The introduction Jupyter Notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.29.4/notebooks/overview/overview_1_the_basics.ipynb), where you can try **PyAutoFit** in a web browser (without installation).
2121
- [The autofit_workspace GitHub repository](https://github.com/PyAutoLabs/autofit_workspace), which includes example scripts demonstrating **PyAutoFit**'s features.
2222
- [The standalone HowToFit repository](https://github.com/PyAutoLabs/HowToFit), a series of Jupyter notebook lectures which give new users a step-by-step introduction to **PyAutoFit**.
2323

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.21.1/notebooks/overview/overview_1_the_basics.ipynb)
42+
going to [the introduction Jupyter notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.29.4/notebooks/overview/overview_1_the_basics.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.21.1/notebooks/overview/overview_1_the_basics.ipynb) and may therefore be
137+
are available on our [Colab](https://colab.research.google.com/github/PyAutoLabs/autofit_workspace/blob/2026.5.29.4/notebooks/overview/overview_1_the_basics.ipynb) and may therefore be
138138
taken without a local `PyAutoFit` installation.
139139

140140
# Software Citations

0 commit comments

Comments
 (0)