diff --git a/CHANGELOG.md b/CHANGELOG.md index c86ed6beae31f03c8d1e8c1a71f0a4ac88f84e0e..16ccafc5e7bd46d33b7223b16df5a663db1ce852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # All notable changes will be documented in this file +## [1.1.4] 2021-10-08 +Version 1.1.4 release of bilby + +### Added +- Version of dynesty pinned to less than v1.1 to anticipate breaking changes (!1020) +- Pool to computation of SNR (!1013) +- Ability to load results produced with custom priors (!1010) +- The nestcheck test (!1005) +- Bilby-mcmc guide to docs (!1001) +- Codespell pre-commit (!996) +- MBGravitationalWaveTransient (!972) +- Zeus MCMC sampler support (!962) +- Option to use print rather than tqdm (!937) + +### Changes +- Updates citation guide (!1030) +- Minor bug fixes (!1029, !1025, !1022, !1016, !1018, !1014, !1007, !1004) +- Typo fix in eart light crossing (!1003) +- Fix zero spin conversion (!1002) + ## [1.1.3] 2021-07-02 Version 1.1.3 release of bilby diff --git a/setup.py b/setup.py index d0594a673aeba14655d18345c26a212d797f6268..e061f2e443620a4acf690a36facc0618cda2b895 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def readfile(filename): return filecontents -VERSION = '1.1.3' +VERSION = '1.1.4' version_file = write_version_file(VERSION) long_description = get_long_description()