Skip to content

Releases: ColmTalbot/gwpopulation

v1.3.1

Choose a tag to compare

@ColmTalbot ColmTalbot released this 15 Dec 17:01
4301b4e

This is a bugfix release fixing issues in the experimental cosmology support.

What's Changed

  • Fix detector_frame_to_source_frame to use passed parameters instead of nonexistent self.parameters by @Copilot in #134
  • Pass kwargs to detector_frame_to_source_frame in CosmoModel.prob by @Copilot in #135
  • Add test verifying gwpopulation_likelihood_model matches standard likelihood by @Copilot in #136

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@ColmTalbot ColmTalbot released this 15 Dec 15:19
bf5e40a

This is a minor version bump as various deprecated behaviour was removed, including some functionality in experimental that is no longer needed.

The only new feature is a NullHyperparameterLikelihood that imposes the variance cut in the HyperparameterLikelihood but otherwise matches the behaviour of the ZeroLikelihood.

What's Changed

  • MAINT: add joss paper information by @ColmTalbot in #128
  • DOC: add joss paper draft by @ColmTalbot in #98
  • TST: Add unit tests for spline spin models by @Copilot in #130
  • DEP: Remove deprecated things by @ColmTalbot in #131
  • BUG: Convert data to xp array in VT by @ColmTalbot in #132
  • FEAT: Add null likelihood by @asb5468 in #109
  • TST: Add tests for NullHyperparameterLikelihood variance and threshold behavior by @Copilot in #133

New Contributors

  • @Copilot made their first contribution in #130
  • @asb5468 made their first contribution in #109

Full Changelog: v1.2.1...v1.3.0

v1.2.1

Choose a tag to compare

@ColmTalbot ColmTalbot released this 22 Apr 18:55
0a0b137

This release contains no changes to the code, only changes to the documentation in response to JOSS review.

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@ColmTalbot ColmTalbot released this 07 Mar 19:34
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

v1.1.3

Choose a tag to compare

@ColmTalbot ColmTalbot released this 21 Nov 23:23
0c26112

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

Choose a tag to compare

@ColmTalbot ColmTalbot released this 26 Jul 23:15
c822274

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@ColmTalbot ColmTalbot released this 17 Jul 18:01
5b46cba

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@ColmTalbot ColmTalbot released this 28 May 19:02
ba0f4c5

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

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@ColmTalbot ColmTalbot released this 04 Apr 22:03

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

New Contributors

Full Changelog: v0.10.0...v1.0.0

v1.0.0.rc1

v1.0.0.rc1 Pre-release
Pre-release

Choose a tag to compare

@ColmTalbot ColmTalbot released this 01 Feb 22:39
3917139

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

New Contributors

Full Changelog: v0.10.0...v1.0.0.rc1