Skip to content

Version 1.1.0 release

Moritz Huebner requested to merge version_1.1.0_release into master

[1.1.0] 2021-03-15

Version 1.1.0 release of bilby

Added

Changes

  • Fixed periodic keys not working when constrained priors are present in pymultinest (!927 (merged))
  • Some changes to reweighting likelihoods (!851 (merged))
  • CBCPriorDict is now a ConditionalPriorDict (!868 (merged))
  • Fixed hyper PE example (!910 (merged))
  • Pinned numpy and pandas version number (!916 (merged))
  • Fixed an issue with GPS times in cpnest
  • deepdish is now longer a requirement since it lost its support (!925 (merged))
  • Removed annoying warning message due to use of newcommand in latex (!924 (merged))
  • Interpolation should be slightly faster now because we now access interpolation libraries more directly (!917 (merged), !923 (merged))
  • Documentation now builds properly (!915 (merged))
  • Fixed a bug caused by loaded_modules_dict (!920 (merged))
  • _ref_dist is an attribute now which speeds up distance marginalised runs slightly (!913 (merged))
  • Cache normalisation for PriorDict objects without Constraint priors (!914 (merged))
  • Removed some deprecated __future__ imports (!911 (merged))
  • Fixed the behaviour of plot_waveform_posterior to use representative samples (!894 (merged))
  • Uses tqdm.auto in some samplers now for better progress bars (!895 (merged))
  • Fixed the correction of the epoch in time domain waveforms when using a segment duration that is not a power of two (!909 (merged))
  • Fixed ultranest from failing
  • Fixed issues with plotting failing in tests (!904 (merged))
  • Changed the CI to run on auto-built images (!899 (merged))
  • Resolved a matplotlib error occuring at dynesty checkpoint plots (!902 (merged))
  • Fixed the multidimensional Gaussian example (!901 (merged))
  • Now allow any lal dictionary option and added a numerical relativity file (!896 (merged))
  • Fixed the likelihood count in dynesty (!853 (merged))
  • Changed the ordering of keyword arguments for the Sine and Cosine constructors (!892 (merged))
Edited by Moritz Huebner

Merge request reports