Commits on Source (11)
-
-
-
-
-
-
-
Colm Talbot authored
-
-
-
Colm Talbot authored
-
Colm Talbot authored
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- AUTHORS.md 3 additions, 0 deletionsAUTHORS.md
- bilby/core/result.py 7 additions, 3 deletionsbilby/core/result.py
- bilby/core/sampler/__init__.py 72 additions, 61 deletionsbilby/core/sampler/__init__.py
- bilby/core/sampler/base_sampler.py 10 additions, 4 deletionsbilby/core/sampler/base_sampler.py
- bilby/core/sampler/dynesty.py 6 additions, 2 deletionsbilby/core/sampler/dynesty.py
- bilby/core/sampler/dynesty_utils.py 3 additions, 3 deletionsbilby/core/sampler/dynesty_utils.py
- bilby/core/utils/__init__.py 1 addition, 0 deletionsbilby/core/utils/__init__.py
- bilby/core/utils/entry_points.py 18 additions, 0 deletionsbilby/core/utils/entry_points.py
- bilby/gw/detector/__init__.py 1 addition, 1 deletionbilby/gw/detector/__init__.py
- docs/citing-bilby.txt 111 additions, 0 deletionsdocs/citing-bilby.txt
- docs/dynesty-guide.txt 9 additions, 4 deletionsdocs/dynesty-guide.txt
- docs/faq.txt 3 additions, 3 deletionsdocs/faq.txt
- docs/index.txt 2 additions, 0 deletionsdocs/index.txt
- docs/plugins.txt 80 additions, 0 deletionsdocs/plugins.txt
- examples/core_examples/alternative_samplers/linear_regression_pymc_custom_likelihood.py 4 additions, 8 deletions...tive_samplers/linear_regression_pymc_custom_likelihood.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- setup.py 20 additions, 1 deletionsetup.py
- test/core/sampler/base_sampler_test.py 10 additions, 5 deletionstest/core/sampler/base_sampler_test.py
- test/core/sampler/cpnest_test.py 2 additions, 1 deletiontest/core/sampler/cpnest_test.py
bilby/core/utils/entry_points.py
0 → 100644
docs/citing-bilby.txt
0 → 100644
docs/plugins.txt
0 → 100644
... | ... | @@ -10,3 +10,4 @@ dill |
tqdm | ||
h5py | ||
attrs | ||
importlib-metadata>=3.6; python_version < '3.10' |