Commits on Source (46)
-
Sylvia Biscoveanu authored
-
Sylvia Biscoveanu authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Gregory Ashton authored
Fix EOS file name parsing See merge request !859
-
Colm Talbot authored
-
-
Moritz Huebner authored
Remove unnecessary code when restarting dynesty See merge request !854
-
Moritz Huebner authored
Add normalization factor to time-domain waveform plot See merge request lscsoft/bilby!867
-
-
Moritz Huebner authored
Fix constrained prior sampling See merge request lscsoft/bilby!863
-
Moritz Huebner authored
Fix corner plotting when label is None See merge request lscsoft/bilby!865
-
-
Moritz Huebner authored
Change reference distance and interpolant behavior See merge request lscsoft/bilby!858
-
Moritz Huebner authored
Add JSON encoding for int and float types See merge request lscsoft/bilby!866
-
Moritz Huebner authored
-
Moritz Huebner authored
Restructure tests part 2 See merge request lscsoft/bilby!834
-
-
Moritz Huebner authored
add auto generated dockerfiles See merge request lscsoft/bilby!783
-
-
Moritz Huebner authored
Add new well-measured phase parameter See merge request lscsoft/bilby!850
-
-
Moritz Huebner authored
Update K1.interferometer See merge request lscsoft/bilby!861
-
Moritz Huebner authored
-
Moritz Huebner authored
-
Moritz Huebner authored
fix plotting tests See merge request lscsoft/bilby!872
-
Moritz Huebner authored
-
Colm Talbot authored
Fixed reading detector files with empty lines See merge request lscsoft/bilby!874
-
Moritz Huebner authored
Added return type for run_sampler See merge request lscsoft/bilby!870
-
Shanika Galaudage authored
Resolve "Roundoff of in-plane spins samples in aligned spin models" Closes #515 See merge request lscsoft/bilby!864
-
-
Shanika Galaudage authored
Fix some issues with distance and phase marginalization See merge request lscsoft/bilby!875
-
Shanika Galaudage authored
-
Shanika Galaudage authored
Version 1.0.2 release See merge request lscsoft/bilby!877
-
Gregory Ashton authored
-
Aditya Vijaykumar authored
-
If `use_ratio` was None, the `log_evidence` was recalculated correctly, but the log_bayes_factor was not updated. This meant the log_bayes_factor from the first result file was stored causing inconsistencies (the log_ev - log_ev_err != log_bf). This fixes this issue and makes the interface more straight forward, always using the log_evidence directly
-
Moritz Huebner authored
Fix bug in combining evidences See merge request lscsoft/bilby!880
-
Moritz Huebner authored
-
Moritz Huebner authored
Fixed CDF and PDF for SymmertricLogUniform See merge request lscsoft/bilby!876
-
Moritz Huebner authored
Resolve "Minor typo in docs/basics-of-parameter-estimation.txt" Closes #526 See merge request lscsoft/bilby!878
-
Moritz Huebner authored
Corrected documentation of `get_binary_black_hole_likelihood` Closes #527 See merge request lscsoft/bilby!879
-
All results will be stored with a dictionary of the modules and versions if available loaded at runtime.
-
Moritz Huebner authored
Merge branch '532-expand-the-list-of-stored-versioning-to-include-the-basic-software-stack-e-g-numpy-astropy' into 'master' Resolve "Expand the list of stored versioning to include the basic software stack (e.g., numpy, astropy)" Closes #532 See merge request lscsoft/bilby!881
-
Please enter the commit message for your changes. Lines starting
-
Moritz Huebner authored
Adding dnest4 Sampler Closes #483 See merge request lscsoft/bilby!849
Showing
- .coveragerc 3 additions, 4 deletions.coveragerc
- .gitlab-ci.yml 16 additions, 6 deletions.gitlab-ci.yml
- CHANGELOG.md 22 additions, 0 deletionsCHANGELOG.md
- bilby/core/prior/analytical.py 14 additions, 1 deletionbilby/core/prior/analytical.py
- bilby/core/prior/base.py 0 additions, 3 deletionsbilby/core/prior/base.py
- bilby/core/prior/dict.py 9 additions, 11 deletionsbilby/core/prior/dict.py
- bilby/core/result.py 23 additions, 17 deletionsbilby/core/result.py
- bilby/core/sampler/__init__.py 6 additions, 3 deletionsbilby/core/sampler/__init__.py
- bilby/core/sampler/dnest4.py 383 additions, 0 deletionsbilby/core/sampler/dnest4.py
- bilby/core/sampler/dynesty.py 15 additions, 14 deletionsbilby/core/sampler/dynesty.py
- bilby/core/utils.py 14 additions, 0 deletionsbilby/core/utils.py
- bilby/gw/conversion.py 21 additions, 12 deletionsbilby/gw/conversion.py
- bilby/gw/detector/detectors/K1.interferometer 10 additions, 7 deletionsbilby/gw/detector/detectors/K1.interferometer
- bilby/gw/detector/interferometer.py 3 additions, 0 deletionsbilby/gw/detector/interferometer.py
- bilby/gw/detector/networks.py 1 addition, 1 deletionbilby/gw/detector/networks.py
- bilby/gw/eos/eos.py 1 addition, 1 deletionbilby/gw/eos/eos.py
- bilby/gw/likelihood.py 15 additions, 7 deletionsbilby/gw/likelihood.py
- bilby/gw/result.py 7 additions, 4 deletionsbilby/gw/result.py
- bilby/gw/utils.py 10 additions, 0 deletionsbilby/gw/utils.py
- containers/Dockerfile-bilby 0 additions, 7 deletionscontainers/Dockerfile-bilby
bilby/core/sampler/dnest4.py
0 → 100644
containers/Dockerfile-bilby
deleted
100644 → 0