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

Version 0.4.3 release

parent 0878e885
No related branches found
No related tags found
No related merge requests found
Pipeline #54819 passed
......@@ -11,6 +11,17 @@
### Removed
-
## [0.4.3] 2019-03-21
### Added
- Constraint prior: in prior files you can now add option of a constraint based
on other parameters. Currently implements mass-constraints only.
- Grid likelihood: module to evaluate the likelihood on a grid
### Changed
- The GWTransientLikelihood no longer returns -inf for m2 > m1. It will evaluate
the likelihood as-is. To implement the constraint, use the Constraint priors.
## [0.4.2] 2019-03-21
### Added
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.4.2'
VERSION = '0.4.3'
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