Skip to content
Snippets Groups Projects
Commit ce2fffbb authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Version 0.3.4 release

parent 2dde3303
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment