Skip to content

Releases: ML4GW/ml4gw

v0.7.2

12 Feb 22:02
78f572a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

07 Feb 13:41
a55d194
Compare
Choose a tag to compare

What's Changed

  • Fixes issue where tensors in waveform generator not getting built on correct device by @EthanMarx in #199

Full Changelog: v0.7.0...v0.7.1

v0.7.0

06 Feb 20:34
b9895af
Compare
Choose a tag to compare

What's Changed

Features

Infrastructure Changes

Full Changelog: v0.6.3...v0.7.0

v0.6.3

11 Jan 14:36
cd372f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

09 Jan 14:55
Compare
Choose a tag to compare

What's Changed

  • Directly restrict scipy in tox when running unit tests due to deprecation

Bug fixes

  • Fixed discrepancy between torch and LAL IMRPhenomPv2 implementations #176
  • Fixed bug when using batched inputs to IMRPhenomPV2 #181

v0.6.1

17 Dec 19:33
Compare
Choose a tag to compare

What's Changed

• Fix bug in fmaxCalc of PhenomD which was causing nans #172
• Add more robust waveform tests #172
• Adds conversion function for chirp mass and mass ratio to component masses #173

Full Changelog: v0.6.0...v0.6.1

v0.6.0

12 Dec 21:47
fdebbb5
Compare
Choose a tag to compare

What's Changed

  • Adds spline interpolation transform #157
  • Standardizes IMRPhenomP and PhenomD API #167
  • Adds option to regularize standard scaler #166
  • Adds function for converting from bilby to lalsimulation spin parameters #168
  • Refactors waveforms module, adding cbc and adhoc submodules #168

Bug Fixes

  • Fixes bug when performing spectral density estimation with odd outputs #165

v0.5.1

01 Oct 16:20
0cdff78
Compare
Choose a tag to compare

What's Changed

  • Constrained scipy to >=1.9 to avoid bug in median calculation in #154
  • Switch type-checking library from torchtyping to jaxtyping in #153
  • Add support for Python 3.12 in #156

Full Changelog: v0.5.0...v0.5.1

v0.5.0

15 Jul 15:20
c2e1937
Compare
Choose a tag to compare

What's Changed

  • Added KAGRA as detector #132
  • Added IMRPhenomP implementation #138
  • SineGaussian returns polarizations in dtype of passed parameters #139
  • Refactored TaylorF2 and IMRPhenomD into torch.nn.Modules #137
  • Added dimensionality check to GroupNorm1D #134

Bug Fixes

  • Fixed typehints in ml4gw.distributions module #129
  • numpy version restricted to <2.0.0 #145

Full Changelog: v0.4.2...v0.5.0

v0.4.2

13 May 19:46
74c13d5
Compare
Choose a tag to compare
  • InMemoryDataset now inherits from torch.utils.data.IterableDataset for compatibility with torch.utils.data.Dataloader #119
  • ml4gw.distributions now inherit from torch.distributions module

Bug Fixes

  • Fixed deprecation warning for use of torch.Tensor.T in ml4gw.waveforms.IMRPhenomD #114