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

Version 0.4.4 release

parent 4d2d5d36
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,27 @@
## Unreleased
### Added
-
-
### Changed
-
### Removed
-
## [0.4.4] 2019-04-03
### Added
- Infrastucture for custom jump proposals (cpnest-only)
- Evidence uncertainty estimate to cpnest
### Changed
- Bug fix to close figures after creation
- Improved the frequency-mask to entirely remove values outside the mask rather
than simply set them to zero
- Fix problem with Prior prob and ln_prob if passing multiple samples
- Improved cpnest prior sampling
### Removed
-
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.4.3'
VERSION = '0.4.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