Commits on Source (8)
-
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 (cherry picked from commit cbf9e6d1) 39dbd72d bilby/gw/likelihood.py: make phase of d_inner_h consistent with that of the other likelihoods
-
Colm Talbot authored
Add a catch for linalg exceptions See merge request !1251 (cherry picked from commit 11dde570) 4285034b Add a catch for linalg exceptions 062c5c32 Increase fd_eps
-
Colm Talbot authored
Release 2.1.1 See merge request !1255 (cherry picked from commit 26c84edf) b84f2fb0 Release 2.1.1
-
Colm Talbot authored
BUGFIX: make sure cosmological priors can be written and read See merge request !1258 (cherry picked from commit 5231e3b5) 2502c9bd BUGFIX: make sure cosmological priors can be written and read
-
Colm Talbot authored
BUGFIX: allow likelihood and prior reweighting See merge request !1260 (cherry picked from commit ac3b9a0e) 8331cb95 BUGFIX: allow likelihood and prior reweighting 70dba088 TYPO: remove duplicate line
-
Colm Talbot authored
BUGFIX: fix random number generation with parallelization See merge request !1273 (cherry picked from commit 089401e9) dbfdc834 BUGFIX: switch to numpy random generators 5581fbb2 DEV: improve passing of seed to child processes 79b57f38 PRECOMMIT: precommit fixes 12cb3cf3 EXAMPLE: fix seed settings 89c4d721 TEST: update tests to use new rng method 612174fe TYPO: fix indentation 2c777b0e CI: remove py3.8 testing 36fc69ea TEST: allow almost equal for hardware differences
-
Colm Talbot authored
v2.1.2 release See merge request lscsoft/bilby!1275 (cherry picked from commit 41902f21) 3cbe6da6 v2.1.2 release 7fe37296 Typo fix
Showing
- .gitlab-ci.yml 28 additions, 28 deletions.gitlab-ci.yml
- CHANGELOG.md 24 additions, 0 deletionsCHANGELOG.md
- bilby/bilby_mcmc/chain.py 3 additions, 1 deletionbilby/bilby_mcmc/chain.py
- bilby/bilby_mcmc/proposals.py 21 additions, 21 deletionsbilby/bilby_mcmc/proposals.py
- bilby/bilby_mcmc/sampler.py 10 additions, 5 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 9 additions, 3 deletionsbilby/core/result.py
- bilby/core/sampler/base_sampler.py 5 additions, 1 deletionbilby/core/sampler/base_sampler.py
- bilby/core/sampler/dnest4.py 4 additions, 2 deletionsbilby/core/sampler/dnest4.py
- bilby/core/sampler/dynesty.py 3 additions, 1 deletionbilby/core/sampler/dynesty.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/ultranest.py 3 additions, 1 deletionbilby/core/sampler/ultranest.py
- bilby/core/utils/__init__.py 1 addition, 0 deletionsbilby/core/utils/__init__.py
- bilby/core/utils/random.py 18 additions, 0 deletionsbilby/core/utils/random.py
- bilby/core/utils/series.py 6 additions, 13 deletionsbilby/core/utils/series.py
- bilby/gw/conversion.py 10 additions, 3 deletionsbilby/gw/conversion.py
bilby/core/utils/random.py
0 → 100644