v1.5
What's Changed
- Added support for pre-supernova models
- Added two new core-collapse supernova model families:
Fornax_2022
contains 100 long-duration 2D simulations (from arXiv:2307.08735)Mori_2023
contains 14 simulations of axion-like particle production in 2D simulations (from arXiv:2304.11360)
- Added new Quantum Decoherence flavor transition based on arXiv:2306.17591
- Updated SNOwGLoBES dependency to v1.3.2. This fixes an issue where SNEWPY did not find detector efficiency files for the
ar40kt
detector configuration. After applying correct efficiencies, the event rate forar40kt
is reduced by ~5%. - Fixed issue where the function
Fornax_2021.get_initial_spectra()
would raise an error when given an array of times as an argument. - Fixed issue where
get_initial_spectra()
would return incorrect luminosity if the energy argument was not in units of MeV - The bulk model downloader (
snewpy.get_models()
) now uses the same download location as the on-demand download on model initialisation. - Various minor bugfixes, performance, documentation and other improvements
Compatibility and Deprecations
- This version of SNEWPY supports Python 3.8 or higher.
New Contributors
Full Changelog: v1.4.1...v1.5