Releases: aymgal/COOLEST
Releases · aymgal/COOLEST
v0.1.11
Quick minor release mainly to fix import error.
- Fix circular import in
dmr_cornerroutine - 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_pyAPIsuffix)
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Add new template mass profile type
PixelatedRegularGridFullyDefinedfrom general mass profilePixelatedRegularGridStack - 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
v0.1.8
- 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
- First release to PyPI
- Add support for a
ConvergenceSheetmass profile to bothcoolest.templateandcoolest.api - Various fixes