Skip to content

May 2024

Compare
Choose a tag to compare
@Jammy2211 Jammy2211 released this 16 May 10:32
· 285 commits to main since this release
c47c753

PyAutoFit:

  • Nautilus now outputs results on the fly: rhayes777/PyAutoFit#961
  • Output latent samples of a model-fit, which are parameters derived from a model which may be marginalized over:

PR: rhayes777/PyAutoFit#994
Example: https://github.com/Jammy2211/autofit_workspace/blob/release/notebooks/cookbooks/analysis.ipynb

PyAutoGalaxy:

  • Remove Plane object and replace with Galaxies object
  • Shapelets improvements: #173
  • Adaptive over sampling of grids for a pixelization: #168
  • BasisPlotter which plots each basis (e.g. each Gaussian of an MGE): #173
  • Plot mappings between source and image plane of a pixelization as lines: #172
  • For multi-wavelength datasets model offsets between each dataset: #171
  • Modeling of background sky: #170
  • Improvements to use of adapt images for adaptive pixelizations: #160
  • Improved angle conversions for computing errors on mass profile and shear angles from ell_comps: #169
  • Remove sub_size from all classes (e.g. Array2D, Mask2D) to simplify API.
  • MaternKernel added: #148