Commits on Source (73)
-
Moritz Huebner authored
-
Gregory Ashton authored
-
-
Gregory Ashton authored
Changed ordering of kwargs for Sine/Cosine constructor See merge request !892
-
-
Gregory Ashton authored
Fix likelihood count for Dynesty See merge request !853
-
-
Moritz Huebner authored
Allow any lal dictionary option and add numerical_relativity_file See merge request !896
-
-
Moritz Huebner authored
Adding LIGO India Aundha (A1) coordinates Closes #538 See merge request !886
-
Moritz Huebner authored
-
Moritz Huebner authored
-
Moritz Huebner authored
Resolve "Multidimensional Gaussian Example Failing" Closes #540 See merge request !901
-
Moritz Huebner authored
Resolve "Matplotlib error at dynesty checkpoint plot" Closes #546 See merge request !902
-
Gregory Ashton authored
Update the CI to run on auto-built images See merge request !899
-
Gregory Ashton authored
There seems to be an issue with colorbars in matplotlib 3.3.0. As this code is not reguarly used, I'm removing it from testing to avoid breaking scheduled tests.
-
Gregory Ashton authored
Resolve "Job Failed #1099283: plotting failing in scheduled tests" Closes #550 See merge request !904
-
-
Moritz Huebner authored
Resolve "Ultranest failing" Closes #552 See merge request !906
-
-
Moritz Huebner authored
Adds functionality to notch data See merge request !898
-
Colm Talbot authored
-
-
Moritz Huebner authored
Add a mean-log-likelihood method to improve the ACT estimation See merge request !842
-
Moritz Huebner authored
Use double for cpnest parameter See merge request !908
-
Colm Talbot authored
-
Only adds ultranest information gain if num_live_points is designated. Will later add information_gain property for ultranest.ReactiveNestedSampler runs.
-
Moritz Huebner authored
Add information gain result See merge request !907
-
Moritz Huebner authored
Merge branch '551-plot_time_domain_data-and-time-of-coalescence-for-waveform-seobnrv4' into 'master' Resolve "Plot_time_domain_data and time of coalescence for waveform SEOBNRv4" Closes #551 See merge request !909
-
-
Moritz Huebner authored
Resolve "Use tqdm.auto for better notebook performance" Closes #541 See merge request !895
-
-
Moritz Huebner authored
Resolve "plot_waveform_posterior uses non representative samples" Closes #536 See merge request !894
-
Sylvia Biscoveanu authored
-
Colm Talbot authored
-
-
Moritz Huebner authored
remove future imports See merge request !911
-
Moritz Huebner authored
Fix hyper PE example See merge request !910
-
https://git.ligo.org/lscsoft/bilbyMoritz Huebner authored
Conflicts: bilby/core/prior/analytical.py
-
-
Moritz Huebner authored
Fix sampler tests See merge request !912
-
-
Moritz Huebner authored
Prior normalization cache See merge request !914
-
Moritz Huebner authored
Make _ref_dist an attribute See merge request !913
-
Colm Talbot authored
-
Matthew David Pitkin authored
-
Moritz Huebner authored
utils.py: explicitly convert module keys to a list See merge request !920
-
-
Moritz Huebner authored
Add custom interpolation See merge request !917
-
Colm Talbot authored
-
Colm Talbot authored
Improve docs See merge request !915
-
Colm Talbot authored
-
Colm Talbot authored
Fix ci See merge request !922
-
John Douglas Veitch authored
-
-
Moritz Huebner authored
Fix custom interpolant See merge request lscsoft/bilby!923
-
Moritz Huebner authored
latex plots: Change newcommand to providecommand to prevent error when it is already defined See merge request !924
-
Michael Williams authored
-
Moritz Huebner authored
Add nessai to containers See merge request lscsoft/bilby!926
-
-
Moritz Huebner authored
Streamline hdf5 improvements See merge request lscsoft/bilby!925
-
-
Moritz Huebner authored
Allow sampling in aligned spin and spin magnitude See merge request lscsoft/bilby!868
-
-
Moritz Huebner authored
Add nessai sampler See merge request lscsoft/bilby!921
-
Colm Talbot authored
-
removed the likelihood matrix calculation within the likelihood function, and instead use a loop in the post-processing script
-
Moritz Huebner authored
Calibration marginalization using a discrete set of realizations See merge request lscsoft/bilby!851
-
-
Moritz Huebner authored
Some changes to the results file for reweighting and uses of reweighted results See merge request !856
-
Moritz Huebner authored
Fix MultiNest periodic keys See merge request lscsoft/bilby!927
-
Moritz Huebner authored
-
Moritz Huebner authored
Version 1.1.0 release See merge request !928
Showing
- .gitlab-ci.yml 42 additions, 17 deletions.gitlab-ci.yml
- CHANGELOG.md 40 additions, 1 deletionCHANGELOG.md
- bilby/__init__.py 0 additions, 1 deletionbilby/__init__.py
- bilby/core/__init__.py 0 additions, 1 deletionbilby/core/__init__.py
- bilby/core/grid.py 19 additions, 21 deletionsbilby/core/grid.py
- bilby/core/likelihood.py 14 additions, 15 deletionsbilby/core/likelihood.py
- bilby/core/prior/analytical.py 96 additions, 96 deletionsbilby/core/prior/analytical.py
- bilby/core/prior/base.py 57 additions, 26 deletionsbilby/core/prior/base.py
- bilby/core/prior/conditional.py 118 additions, 45 deletionsbilby/core/prior/conditional.py
- bilby/core/prior/dict.py 57 additions, 45 deletionsbilby/core/prior/dict.py
- bilby/core/prior/interpolated.py 8 additions, 8 deletionsbilby/core/prior/interpolated.py
- bilby/core/prior/joint.py 22 additions, 22 deletionsbilby/core/prior/joint.py
- bilby/core/prior/slabspike.py 11 additions, 11 deletionsbilby/core/prior/slabspike.py
- bilby/core/result.py 269 additions, 112 deletionsbilby/core/result.py
- bilby/core/sampler/__init__.py 7 additions, 6 deletionsbilby/core/sampler/__init__.py
- bilby/core/sampler/base_sampler.py 30 additions, 41 deletionsbilby/core/sampler/base_sampler.py
- bilby/core/sampler/cpnest.py 5 additions, 5 deletionsbilby/core/sampler/cpnest.py
- bilby/core/sampler/dnest4.py 2 additions, 2 deletionsbilby/core/sampler/dnest4.py
- bilby/core/sampler/dynamic_dynesty.py 2 additions, 3 deletionsbilby/core/sampler/dynamic_dynesty.py
- bilby/core/sampler/dynesty.py 25 additions, 14 deletionsbilby/core/sampler/dynesty.py
This diff is collapsed.