Commits on Source (47)
-
Colm Talbot authored
-
Colm Talbot authored
Reduce imports Closes #558 See merge request !933
-
Colm Talbot authored
-
-
Moritz Huebner authored
bilby/gw/likelihood.py: speed up ROQ weight calculation with IFFT See merge request !903
-
Gregory Ashton authored
-
Michael Williams authored
-
Colm Talbot authored
-
Moritz Huebner authored
Remove pin on the numpy version Closes #555 See merge request !934
-
-
Moritz Huebner authored
Remove deprecated functions/classes See merge request !936
-
Gregory Ashton authored
-
Gregory Ashton authored
Reduce time required for the sampler tests See merge request !949
-
-
Gregory Ashton authored
Resolve "Unclear Error Message if module other than bilby is specified" Closes #487 See merge request lscsoft/bilby!935
-
Gregory Ashton authored
-
Cherry picked from !905 - Add parameter sets to the source file - Add parameter properties to the CBC prior files (e.g. prior.tidal) - Suppress errstate warnings in the prior and likelihood - Fix bug in rescale for 1D objects
-
Moritz Huebner authored
Improvements to bilby.gw See merge request !948
-
Cherry picked from !905 - Encapsulate all calls to lal.GreenwichMeanSiderealTime in a function - Add explicit conversion to a float to capture 1D arrays
-
Moritz Huebner authored
Encapsulate GMST method in gw.utils See merge request !947
-
Moritz Huebner authored
Suppress the error message when creating injections See merge request !938
-
Cherry picked results from !905: - Add ignore errstate to avoid warning messages - Add helper properties for the width, non_fixed_keys, fixed_keys, and constraint_keys - Add constraints to the ConditionalPrior
-
Moritz Huebner authored
Improvements to the core prior class See merge request !944
-
Moritz Huebner authored
HDF5: Fix loading meta data, booleans, string lists See merge request !941
-
Moritz Huebner authored
-
Moritz Huebner authored
Make tables an optional requirement Closes #561 See merge request lscsoft/bilby!930
-
Cherry picked results from !905: - Add the exist_ok=True flag to mkdirs resolving errors caused when the directory is created before it is written (common on large-scale HTC runs).
-
Moritz Huebner authored
Add exists_ok to mkdir See merge request !946
-
-
Moritz Huebner authored
Increase the default dynesty checkpoint time to 30 minutes See merge request !940
-
Note: this will change the default behaviour when combining both MCMC and nested samples. Instead of shuffling the results together, they will be unshuffled enabling converge checks of the individual chains. - Add option to shuffle posteriors when combining (default to false) - Add mcmc sample combine
-
Moritz Huebner authored
Add MCMC combine method and improve shuffle behaviour when combining results See merge request !945
-
Gregory Ashton authored
Resolve "Sample from the prior test failing due to timeout" Closes #565 See merge request !950
-
Gregory Ashton authored
Switch to using .size instead of len See merge request !951
-
Gregory Ashton authored
-
Gregory Ashton authored
Add errstate ignore to the gw.conversion module See merge request !952
-
Colm Talbot authored
-
Colm Talbot authored
-
Francisco Javier Hernandez authored
-
Moritz Huebner authored
Make building distance marginalization lookup table faster See merge request !957
-
Moritz Huebner authored
-
Moritz Huebner authored
Fix pickle See merge request !932
-
-
Moritz Huebner authored
Add an extras requires to enable downstream packages to depend on bilby[gw] See merge request !939
-
Moritz Huebner authored
Add dynesty unit plot See merge request !954
-
Moritz Huebner authored
Fix _base_roq_waveform See merge request !959
-
Moritz Huebner authored
Showing
- .gitlab-ci.yml 1 addition, 2 deletions.gitlab-ci.yml
- CHANGELOG.md 30 additions, 0 deletionsCHANGELOG.md
- bilby/__init__.py 1 addition, 1 deletionbilby/__init__.py
- bilby/core/grid.py 7 additions, 5 deletionsbilby/core/grid.py
- bilby/core/prior/analytical.py 16 additions, 13 deletionsbilby/core/prior/analytical.py
- bilby/core/prior/base.py 7 additions, 2 deletionsbilby/core/prior/base.py
- bilby/core/prior/conditional.py 3 additions, 3 deletionsbilby/core/prior/conditional.py
- bilby/core/prior/dict.py 51 additions, 20 deletionsbilby/core/prior/dict.py
- bilby/core/prior/interpolated.py 2 additions, 2 deletionsbilby/core/prior/interpolated.py
- bilby/core/prior/joint.py 1 addition, 1 deletionbilby/core/prior/joint.py
- bilby/core/prior/slabspike.py 2 additions, 2 deletionsbilby/core/prior/slabspike.py
- bilby/core/result.py 86 additions, 24 deletionsbilby/core/result.py
- bilby/core/sampler/__init__.py 2 additions, 2 deletionsbilby/core/sampler/__init__.py
- bilby/core/sampler/dynamic_dynesty.py 4 additions, 3 deletionsbilby/core/sampler/dynamic_dynesty.py
- bilby/core/sampler/dynesty.py 23 additions, 12 deletionsbilby/core/sampler/dynesty.py
- bilby/core/sampler/emcee.py 7 additions, 6 deletionsbilby/core/sampler/emcee.py
- bilby/core/sampler/fake_sampler.py 1 addition, 0 deletionsbilby/core/sampler/fake_sampler.py
- bilby/core/sampler/kombine.py 4 additions, 2 deletionsbilby/core/sampler/kombine.py
- bilby/core/sampler/ptemcee.py 14 additions, 10 deletionsbilby/core/sampler/ptemcee.py
- bilby/core/utils.py 41 additions, 51 deletionsbilby/core/utils.py