From fe05226946a732051884eeec21dc9a4b13786069 Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Tue, 13 Dec 2022 22:51:25 +0000 Subject: [PATCH] Version 1.4.1 Release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 935093af5..f51b7186f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # All notable changes will be documented in this file +## [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 +- Documentation updates (!1181, !1183) +- Fix some of the examples in the repository (!1182) +- Make sure conversion to symmetric mass ratio always returns a valid value (!1184) +- Provide a default nlive for dynamic dynesty (!1185) +- Enable the relative binning likelihood to be initialized with ra/dec when sampling in a different sky parameterization (!1186) +- Make sure that all dumping pickle files is done safely (!1189) +- Make error catching for `dynesty` checkpointing more robust (!1190) + ## [1.4.0] 2022-11-18 Version 1.4.0 release of Bilby -- GitLab