Skip to content

Releases: aymgal/COOLEST

v0.1.11

30 Oct 09:33

Choose a tag to compare

Quick minor release mainly to fix import error.

  • Fix circular import in dmr_corner routine
  • Add support for .zip files in dmr_corner (standard archive type on macos devices)
  • Improve parsing of coolest template files with jsonpickle (this is activated when those with a _pyAPI suffix)

Full Changelog: v0.1.10...v0.1.11

v0.1.10

27 Oct 17:10

Choose a tag to compare

What's Changed

  • Add new template mass profile type PixelatedRegularGridFullyDefined from general mass profile PixelatedRegularGridStack
  • Adding title parameters to ModelPlotter, MultiModelPlotter by @aangress in #69
  • DMR and Corner Plot example notebook by @aangress in #70
  • Option to scale images to same range across multiple models by @aangress in #71
  • Fix PyPi publication workflow by @aymgal in #72

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.9

27 Oct 17:01

Choose a tag to compare

  • Add initial support for a likelihoods JSON entry (via the DataLikelihoodList template class). The current use-case is to reference an ImagingDataLikelihood that holds the likelihood mask information (stored in a FITS file).
  • Various bug fixes.

v0.1.8

17 Apr 14:10

Choose a tag to compare

  • Minor improvements to PyPI release
  • Tested Python version increased to 3.11
  • Minimal version of lenstronomy (used for shapelets light profile) increased to 1.11.7

v0.1.3

17 Apr 10:05

Choose a tag to compare

  • First release to PyPI
  • Add support for a ConvergenceSheet mass profile to both coolest.template and coolest.api
  • Various fixes