Releases: ColmTalbot/gwpopulation
v1.1.3
What's Changed
- DOC: fix docstring for models.mass.three_component_single by @ColmTalbot in #104
- TST: update tests for cupy/interpolation by @ColmTalbot in #106
- Make GaussianChiEffChiP jittable by @jacobgolomb in #110
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- BUG: use linear interpolation for mass ratio by @ColmTalbot in #101
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- MAINT: update for wcosmo astropy-like by @ColmTalbot in #97
Full Changelog: v1.1.0...v1.1.1
v1.1.0
This version adds functionality to infer cosmological parameters in addition to astrophysical population parameters using wcosmo
to provide a backend-agnostic cosmology.
What's Changed
- MAINT: don't overwrite backend in likelihood init by @ColmTalbot in #90
- FEAT: allow arbitrary scipy modifications by @ColmTalbot in #91
- FEAT: Cosmo extension for gwpopulation by @HuiTong5 in #88
- FEAT: backend agnostic cosmology by @ColmTalbot in #92
Full Changelog: v1.0.0...v1.1.0
v1.0.0
The first major release of GWPopulation
. The most important change is support for the jax
backend in addition to numpy
and cupy
.
There is also experimental support for numpyro
sampling.
What's Changed
- Add JAX backend by @ColmTalbot in #45
- Plugin backend usage by @ColmTalbot in #76
- Interpolated mass distribtuion by @ColmTalbot in #77
- fix cupy.where error for mass model by @HuiTong5 in #80
- BUGFIX: remove float casts for jax jit by @ColmTalbot in #83
- DOC: add some more documentation on backends by @ColmTalbot in #82
- Add experimental subpackage by @ColmTalbot in #81
- update GWTC1 example for v1 by @ColmTalbot in #86
- DEV: add regularization option for spline interpolated models by @ColmTalbot in #79
- DOC: update docs to use github pages by @ColmTalbot in #87
New Contributors
Full Changelog: v0.10.0...v1.0.0
v1.0.0.rc1
This is a second release candidate for a v1 release of GWPopulation.
At v1 there will be:
- support for numpy, cupy, and jax backends
- a system to use plugins to automatically keep up with the backend in external packages
- a range of standard population models
- an experimental subpackage including a suggested method to perform numpyro analyses using the JAX backend
What's Changed
- Add JAX backend by @ColmTalbot in #45
- Plugin backend usage by @ColmTalbot in #76
- Interpolated mass distribtuion by @ColmTalbot in #77
- fix cupy.where error for mass model by @HuiTong5 in #80
- BUGFIX: remove float casts for jax jit by @ColmTalbot in #83
- DOC: add some more documentation on backends by @ColmTalbot in #82
- Add experimental subpackage by @ColmTalbot in #81
New Contributors
Full Changelog: v0.10.0...v1.0.0.rc1
v1.0.0.rc0
This is a first release candidate for a v1 release of GWPopulation.
At v1 there will be:
- support for numpy, cupy, and jax backends
- a system to use plugins to automatically keep up with the backend in external packages
- a range of standard population models
- a suggested method to perform numpyro analyses using the JAX backend
What's Changed
- Add JAX backend by @ColmTalbot in #45
- Plugin backend usage by @ColmTalbot in #76
- Interpolated mass distribution by @ColmTalbot in #77
Full Changelog: v0.10.0...v1.0.0.rc0
v0.10.0
What's Changed
- MAINT: Switch CI to conda python by @ColmTalbot in #69
- Add convergence check for default call behavior in vt by @jacobgolomb in #68
- MAINT: update minimum bilby version by @ColmTalbot in #72
- Fix cupy numpy switching by @ColmTalbot in #73
- Switch to setup.cfg by @ColmTalbot in #74
Full Changelog: v0.9.0...v0.10.0
v0.9.0
The main changes are a fix to how uncertainty in the selection function estimate is calculated and adding the spline spin models from Golomb & Talbot.
What's Changed
- Fix selection variance post processing by @ColmTalbot in #64
- Interped Class and Spline Spin Models by @jacobgolomb in #62
- BUGFIX: fix getting names of class instances by @ColmTalbot in #66
- added change to vt.py to use mu rather than marginalized pdet by @jacobgolomb in #63
Full Changelog: v0.8.1...v0.9.0
v0.8.1
This is a bugfix release to fix an issue in v0.8.0 when using the smoothed mass models.
What's Changed
- BUGFIX: fix smoothed model variable names by @ColmTalbot in #59
- Typo fix in prior files by @ColmTalbot in #60
Full Changelog: 0.8.0...v0.8.1