Skip to content

Commit 04bd322

Browse files
committed
Release 2026.5.8.2: bump Colab URL tag refs
1 parent 8bc5b30 commit 04bd322

9 files changed

Lines changed: 34 additions & 34 deletions

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyAutoGalaxy: Open-Source Multi Wavelength Galaxy Structure & Morphology
22

3-
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.1/start_here.ipynb)
3+
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.2/start_here.ipynb)
44
[![Documentation Status](https://readthedocs.org/projects/pyautogalaxy/badge/?version=latest)](https://pyautogalaxy.readthedocs.io/en/latest/?badge=latest)
55
[![Tests](https://github.com/Jammy2211/PyAutoGalaxy/actions/workflows/main.yml/badge.svg)](https://github.com/Jammy2211/PyAutoGalaxy/actions)
66
[![Build](https://github.com/Jammy2211/PyAutoBuild/actions/workflows/release.yml/badge.svg)](https://github.com/Jammy2211/PyAutoBuild/actions)
@@ -14,7 +14,7 @@
1414

1515
[Installation Guide](https://pyautogalaxy.readthedocs.io/en/latest/installation/overview.html) |
1616
[readthedocs](https://pyautogalaxy.readthedocs.io/en/latest/index.html) |
17-
[Introduction on Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.1/start_here.ipynb) |
17+
[Introduction on Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.2/start_here.ipynb) |
1818
[HowToGalaxy](https://pyautogalaxy.readthedocs.io/en/latest/howtogalaxy/howtogalaxy.html)
1919

2020
**PyAutoGalaxy** is software for analysing the morphologies and structures of galaxies:
@@ -30,7 +30,7 @@
3030
The following links are useful for new starters:
3131

3232
- [The PyAutoGalaxy readthedocs](https://pyautogalaxy.readthedocs.io/en/latest), which includes [an overview of PyAutoGalaxy's core features](https://pyautogalaxy.readthedocs.io/en/latest/overview/overview_1_start_here.html), [a new user starting guide](https://pyautogalaxy.readthedocs.io/en/latest/overview/overview_2_new_user_guide.html) and [an installation guide](https://pyautogalaxy.readthedocs.io/en/latest/installation/overview.html).
33-
- [The introduction Jupyter Notebook on Google Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.1/start_here.ipynb), where you can try **PyAutoGalaxy** in a web browser (without installation).
33+
- [The introduction Jupyter Notebook on Google Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.2/start_here.ipynb), where you can try **PyAutoGalaxy** in a web browser (without installation).
3434
- [The autogalaxy_workspace GitHub repository](https://github.com/PyAutoLabs/autogalaxy_workspace): example scripts covering every **PyAutoGalaxy** use case.
3535
- [The HowToGalaxy GitHub repository](https://github.com/PyAutoLabs/HowToGalaxy): a Jupyter notebook lecture series teaching galaxy modeling from the ground up.
3636

docs/howtogalaxy/chapter_1_introduction.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ In chapter 1, we introduce you to galaxy morphology, structure and the core **Py
66

77
The chapter contains the following tutorials:
88

9-
[Tutorial 0: Visualization](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_1_introduction/tutorial_0_visualization.ipynb)
9+
[Tutorial 0: Visualization](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_1_introduction/tutorial_0_visualization.ipynb)
1010
\- Setting up **PyAutoGalaxy**'s visualization library.
1111

12-
[Tutorial 1: Grids And Galaxies](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb)
12+
[Tutorial 1: Grids And Galaxies](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb)
1313
\- Using grids of (y,x) coordinates with galaxies made up of light profiles.
1414

15-
[Tutorial 2: Data](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_1_introduction/tutorial_2_data.ipynb)
15+
[Tutorial 2: Data](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_1_introduction/tutorial_2_data.ipynb)
1616
\- Simulating and inspecting telescope imaging data of a galaxy.
1717

18-
[Tutorial 3: Fitting](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_1_introduction/tutorial_3_fitting.ipynb)
18+
[Tutorial 3: Fitting](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_1_introduction/tutorial_3_fitting.ipynb)
1919
\- Fitting data with a galaxy model.
2020

21-
[Tutorial 4: Methods](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_1_introduction/tutorial_4_methods.ipynb)
21+
[Tutorial 4: Methods](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_1_introduction/tutorial_4_methods.ipynb)
2222
\- An overview of the different methods used to fit galaxies with.
2323

24-
[Tutorial 5: Summary](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_1_introduction/tutorial_5_summary.ipynb)
24+
[Tutorial 5: Summary](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_1_introduction/tutorial_5_summary.ipynb)
2525
\- A summary of the chapter.

docs/howtogalaxy/chapter_2_modeling.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ In chapter 2, we'll take you through how to model galaxies using a non-linear se
44

55
The chapter contains the following tutorials:
66

7-
[Tutorial 1: Non-linear Search](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_2_modeling/tutorial_1_non_linear_search.ipynb)
7+
[Tutorial 1: Non-linear Search](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_2_modeling/tutorial_1_non_linear_search.ipynb)
88
\- How a non-linear search is used to fit a model and the concepts of a parameter space and priors.
99

10-
[Tutorial 2: Practicalities](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_2_modeling/tutorial_2_practicalities.ipynb)
10+
[Tutorial 2: Practicalities](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_2_modeling/tutorial_2_practicalities.ipynb)
1111
\- Practicalities of performing model-fitting, like how to inspect the results on your hard-disk.
1212

13-
[Tutorial 3: Realism and Complexity](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_2_modeling/tutorial_3_realism_and_complexity.ipynb)
13+
[Tutorial 3: Realism and Complexity](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_2_modeling/tutorial_3_realism_and_complexity.ipynb)
1414
\- Finding a balance between realism and complexity when composing and fitting a model.
1515

16-
[Tutorial 4: Dealing with Failure](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_2_modeling/tutorial_4_dealing_with_failure.ipynb)
16+
[Tutorial 4: Dealing with Failure](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_2_modeling/tutorial_4_dealing_with_failure.ipynb)
1717
\- What to do when PyAutoGalaxy finds an inaccurate model.
1818

19-
[Tutorial 5: Linear Profiles](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_2_modeling/tutorial_5_linear_profiles.ipynb)
19+
[Tutorial 5: Linear Profiles](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_2_modeling/tutorial_5_linear_profiles.ipynb)
2020
\- Light profiles which capture complex morphologies in a reduced number of non-linear parameters.
2121

22-
[Tutorial 6: Masking](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_2_modeling/tutorial_6_masking.ipynb)
22+
[Tutorial 6: Masking](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_2_modeling/tutorial_6_masking.ipynb)
2323
\- How to mask your data to improve the model.
2424

25-
[Tutorial 7: Results](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_2_modeling/tutorial_7_results.ipynb)
25+
[Tutorial 7: Results](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_2_modeling/tutorial_7_results.ipynb)
2626
\- Overview of the results available after successfully fitting a model.
2727

28-
[Tutorial 8: Need for Speed](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_2_modeling/tutorial_8_need_for_speed.ipynb)
28+
[Tutorial 8: Need for Speed](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_2_modeling/tutorial_8_need_for_speed.ipynb)
2929
\- How to fit complex models whilst balancing efficiency and run-time.

docs/howtogalaxy/chapter_3_search_chaining.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ robust modeling of large galaxy samples.
55

66
The chapter contains the following tutorials:
77

8-
[Tutorial 1: Search Chaining](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_3_search_chaining/tutorial_1_search_chaining.ipynb)
8+
[Tutorial 1: Search Chaining](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_3_search_chaining/tutorial_1_search_chaining.ipynb)
99
\- Breaking the modeling procedure into a chained sequence of model-fits.
1010

11-
[Tutorial 2: Prior Passing](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_3_search_chaining/tutorial_2_prior_passing.ipynb)
11+
[Tutorial 2: Prior Passing](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_3_search_chaining/tutorial_2_prior_passing.ipynb)
1212
\- How the results of earlier searches are passed to later searches.
1313

14-
[Tutorial 3: x2 Galaxies](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_3_search_chaining/tutorial_3_x2_galaxies.ipynb)
14+
[Tutorial 3: x2 Galaxies](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_3_search_chaining/tutorial_3_x2_galaxies.ipynb)
1515
\- Modeling a dataset with two galaxies using chained searches.

docs/howtogalaxy/chapter_4_pixelizations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ In chapter 4, we use **Pixelizations** to reconstruct complex galaxies on pixeli
44

55
The chapter contains the following tutorials:
66

7-
[Tutorial 1: Pixelizations](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_4_pixelizations/tutorial_1_pixelizations.ipynb)
7+
[Tutorial 1: Pixelizations](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_4_pixelizations/tutorial_1_pixelizations.ipynb)
88
\- Creating a pixel-grid which will reconstruct a galaxy's light.
99

10-
[Tutorial 2: Mappers](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_4_pixelizations/tutorial_2_mappers.ipynb)
10+
[Tutorial 2: Mappers](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_4_pixelizations/tutorial_2_mappers.ipynb)
1111
\- How a pixelization maps between the data and pixelization.
1212

13-
[Tutorial 3: Inversions](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_4_pixelizations/tutorial_3_inversions.ipynb)
13+
[Tutorial 3: Inversions](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_4_pixelizations/tutorial_3_inversions.ipynb)
1414
\- Inverting the mappings to reconstruct the galaxy's light.
1515

16-
[Tutorial 4: Bayesian Regularization](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_4_pixelizations/tutorial_4_bayesian_regularization.ipynb)
16+
[Tutorial 4: Bayesian Regularization](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_4_pixelizations/tutorial_4_bayesian_regularization.ipynb)
1717
\- Smoothing the source within a Bayesian framework.
1818

19-
[Tutorial 6: Model Fit](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_4_pixelizations/tutorial_6_model_fit.ipynb)
19+
[Tutorial 6: Model Fit](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_4_pixelizations/tutorial_6_model_fit.ipynb)
2020
\- An example modeling pipeline which uses an inversion.

docs/howtogalaxy/chapter_optional.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This chapter contains optional tutorials expanding on different aspects of how *
44

55
The chapter contains the following tutorials:
66

7-
[Tutorial: Mass Profiles](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_optional/tutorial_mass_profiles.ipynb)
7+
[Tutorial: Mass Profiles](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_optional/tutorial_mass_profiles.ipynb)
88
\- A description of mass profiles implemented in PyAutoGalaxy, which are currently only used by its child project PyAutoLens.
99

10-
[Tutorial: Sub-grids](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_optional/tutorial_sub_grids.ipynb)
10+
[Tutorial: Sub-grids](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_optional/tutorial_sub_grids.ipynb)
1111
\- Use sub-grids to perform more accurate and precise calculations.
1212

13-
[Tutorial: Searches](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_optional/tutorial_searches.ipynb)
13+
[Tutorial: Searches](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_optional/tutorial_searches.ipynb)
1414
\- Alternative non-linear searches to sample parameter space.

docs/index.md

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

2525
- [The PyAutoGalaxy readthedocs](https://pyautogalaxy.readthedocs.io/en/latest/), which includes [an overview of PyAutoGalaxy's core features](https://pyautogalaxy.readthedocs.io/en/latest/overview/overview_1_start_here.html), [a new user starting guide](https://pyautogalaxy.readthedocs.io/en/latest/overview/overview_2_new_user_guide.html) and [an installation guide](https://pyautogalaxy.readthedocs.io/en/latest/installation/overview.html).
26-
- [The introduction Jupyter Notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.1/start_here.ipynb), where you can try **PyAutoGalaxy** in a web browser (without installation).
26+
- [The introduction Jupyter Notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.2/start_here.ipynb), where you can try **PyAutoGalaxy** in a web browser (without installation).
2727
- [The autogalaxy_workspace GitHub repository](https://github.com/PyAutoLabs/autogalaxy_workspace): example scripts covering every **PyAutoGalaxy** use case.
2828
- [The HowToGalaxy GitHub repository](https://github.com/PyAutoLabs/HowToGalaxy): a Jupyter notebook lecture series teaching galaxy modeling from the ground up.
2929

docs/overview/overview_2_new_user_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ environment with all the required dependencies already installed.
2424
This is a great way to get started quickly without needing to install **PyAutoGalaxy** on your own machine,
2525
so you can check it is the right software for you before going through the installation process:
2626

27-
- [imaging/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.1/notebooks/imaging/start_here.ipynb):
27+
- [imaging/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.2/notebooks/imaging/start_here.ipynb):
2828
Galaxy modeling with CCD imaging (e.g. Hubble, James Webb, ground-based telescopes).
29-
- [interferometer/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.1/notebooks/interferometer/start_here.ipynb):
29+
- [interferometer/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.2/notebooks/interferometer/start_here.ipynb):
3030
Galaxy modeling with interferometer data (e.g. ALMA), fitting directly in the uv-plane.
31-
- [multi_band/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.1/notebooks/multi/start_here.ipynb):
31+
- [multi_band/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.2/notebooks/multi/start_here.ipynb):
3232
Multi-band galaxy modeling to study colour gradients and wavelength-dependent structure.
3333

3434
## Still Unsure?

paper/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ massively parallel model-fitting and an SQLite3 database that allows large suite
7575
queried and analysed. Accompanying `PyAutoGalaxy` is the [autogalaxy workspace](https://github.com/PyAutoLabs/autogalaxy_workspace),
7676
which includes example scripts and galaxy datasets covering every use case. The [`HowToGalaxy`](https://github.com/PyAutoLabs/HowToGalaxy)
7777
repository provides a separate Jupyter notebook lecture series which introduces non-experts to galaxy morphology studies using `PyAutoGalaxy`. Readers can try `PyAutoGalaxy` right now by going
78-
to [the introduction Jupyter notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.1/start_here.ipynb) or
78+
to [the introduction Jupyter notebook on Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.8.2/start_here.ipynb) or
7979
checkout the [readthedocs](https://pyautogalaxy.readthedocs.io/en/latest/) for a complete overview of `PyAutoGalaxy`'s
8080
features.
8181

@@ -157,7 +157,7 @@ interferometer datasets before a `PyAutoGalaxy` analysis. The [`HowToGalaxy`](ht
157157
tutorials — a standalone repository separate from the workspace — are a four-chapter lecture series composed of over
158158
20 Jupyter notebooks aimed at non-experts, introducing them to galaxy morphology analysis, Bayesian inference and
159159
teaching them how to use `PyAutoGalaxy` for scientific study. The lectures are available on
160-
[Colab](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.1/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb)
160+
[Colab](https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.5.8.2/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb)
161161
and may therefore be taken without a local `PyAutoGalaxy` installation.
162162

163163
# Software Citations

0 commit comments

Comments
 (0)