Skip to content

v2026.5.8.1

Choose a tag to compare

@Jammy2211 Jammy2211 released this 08 May 18:20
· 2 commits to main since this release

PyAutoArray v2026.5.8.1

What's New

Breaking Changes

  • feat: honor PYAUTO_SMALL_DATASETS in Imaging.from_fits (#301)
      • New public utility autoarray.util.dataset_util.cap_array_2d_for_small_datasets(array_2d, pixel_scales) that center-crops a 2D autoarray to (15, 15)/0.6 when PYAUTO_SMALL_DATASETS=1 and the input exceeds the cap. Returns inputs unchanged otherwise.
      • Imaging.from_fits now calls this helper for data and noise_map. PSF unchanged. Signature, docstring, and default behaviour with the env var unset are unchanged — this is a behaviour change only under PYAUTO_SMALL_DATASETS=1.

Bug Fixes

  • fix OOB read in psf_precision_value_from causing NaN sparse-CPU log_evidence (#296)

Internal

  • refactor: replace os.path with pathlib (#300)
  • docs: convert remaining prose .rst to MyST .md (pass 2) (#298)
  • Fix subplot_of_mapper crash on interferometer data_subtracted (#297)
  • test: remove jax-using unit tests; assertions moved to autolens_workspace_test (#295)
  • docs: convert index.rst to MyST .md (#294)

Full changelog: 2026.5.1.4...2026.5.8.1