Commits on Source (63)
-
Colm Talbot authored
-
Colm Talbot authored
MAINT: add compatibility with pymc_v5 Closes #658 See merge request !1191
-
-
Colm Talbot authored
Fix Marginalized Parameters in Prior in Result File Closes #661 See merge request !1193
-
John Douglas Veitch authored
-
John Douglas Veitch authored
Add logic in case conda call doesn't work See merge request !1197
-
Colm Talbot authored
-
-
Colm Talbot authored
BUGFIX: Fix SNR calculation with relative binning See merge request !1198
-
Colm Talbot authored
-
Colm Talbot authored
MAINT: hack around numpy deprecated float/int/bool See merge request !1194
-
Colm Talbot authored
ENH: allow outdir to change for file transfer See merge request !1199
-
Colm Talbot authored
-
Colm Talbot authored
MAINT: remove deprecated distutils usage See merge request lscsoft/bilby!1195
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
PACKAGE: upload wheel to pypi See merge request !1200
-
John Douglas Veitch authored
-
-
Colm Talbot authored
Update high frequency detector noise See merge request !1207
-
-
Gregory Ashton authored
MAINT: pin pymc version in dockerfiles See merge request !1208
-
Colm Talbot authored
Update ET to use ET-D noise curve See merge request !1206
-
Colm Talbot authored
-
Colm Talbot authored
FEAT: allow rejection sampling dynesty posterior See merge request !1203
-
-
Colm Talbot authored
BUGFIX: Update frame reading utility Closes #665 See merge request !1202
-
-
Colm Talbot authored
Optimizations to multiband weights See merge request !1171
-
-
Colm Talbot authored
Adjustment to bilby_mcmc resume file read in See merge request !1210
-
Colm Talbot authored
-
-
Colm Talbot authored
DOCUMENTATION: remove arviz from docstrings as it is not supported See merge request !1213
-
-
Colm Talbot authored
Redo: More realistic tidal values. See merge request !1209
-
Colm Talbot authored
-
Colm Talbot authored
BUGFIX: relative binning resolution and reference parameter caching See merge request !1211
-
Colm Talbot authored
FEAT: equal mass reflective prior See merge request !1204
-
Colm Talbot authored
REFACTOR: neaten calculated snrs See merge request !1212
-
-
Colm Talbot authored
BUGFIX: Fix whitening procedure See merge request !1205
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
MAINT: Fix docs job See merge request !1217
-
Colm Talbot authored
-
Colm Talbot authored
FEATURE: Resolve "Implement ROQ time-marginalization reconstruction" Closes #667 and #663 See merge request !1196
-
Colm Talbot authored
-
Colm Talbot authored
BUGFIX: fix time+calibration marginalization See merge request !1201
-
Soichiro Morisaki authored
- bilby/gw/likelihood/roq.py: set up unique frequency nodes and inverse indexes at the initial stage - bilby/gw/source.py: roq waveform generator to allow unique frequency nodes and inverse indexes
-
Colm Talbot authored
-
Colm Talbot authored
FEAT: Precomputed calibration model See merge request !1215
-
Colm Talbot authored
-
Colm Talbot authored
Single waveform call in ROQ for ~35% faster likelihood evaluation See merge request !1216
-
Colm Talbot authored
-
Colm Talbot authored
DEV: update custom dynesty proposals See merge request !1187
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
DOCS: add links to actual code in docs See merge request lscsoft/bilby!1221
-
Colm Talbot authored
BUGFIX: make sure chain tracks all points See merge request !1222
-
Colm Talbot authored
-
Colm Talbot authored
Version 2.0.0 release See merge request !1220
Showing
- .gitlab-ci.yml 13 additions, 10 deletions.gitlab-ci.yml
- AUTHORS.md 1 addition, 0 deletionsAUTHORS.md
- CHANGELOG.md 26 additions, 0 deletionsCHANGELOG.md
- bilby/bilby_mcmc/chain.py 2 additions, 3 deletionsbilby/bilby_mcmc/chain.py
- bilby/bilby_mcmc/sampler.py 17 additions, 3 deletionsbilby/bilby_mcmc/sampler.py
- bilby/core/result.py 4 additions, 4 deletionsbilby/core/result.py
- bilby/core/sampler/__init__.py 2 additions, 2 deletionsbilby/core/sampler/__init__.py
- bilby/core/sampler/base_sampler.py 8 additions, 5 deletionsbilby/core/sampler/base_sampler.py
- bilby/core/sampler/dynesty.py 208 additions, 200 deletionsbilby/core/sampler/dynesty.py
- bilby/core/sampler/dynesty_utils.py 714 additions, 0 deletionsbilby/core/sampler/dynesty_utils.py
- bilby/core/sampler/emcee.py 5 additions, 12 deletionsbilby/core/sampler/emcee.py
- bilby/core/sampler/nestle.py 7 additions, 16 deletionsbilby/core/sampler/nestle.py
- bilby/core/sampler/ptemcee.py 4 additions, 0 deletionsbilby/core/sampler/ptemcee.py
- bilby/core/sampler/pymc.py 34 additions, 40 deletionsbilby/core/sampler/pymc.py
- bilby/core/utils/calculus.py 12 additions, 1 deletionbilby/core/utils/calculus.py
- bilby/core/utils/log.py 13 additions, 8 deletionsbilby/core/utils/log.py
- bilby/core/utils/plotting.py 2 additions, 2 deletionsbilby/core/utils/plotting.py
- bilby/gw/conversion.py 8 additions, 8 deletionsbilby/gw/conversion.py
- bilby/gw/detector/calibration.py 208 additions, 1 deletionbilby/gw/detector/calibration.py
- bilby/gw/detector/detectors/ET.interferometer 1 addition, 1 deletionbilby/gw/detector/detectors/ET.interferometer
This diff is collapsed.
bilby/core/sampler/dynesty_utils.py
0 → 100644
This diff is collapsed.