v1.2.0
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.0What's Changed
- TYPO: fix typo in all mass models by @ColmTalbot in #112
- ENH: make truncnorm more robust by @ColmTalbot in #113 #118 @ColmTalbot in #119
- Add flexibility to gaussian spin tilt by @jacobgolomb in #115
Full Changelog: v1.1.3...v1.2.0