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