v1.0.0.rc1
Pre-release
Pre-release
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