Commits on Source (45)
-
BUGFIX: bilby/gw/likelihood.py: make phase of d_inner_h consistent with that of the other likelihoods
-
Colm Talbot authored
bilby/gw/likelihood.py: make phase of d_inner_h consistent with that of the other likelihoods Closes #678 See merge request !1253
-
-
Colm Talbot authored
Add a catch for linalg exceptions See merge request !1251
-
Colm Talbot authored
-
Colm Talbot authored
REFACTOR: make optimized spline calibration backward compatible See merge request !1250
-
Colm Talbot authored
-
-
Colm Talbot authored
Add pyseobnr to the docker file template See merge request !1256
-
Colm Talbot authored
-
Vivien Raymond authored
-
Vivien Raymond authored
Fix to_pickle folder creation in InterferometerList See merge request !1259
-
Colm Talbot authored
Release 2.1.1 See merge request !1255
-
Colm Talbot authored
BUGFIX: make sure cosmological priors can be written and read See merge request !1258
-
Colm Talbot authored
-
Colm Talbot authored
BUGFIX: allow likelihood and prior reweighting See merge request lscsoft/bilby!1260
-
Colm Talbot authored
-
Colm Talbot authored
BUGFIX: fix random number generation with parallelization See merge request !1273
-
-
Colm Talbot authored
Interface for gwsignal (new waveform interface) See merge request !1218
-
Colm Talbot authored
-
-
Colm Talbot authored
Change AttributeError to KeyError in PP plot See merge request !1271
-
BUGFIX: don't crash when bilby_mcmc attempts to produce diagnostic histograms for parameters with infinte values
-
Colm Talbot authored
Bugfix crash when bilby_mcmc attempts to produce diagnostic histograms for parameters with infinte values See merge request lscsoft/bilby!1261
-
Colm Talbot authored
-
Colm Talbot authored
v2.1.2 release See merge request !1275
-
Colm Talbot authored
MAINT: drop py38 support See merge request !1277
-
Colm Talbot authored
-
Colm Talbot authored
BUGFIX: close pool for emcee saving See merge request lscsoft/bilby!1274
-
-
Colm Talbot authored
Use conda list to print packages in CI jobs See merge request lscsoft/bilby!1257
-
-
Colm Talbot authored
Add linestyle option for plot_multiple See merge request lscsoft/bilby!1270
-
-
Colm Talbot authored
Allow raise_error=False in get_interferometer_with_fake_noise_and_injection See merge request lscsoft/bilby!1263
-
-
Colm Talbot authored
Adding outdir support for ultranest's mpi functionality See merge request lscsoft/bilby!1278
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
FORMAT: enforce isinstance type checking See merge request lscsoft/bilby!1283
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
Showing
- .gitlab-ci.yml 28 additions, 56 deletions.gitlab-ci.yml
- AUTHORS.md 1 addition, 0 deletionsAUTHORS.md
- CHANGELOG.md 44 additions, 0 deletionsCHANGELOG.md
- bilby/bilby_mcmc/chain.py 16 additions, 6 deletionsbilby/bilby_mcmc/chain.py
- bilby/bilby_mcmc/proposals.py 21 additions, 21 deletionsbilby/bilby_mcmc/proposals.py
- bilby/bilby_mcmc/sampler.py 11 additions, 6 deletionsbilby/bilby_mcmc/sampler.py
- bilby/core/fisher.py 4 additions, 3 deletionsbilby/core/fisher.py
- bilby/core/prior/base.py 10 additions, 15 deletionsbilby/core/prior/base.py
- bilby/core/prior/conditional.py 3 additions, 3 deletionsbilby/core/prior/conditional.py
- bilby/core/prior/joint.py 5 additions, 4 deletionsbilby/core/prior/joint.py
- bilby/core/result.py 44 additions, 10 deletionsbilby/core/result.py
- bilby/core/sampler/base_sampler.py 20 additions, 4 deletionsbilby/core/sampler/base_sampler.py
- bilby/core/sampler/cpnest.py 1 addition, 1 deletionbilby/core/sampler/cpnest.py
- bilby/core/sampler/dnest4.py 5 additions, 20 deletionsbilby/core/sampler/dnest4.py
- bilby/core/sampler/dynesty.py 3 additions, 1 deletionbilby/core/sampler/dynesty.py
- bilby/core/sampler/emcee.py 1 addition, 0 deletionsbilby/core/sampler/emcee.py
- bilby/core/sampler/proposal.py 11 additions, 11 deletionsbilby/core/sampler/proposal.py
- bilby/core/sampler/ptemcee.py 3 additions, 1 deletionbilby/core/sampler/ptemcee.py
- bilby/core/sampler/pymultinest.py 0 additions, 14 deletionsbilby/core/sampler/pymultinest.py
- bilby/core/sampler/ultranest.py 3 additions, 1 deletionbilby/core/sampler/ultranest.py