Releases: CosmoStatGW/CHIMERA
Releases · CosmoStatGW/CHIMERA
v2.2
Breaking changes
- Population module restructured: cosmo.py, mass.py, rate.py replaced by
subpackages CHIMERA/population/cosmo/, mass/, rate/ with modular layout - New likelihood API (CHIMERA/likelihood.py); existing call signatures changed
- Removed legacy example notebooks (test1dgalaxies, test1dspectral, galcat_test.h5)
New features
- PLS (Power-Law + Spline) mass model [Tagliazucchi et al. 2026, arXiv:2602.17756]
- Paired mass model structure alongside conditioned model (population/mass/)
- numpyro_utils added to CHIMERA/utils/
New examples
- complete_galaxy_catalog.ipynb
- incomplete_galaxy_catalog.ipynb
- conditioned_vs_paired_masses.ipynb
- spectral_sirens_plp.ipynb
- spectral_sirens_spline.ipynb
v2.1
Version used in Borghi et al. 2026 (https://arxiv.org/abs/2509.18243):
- Implementation of Schechter and redshift evolving Schechter models and integrals.
- Minor restructure of the code: galaxy catalog and completeness computation.
- Enhanced documentation of
utils/modules
v2.0
Version used in Tagliazucchi et al. 2025 (https://arxiv.org/abs/2504.02034)
- Major restructure of the code, improving modularity and performance.
- Implementation of JAX and GPU support for accelerated computation.
- Extension to modified GW propagation models.
v1.0
Version used in Borghi et al. 2024 (https://arxiv.org/abs/2312.05302)