From ce2fffbb4b77ddd2ceca0707c67c29e5dcd3c7a6 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 10 Jan 2019 11:48:32 +1100 Subject: [PATCH] Version 0.3.4 release --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 769e5492..335a9b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,19 @@ ## Unreleased +## [0.3.4] 2019-01-10 + ### Changes +- Renamed the "basic_tutorial.py" example to "fast_tutorial.py" and created a + "standard_15d_cbc_tutorial.py" - Renamed "prior" to "priors" in bilby.gw.likelihood.GravtitationalWaveTransient for consistency with bilby.core. **WARNING**: This will break scripts which use marginalization. - Fixed definition of matched_filter_snr, the interferometer method has become `ifo.inner_product`. +### Added +- log-likelihood evaluations for pymultinest + ## [0.3.3] 2018-11-08 Changes currently on master, but not under a tag. diff --git a/setup.py b/setup.py index 9d6ac484..c6a5f2de 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readfile(filename): return filecontents -VERSION = '0.3.3' +VERSION = '0.3.4' version_file = write_version_file(VERSION) long_description = get_long_description() -- GitLab