Skip to content

Releases: PyAutoLabs/PyAutoArray

v2026.4.13.6

13 Apr 09:46

Choose a tag to compare

PyAutoArray v2026.4.13.6

What's New

Bug Fixes

  • fix: pin autoconf dependency version and update homepage URL (#273)

Full changelog: 2026.4.13.5...2026.4.13.6

v2026.4.13.5

13 Apr 09:31

Choose a tag to compare

PyAutoArray v2026.4.13.5

What's New

Bug Fixes

  • fix: pin autoconf dependency version and update homepage URL (#273)

Full changelog: 2026.4.13.3...2026.4.13.5

v2026.4.13.3

13 Apr 08:35

Choose a tag to compare

PyAutoArray v2026.4.13.3

What's New

Breaking Changes

  • refactor: rename env vars to PYAUTO_* prefix (#265)
    • Three env var renames. Hilbert mesh validation now controlled by PYAUTO_SKIP_CHECKS instead of PYAUTOFIT_TEST_MODE. See full details below.

New Features

  • Add should_simulate utility for auto-simulation with small datasets (#261)
  • feat: add title_prefix support to subplot_imaging_dataset (#260)
  • feat: PYAUTO_WORKSPACE_SMALL_DATASETS env var for fast smoke tests (#253)

Bug Fixes

  • fix: bump scipy cap to <=1.15.2 (#266)
  • fix: add _mappings_sizes_weights_split to InterpolatorRectangular (#262)

Internal

  • fix: guard zoom_array against non-autoarray mask objects (#270)
  • build: add Python 3.13 to CI matrix (#268)
  • build: raise caps on scipy, astropy, scikit-image, scikit-learn (#267)
  • Guarantee GaussianKernel regularization matrix is PD (#264)
  • refactor: clamp brightest_coordinate_in_region_from to array bounds (#263)
  • perf: defer scipy imports to reduce import time (#259)
  • perf: skip radial bins computation when PYAUTO_WORKSPACE_SMALL_DATASETS=1 (#258)
  • perf: force over_sample_size=2 when PYAUTO_WORKSPACE_SMALL_DATASETS=1 (#257)
  • fix: import is_test_mode from autoconf instead of autofit (#256)
  • perf: skip savefig rendering in PYAUTO_FAST_PLOTS mode (#255)
  • feat: add tight_layout wrapper with PYAUTO_FAST_PLOTS env var (#254)
  • perf: speed up unit tests 63% by removing JAX from triangle tests (#252)
  • Use centralized is_test_mode() from PyAutoFit (#250)
  • Drop Python 3.9-3.11, add 3.13 (#249)

Full changelog: 2026.4.5.3...2026.4.13.3

v2026.4.5.3

05 Apr 18:59

Choose a tag to compare

PyAutoArray v2026.4.5.3

What's New

New Features

  • Make output_format configurable, default to show (#248)

Bug Fixes

  • Plot improvements: arcsec tick labels, circular import fix, test imports (#241)
  • perform fix by not linking state blurring grid to dataset grid (#221)
  • fix rectangular mesh grid plot (#219)
  • feature/psf_centering_fix (#216)
  • feature/final_border_fix (#212)

Internal

  • Drop Python 3.9-3.11, add 3.13 (#249)
  • Visualization final: config origin, fits API, output mode (#247)
  • Colorbar tick fontsize reduction and scientific notation consistency (#246)
  • Plot improvements: DPI config, Delaunay aspect ratio, tick rounding, source vmax (#244)
  • Add RGB support to plot_array (#243)
  • Plot improvements: line_colors, is_subplot colorbar sizing, inversion panels (#242)
  • Plot improvements batch 2 (#240)
  • Overhaul 2D plot styling and subplot layout (#239)
  • Add subplot_imaging and subplot_imaging_dataset_list standalone plot functions (#238)
  • Claude/refactor plotting module s6 zq1 (#236)
  • Refactor dataset and operator tests for granularity and clarity (#235)
  • Refactor inversion and mapper tests for granularity and clarity (#234)
  • Refactor regularization tests for granularity and clarity (#233)
  • refactor: split mask tests into granular focused tests (#232)
  • refactor: split structures tests into granular focused tests (#231)
  • refactor: split fit tests into granular focused tests (#230)
  • improve docstrings for autoarray/inversion package and update fit log… (#229)
  • Improve docstrings for autoarray/fit package (#228)
  • docs: refactor docstrings for autoarray/structures package (#227)
  • docs: refactor docstrings for autoarray/mask package (#226)
  • docs: refactor and complete docstrings for autoarray/geometry (#225)
  • docs: refactor and complete docstrings for autoarray/dataset (#224)
  • Add CLAUDE.md documenting decorator system and JAX jit boundary (#223)
  • eature/blurring_mask_padding (#222)
  • Feature/remove preloads (#220)
  • Feature/psf convolution refactor (#218)
  • Feature/mesh refactor (#217)
  • Feature/matern adaptive (#214)
  • feature/formatting (#213)
  • Feature/voronoi safe fallback (#211)
  • Feature/wcs coordinates (#210)
  • Feature/unconvolved images (#209)
  • Feature/border relocator via ellipse (#208)
  • Feature/linalg mixed precision (#205)
  • Feature/fft jax imaging (#204)
  • feature/remove mapper valued (#203)
  • Feature/jax w tilde preload (#202)
  • Feature/interferometer (#201)
  • feature/matern_jax (#200)
  • Feature/delaunay primitive (#199)
  • Feature/image mesh border (#198)
  • Feature/image mesh jax (#197)
  • Feature/numba speed up (#196)
  • Feature/w tilde via dataset (#195)

Full changelog: 2026.4.5.3...2026.4.5.3