Commits on Source (87)
-
Ethan Payne authored
-
Ethan Payne authored
-
Ethan Payne authored
-
Ethan Payne authored
-
Ethan Payne authored
-
Ethan Payne authored
-
Ethan Payne authored
-
Ethan Payne authored
-
Ethan Payne authored
-
Ethan Payne authored
-
Moritz authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Colm Talbot authored
-
Gregory Ashton authored
Build from source ubuntu distribution.
-
Moritz Huebner authored
Fix pymultinest failing when using long name See merge request !321
-
Rhys Green authored
-
Duncan Macleod authored
-
Rhys Green authored
changed priors and log likelihood to correct functions, now samples correctly but lots of details to iron out
-
Colm Talbot authored
Include license in tarballs and wheels See merge request !323
-
Gregory Ashton authored
Resolve "`ModuleNotFoundError` exception doesn't exist in python2" Closes #263 See merge request !318
-
Gregory Ashton authored
For scripts with multiple `run_sampler` commands, it isn't always clear which stage one is at. This clearly prints that out and will be useful for debugging.
-
Rhys Green authored
-
Ethan Payne authored
-
Moritz Huebner authored
Adds a simple print out of the label and outdir before commencing See merge request !326
-
Matthew David Pitkin authored
-
-
Gregory Ashton authored
Resolve "Enable different query types to be passed to gw_data_find command line" Closes #268 See merge request !328
-
Moritz Huebner authored
Add another exception to catch in `plot_with_data` See merge request lscsoft/bilby!329
-
Rhys Green authored
-
Gregory Ashton authored
- Adds a `result_class` argument to run_sampler which can determine which result class to use - Extend the `meta_data` use in the gw module to save more information - Adds a bilby.gw.result.CBCResult class which unpacks the meta_data to provide easy access to commonly required information
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Rhys Green authored
-
Gregory Ashton authored
created full 15 dimensional parameter space example See merge request lscsoft/bilby!296
-
Gregory Ashton authored
-
Gregory Ashton authored
Improvements to the containers See merge request !327
-
Gregory Ashton authored
-
Gregory Ashton authored
Resolve "Make Bilby into a conda package" Closes #240 See merge request lscsoft/bilby!330
-
Gregory Ashton authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Gregory Ashton authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Gregory Ashton authored
Adding PTMCMC sampler See merge request !322
-
Rhys Green authored
-
-
Gregory Ashton authored
MultiNest repository change See merge request !335
-
SumeetKul authored
Corrected typo in the basics of PE page, maths section. The parenthesis containing the squared exponent should read (y_i - (t_i * m + c)) instead of (y_i - (t_i * x + c)) for a model H defined by y = m*x + c.
-
Gregory Ashton authored
-
Gregory Ashton authored
Elevate the warning message to an error and do the same for emcee See merge request !325
-
Gregory Ashton authored
adding ptmcmc tutorial See merge request !336
-
-
Gregory Ashton authored
Add GraceDB reading example See merge request !334
-
Colm Talbot authored
Docs: Corrected typo in the basics of PE page, maths section. See merge request !338
-
-
Gregory Ashton authored
detailed tutorial for open data See merge request !315
-
Gregory Ashton authored
Resolve "GW-specific result object" Closes #251 See merge request !331
-
Gregory Ashton authored
* Adds the roq_data from the public repo to /roq_basis * Removes the version specifications from the scipy install. These are not actually being used at all, just creating junk files.
-
-
Gregory Ashton authored
ROQ implementation into bilby See merge request !247
-
Gregory Ashton authored
-
Gregory Ashton authored
Resolves #266 and improve saved log likelihoods and priors Closes #266 See merge request !324
-
Gregory Ashton authored
-
-
Gregory Ashton authored
Resolve "`Result.plot_corner` should still work OOTB if I move the hdf5 file" Closes #260 See merge request !319
-
Moritz authored
-
Colm Talbot authored
Changed docstring: bilby.gw.waveform_generator.WaveformGenerator See merge request !339
Showing
- .gitlab-ci.yml 6 additions, 11 deletions.gitlab-ci.yml
- CHANGELOG.md 29 additions, 0 deletionsCHANGELOG.md
- MANIFEST.in 1 addition, 0 deletionsMANIFEST.in
- bilby/core/prior.py 8 additions, 4 deletionsbilby/core/prior.py
- bilby/core/result.py 95 additions, 51 deletionsbilby/core/result.py
- bilby/core/sampler/__init__.py 15 additions, 4 deletionsbilby/core/sampler/__init__.py
- bilby/core/sampler/base_sampler.py 26 additions, 11 deletionsbilby/core/sampler/base_sampler.py
- bilby/core/sampler/cpnest.py 2 additions, 0 deletionsbilby/core/sampler/cpnest.py
- bilby/core/sampler/emcee.py 14 additions, 5 deletionsbilby/core/sampler/emcee.py
- bilby/core/sampler/ptemcee.py 14 additions, 3 deletionsbilby/core/sampler/ptemcee.py
- bilby/core/sampler/ptmcmc.py 185 additions, 0 deletionsbilby/core/sampler/ptmcmc.py
- bilby/core/sampler/pymc3.py 18 additions, 8 deletionsbilby/core/sampler/pymc3.py
- bilby/core/sampler/pymultinest.py 1 addition, 1 deletionbilby/core/sampler/pymultinest.py
- bilby/gw/__init__.py 1 addition, 1 deletionbilby/gw/__init__.py
- bilby/gw/detector.py 4 additions, 4 deletionsbilby/gw/detector.py
- bilby/gw/likelihood.py 192 additions, 3 deletionsbilby/gw/likelihood.py
- bilby/gw/result.py 84 additions, 0 deletionsbilby/gw/result.py
- bilby/gw/source.py 110 additions, 0 deletionsbilby/gw/source.py
- bilby/gw/utils.py 119 additions, 19 deletionsbilby/gw/utils.py
- containers/Dockerfile-test-suite-python27 71 additions, 0 deletionscontainers/Dockerfile-test-suite-python27
bilby/core/sampler/ptmcmc.py
0 → 100644
bilby/gw/result.py
0 → 100644
containers/Dockerfile-test-suite-python27
0 → 100644