Skip to content

Releases: CosmoStatGW/CHIMERA

v2.2

09 Jun 09:46
fd35f89

Choose a tag to compare

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

19 Jan 09:55
5d370e9

Choose a tag to compare

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

17 Sep 14:24

Choose a tag to compare

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

11 Dec 19:33

Choose a tag to compare

Version used in Borghi et al. 2024 (https://arxiv.org/abs/2312.05302)