Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 39.50 KiB

All notable changes will be documented in this file

[2.1.2] 2023-07-17

Version 2.1.2 release of Bilby

This is a bugfix release. Note that one of the changes will have a significant impact on scripts that rely on a seed for random data generation. Where users have previously used np.random.seed they should now call bilby.core.utils.random.seed.

Changes

  • Fix issues related to random number generation with multiprocessing (!1273 (merged))
  • Enable cosmological priors to be written/read in our plain text format (!1258 (merged))
  • Allow posterior reweighting to be performed when changing the likelihood and the prior (!1260 (merged))

[2.1.1] 2023-04-28

Version 2.1.1 release of Bilby

Bugfix release

Changes

  • Fix the matched filter SNR phase for the multiband likelihood (!1253 (merged))
  • Bugfix for Fisher matrix proposals in bilby_mcmc (!1251 (merged))
  • Make the changes to the spline calibration backward compatible, 2.0.2 resume files can't be read with 2.1.0 (!1250 (merged))

[2.1.0] 2023-04-12

Version 2.1.0 release of Bilby

Minor feature improvements and bug fixes

Additions

Changes

Deprecated

[2.0.2] 2023-03-21

Version 2.0.2 release of Bilby

This is a bugfix release after the last major update.

Changes

[2.0.1] 2023-03-13

Version 2.0.1 release of Bilby

This is a bugfix release after the last major update.

Users may notice changes in inferred binary neutron star masses after updating to match lalsuite.

Changes

  • Make sure quantities that need to be conserved between dynesty iterations are class-level attributes (!1225 (merged)).
  • Fix massive memory usage in post-processing calculation of SNRs (!1227 (merged)).
  • Update value for the solar mass (!1229 (merged)).
  • Make scikit-learn an explicit dependence of bilby[GW] (!1230 (merged)).

[2.0.0] 2023-02-29

Version 2.0.0 release of Bilby

This major version release has a significant change to the behaviour of the dynesty wrapper.

There are also a number of bugfixes and some new features in sampling and GW utilities.

Added

  • Add marginalized time reconstruction for the ROQ likelihood (!1196 (merged))
  • Generate the dynesty posterior using rejection sampling by default (!1203 (merged))
  • Add optimization for mass ratio prior peaking at equal masses (!1204 (merged))
  • Add option to sample over a number of precomputed calibration curves (!1215 (merged))

Changes

[1.4.1] 2022-12-07

Version 1.4.1 release of Bilby

This is a bugfix release to address some minor issues identified after v1.4.0.

Changes

[1.4.0] 2022-11-18

Version 1.4.0 release of Bilby

The main changes in this release are support for more recent versions of dynesty (!1138 (merged)) and nessai (!1161 (merged)) and adding the RelativeBinningGravitationalWaveTransientLikelihood (!1105 (merged)) (see arXiv:1806.08792) for details.

Added

  • Per-detector likelihood calculations (!1149 (merged))
  • bilby.gw.likelihood.relative.RelativeBinningGravitationalWaveTransient (!1105 (merged))

Changes

  • Reset the timer for PyMultiNest when overwriting an existing checkpoint directory (!1163 (merged))
  • Cache the computed the noise log likelihood for the GravitationalWaveTransient (!1179 (merged))
  • Set the reference chirp mass for the multi banded likelihood from the prior when not specified (!1169 (merged))
  • Bugfix in the name of the saved ASD file in Interferometer.save_data (!1176 (merged))
  • Modify the window length for stationarity tests for ptemcee (!1146 (merged))
  • Explicit support for nessai>=0.7.0 (!1161 (merged))
  • Allow prior arguments read from a string to be functions (!1144 (merged))
  • Support dynesty>=1.1.0 (!1138 (merged))

[1.3.0] 2022-10-23

Version 1.3.0 release of Bilby

This release has a major change to a sampler interface, pymc3 is no longer supported, users should switch to pymc>=4. This release also adds a new top-level dependency, bilby-cython.

This release also contains various documentation improvements.

Added

  • Improved logging of likelihood information when starting sampling (!1148 (merged))
  • Switch some geometric calculations to use optimized bilby-cython package (!1053 (merged))
  • Directly specify the starting point for bilby_mcmc (!1155 (merged))
  • Allow a signal to be specified to only be present in a specific Interferometer (!1164 (merged))
  • Store time domain model function in CBCResult metadata (!1165 (merged))

Changes

  • Switch from pymc3 to pymc (!1117 (merged))
  • Relax equality check for distance marginalization lookup to allow cross-platform use (!1150 (merged))
  • Fix to deal with non-checkpointing bilby_mcmc analyses (!1151 (merged))
  • Allow result objects with different analysis configurations to be combined (!1153 (merged))
  • Improve the storing of environment information (!166 (merged))
  • Fix issue when specifying distance and redshfit independently (!1154 (merged))
  • Fix a bug in the storage of likelihood/prior samples for bilby_mcmc (!1156 (merged))

[1.2.1] 2022-09-05

Version 1.2.1 release of Bilby

This release contains a few bug fixes following 1.2.0.

Changes

  • Improve how sampling seed is handled across samplers (!1134 (merged))
  • Make sure labels are included when evidences are in corner plot legend (!1135 (merged))
  • Remove calls to getargspec (!1136 (merged))
  • Make sure parameter reconstruction cache is not mangled when reading (!1126 (merged))
  • Enable the constant uncertainty calibration spline to have a specifiable boundary condition (!1137 (merged))
  • Fix a bug in checkpointing for bilby_mcmc (!1141 (merged))
  • Fix the LALCBCWaveformGenerator (!1140 (merged))
  • Switch to automatic versioning with setuptools_scm (!1125 (merged))
  • Improve the stability of the multivariate normal prior (!1142 (merged))
  • Extend mass conversions to include source-frame parameters (!1131 (merged))
  • Fix prior ranges for GW150914 example (!1129 (merged))

[1.2.0] 2022-08-15

Version 1.2.0 release of Bilby

This is the first release that drops support for Python<3.8.

This release involves major refactoring, especially of the sampler implementations.

Additionally, there are a range of improvements to how information is passed with multiprocessing.

Added

Changes

Deprecated/removed

  • Require Python>=3.8
  • Require astropy>=5
  • bilby.core.utils.conversion.gps_time_to_gmst
  • bilby.core.utils.spherical_to_cartesian
  • bilby.core.utils.progress
  • Deepdish IO for Result, Interferometer, and InterferometerList

[1.1.5] 2022-01-14

Version 1.1.5 release of Bilby

Added

  • Option to enforce that a GW signal fits into the segment duration (!1041 (merged))
  • Remove the save .dat samples file with dynesty (!1028 (merged))
  • Catch corrupted json result result files being passed (!1034 (merged))

Changes

[1.1.4] 2021-10-08

Version 1.1.4 release of bilby

Added

Changes

[1.1.3] 2021-07-02

Version 1.1.3 release of bilby

Added

Changes

  • Removed the autoburnin causing kombine to fail the CI tests (!988 (merged))
  • Sped up the spline interpolation in ROQ (!971 (merged))
  • Replaced bessel interpolant to scipy function (!976 (merged))
  • Improved checkpoint stats plot (!977 (merged))
  • Fixed a typo in the sampler documentation (!986 (merged))
  • Fixed issue that causes ConditionalDeltaFunction posterior samples not to be saved correctly (!973 (merged))
  • Solved an issue where injected SNRs were logged incorrectly (!980 (merged))
  • Made Python 3.6+ a specific requirement (!978 (merged))
  • Fixed the calibration and time marginalized likelihood (!978 (merged))
  • Removed a possible error in the distance marginalization (!960 (merged))
  • Fixed an issue where check_draw did not catch np.nan values (!965 (merged))
  • Removed a superfluous line in the docs configuration file (!963 (merged))
  • Added a warning about class side effects to the GravtiationalWaveTransient likelihood classes (!964 (merged))
  • Allow ptemcee initialization with array (!955 (merged))
  • Removed Prior.test_valid_for_rescaling (!956 (merged))
  • Replaced deprecated numpy aliases builtins (!970 (merged))
  • Fixed a bug in the algorithm to determine time resolution of ROQ (!967 (merged))
  • Restructured utils module into several submodules. API remains backwards compatible (!873 (merged))
  • Changed number of default walks in dynesty from 10*self.ndim to 100 (!961 (merged))

[1.1.2] 2021-05-05

Version 1.1.2 release of bilby

Added

  • Added MCMC combine method and improved shuffle behaviour when combining results (!945 (merged))
  • Added an extras requires to enable downstream packages to depend on bilby.gw (!939 (merged))
  • Added a dynesty unit plot (!954 (merged))

Changes

[1.1.1] 2021-03-16

Version 1.1.1 release of bilby

Changes

  • Added include requirements.txt in MANIFEST.in to stop the pip installation from breaking

[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 occurring 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))

[1.0.4] 2020-11-23

Version 1.0.4 release of bilby

Added

  • Added a chirp-mass and mass-ratio prior which are uniform in component masses (!891 (merged))

Changes

  • Fixed issue in the CI

[1.0.3] 2020-10-23

Version 1.0.3 release of bilby

Added

Changes

[1.0.2] 2020-09-14

Version 1.0.2 release of bilby

Added

Changes

[1.0.1] 2020-08-29

Version 1.0.1 release of bilby

Added

  • Added an rcparams configuration for plotting (!832 (merged))
  • Added chi_1 and chi_2 parameters to default latex label dictionary (!841 (merged))
  • Allow output merged result file to be gzip or saved as a HDF5 file (!802 (merged))

Changes

[1.0.0] 2020-07-06

Version 1.0 release of bilby

Changes

  • Minor bug fixes and typo changes only from 0.6.9, see git.ligo.org/lscsoft/bilby/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=1.0.0 for details

[0.6.9] 2020-05-21

Changes

[0.6.8] 2020-05-13

Added

Changes

[0.6.7] 2020-04-15

Changes

  • Allow dynesty to run with multiprocessing (!754 (merged))
  • Rewrite ptemcee implementation (!750 (merged))
  • Change 'source frame' to 'detector frame' in L34-35 of compare_samplers tutorial (!745 (merged))
  • Allow lal dictionary to be passed through to '_base_lal_cbc_fd_waveform' (!752 (merged))

[0.6.6] 2020-03-06

Changes

  • Fix bug where injected values are not present for corner plot (!749 (merged))
  • Significant backwards-incompatible improvements to dynesty checkpointing (!746 (merged))
  • Improve checkpoint interval calculation with dynesty (!741 (merged))
  • Fix reading of PriorDict class from result file (!739 (merged))
  • Fix definition of time for time-domain lalsimulation waveforms (!736 (merged))
  • LaTeX text formatting for plots by default (!702 (merged))

Added

  • Normalisation dynamically computed when using prior constraints (!704 (merged))

[0.6.5] 2020-02-14

Changes

Added

Removed

[0.6.4] 2020-01-30

Changes

Added

[0.6.3] 2020-01-03

Changed

[0.6.2] 2019-12-20

Added

Changed

  • Fixed a caching issue with the waveform generators (!630 (merged))
  • Fixed an issue that made the dynamic dynesty sampler not work (!667 (merged))
  • Changed the backend docker files (!669 (merged))
  • Fixed an error when plotting time domain data when using filtfilt=True
  • Interped priors now dynamically update when new yy values are set (!675 (merged))
  • Fixed the ROQ scaling checks (!678 (merged))

[0.6.1] 2019-12-02

HotFix release following 0.6.0 fixing a minor bug in the generation of derived parameters.

[0.6.0] 2019-12-02

Added

  • A bilby-implemenatation of the dynesty rwalk proposal method (!640 (merged))
  • An ACT estimate to the rwalk option (!643 (merged))
  • HTML waveform plots and general improvements to the waveform plot (!641 (merged), !659 (merged))
  • Add a function to resample bilby generated with a uniform in mass ratio and chirp_mass prior to uniform in component mass (!642 (merged))
  • Adds checking to the ROQ usage: warning messages generated when out of bounds (!549 (merged))
  • A safety check to the time reconstrucion (!633 (merged))
  • Added the kombine sampler (!637 (merged))
  • Added in-plane spins (!646 (merged))

Changes

  • Changed the PriorDict base class to from OrderedDict to just dict. This fixes an issue with pickling priors (!652 (merged))
  • Improvements to the behaviour of the conversion functions (!647 (merged))
  • Prevent chirp mass railing for the GW150914 examples (!635 (merged))

[0.5.9] 2019-10-25

Added

Changes

Removed

[0.5.8] 2019-09-26

Added

  • Progress bar in post-processing step

Changed

  • Fixed implementation of calibration !607 (merged)
  • Fixed interaction with dynesty for reflective bounds !604 (merged)
  • Fixed behaviour of n_effective with check pointing !603 (merged)
  • Fixed testing of constants !605 (merged)
  • Fixed bug in bilby_result with python2.7

[0.5.7] 2019-09-19

Added

  • bilby_convert_resume file CL tool for converting dynesty resume files into preresults !599 (merged)

Changes

  • Change the constants (Msun, REarth etc) to match the values in LAL !597 (merged)
  • Change the Greenwhich Mean Sidereal Time conversion to match the method in LAL !597 (merged)
  • Update dynesty requirement to 1.0.0
  • Improve integration of bounds with dynesty !589 (merged)
  • Fixed issue with mutable default argument !596 (merged)
  • Allow the use of n_effective in dynesty !592 (merged)
  • Allow the use of n_periodic in cpnest !591 (merged)
  • Fix bug in dt calc

[0.5.6] 2019-09-04

Changes

  • Deprecation of the old helper functions (e.g., fetch open data)
  • Improvements to the documentation
  • Fix a bug in the dt calculations of the GW likelihood
  • Various small bug fixes

Added

  • LAL version information in the meta data

[0.5.5] 2019-08-22

Added

  • Reading/writing of the prior in a JSON format
  • Checks for marginalization flags

Changes

  • Improvements to the examples: reorganisation and fixing bugs
  • Fixed bug with scipy>=1.3.0 and spline
  • Removed the sqrt(2) normalisation from the scalar longitudinal mode
  • Improve PSD filename reading (no longer required "/" to read local files)
  • Fix bug in emcee chains
  • Added a try/except clause for building the lookup table

[0.5.4] 2019-07-30

Added

  • Analytic CDFs
  • Reading/writing of grid results objects