Skip to content

May 2024

Compare
Choose a tag to compare
@Jammy2211 Jammy2211 released this 16 May 10:22
· 373 commits to main since this release

PyAutoFit:

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

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

  • model.info file displays complex models in a more concise and readable way: #1012
  • All samples with a weight below an input value are now removed from samples.csv to save hard disk space: #979
  • Documentation describing autofit scientific workflow: #1011
  • Refactor visualization into stand alone module: #995
  • Refactor how results are returned after a search: #989
  • Improved parallelism logging: #1009
  • Likelihood consistency check now performed internally: #987
  • Generation of initial search samples is now performed in parallel: #997
  • No longer store search_internal on hard-disk. simplifying source code internals: #938
  • Multiple small bug fixes and improvements to interface.