Skip to content

v1.2.0

Choose a tag to compare

@ColmTalbot ColmTalbot released this 07 Mar 19:34
· 18 commits to main since this release
73b1ba0

This release includes an improvement to the implementation of the truncated normal and a potentially breaking change to the gaussian + isotropic spin orientation models gwpopulation.models.spin.{independent_spin_orientation_gaussian_isotropic,iid_spin_orientation_gaussian_isotropic} to allow for a variable mean of the gaussian component.

To maintain the old behaviour add some combination of the following to your prior.

mu_spin = 1.0
mu_1 = 1.0
mu_2 = 1.0

What's Changed

Full Changelog: v1.1.3...v1.2.0