Recent Releases of gwkokab

gwkokab - gwkokab-v0.1.0

logo

What's Changed

  • Convert primary mass and mass ratio to component masses by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/124
  • Transform for models to handle different coordinates systems by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/125
  • GWKokab Docs by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/129
  • Transforms, constraints and docs by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/131
  • UnnomralizedUniformPrior removed by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/132
  • Depreciates partial constraints by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/134
  • How to train Neural VT? by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/136
  • New API for creating models for data generation by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/137
  • Models with multiple rate by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/138
  • Likelihood method for multi rate models by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/140
  • Population generation for multi-rate models by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/143
  • Abstract module for PyTrees by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/144
  • Revert "Abstract module for PyTrees" by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/146
  • Mulit-rate models, better API for data generation and inference by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/147
  • Error handling in Likelihood and corner plot script modification by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/149
  • mixture of n-power laws and m-gaussians model by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/150
  • Rich progress bar by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/153
  • Bump to 0.1.0 by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/155

Full Changelog: https://github.com/gwkokab/gwkokab/compare/0.0.1...0.1.0

- Python
Published by Qazalbash over 1 year ago

gwkokab - gwkokab-v0.0.1

What's Changed

  • Wysocki2019MassModel random realization method signature not aligned with JAXampmler by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/3
  • Migrate from setup.py to standard python package builder by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/18
  • Saving injections along with posteriors by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/23
  • Redesign Astrophysical models by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/27
  • Error function for masses by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/29
  • Volume Time calculations from mass and spin by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/30
  • VT Weighting and grid generator by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/32
  • Selection effect on synthetic data using VT file by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/33
  • Rename the project by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/37
  • Fix random population generation and save injections by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/40
  • Apply VT effects on injections and store weighted events by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/43
  • Fix issue with adding errors to injections by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/44
  • Migrating Abstract*Model to numpyro.distribution.Distribution by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/46
  • Versatile sampling distributions and versatile error functions by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/48
  • Documentation by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/49
  • Parameter estimation (Inference) by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/50
  • RTD Docs to MKDocs by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/60
  • Approximation of VT via Neural Network by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/59
  • Automating the inference process by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/61
  • Number of events through expected rate by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/69
  • Equinox based NVT by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/72
  • Extending classes to be PyTrees for better jit compatible compilation by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/77
  • Numerical Inverse Transform Sampling by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/80
  • Standardizing mass model parameters. by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/84
  • New design for population generation by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/83
  • All necessary transformations in intrinsic parameters/coordinates by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/89
  • Parameter class for reference priors by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/91
  • Explicit Public APIs by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/94
  • New design for Log Posteriors class by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/96
  • Improper Jeffery prior for uniform distribution by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/102
  • Unit tests for transformations by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/105
  • Example notebook for data generation by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/109
  • [PR] Hard-coded Coordinates in Mass Models for VT Calculations by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/111
  • Coordinate independent models and types changes by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/114
  • Removing unnecessary abstractions and arguments by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/117
  • Simplification of population generation process by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/118
  • Eccentricity matters data generation by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/120
  • Eccentricity Matters analysis notebook by @Qazalbash in https://github.com/gwkokab/gwkokab/pull/121

New Contributors

  • @Qazalbash made their first contribution in https://github.com/gwkokab/gwkokab/pull/3

Full Changelog: https://github.com/gwkokab/gwkokab/commits/0.0.1

- Python
Published by Qazalbash over 1 year ago