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

Version 0.4.2 release

parent c3e8c366
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,23 @@
### Removed
-
## [0.4.2] 2019-03-21
### Added
- Fermi-Dirac and SymmetricLogUniform prior distributions
- Multivariate Gaussian example and BNS example
- Added standard GWOSC channel names
- Initial work on a fake sampler for testing
- Option for aligned spins
- Results file command line interface
- Full reconstruction of marginalized parameters
### Changed
- Fixed scheduled tests and simplify testing environment
- JSON result files can now be gzipped
- Reduced ROQ memory usage
- Default checkpointing in cpnest
## [0.4.1] 2019-03-04
### Added
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.4.1'
VERSION = '0.4.2'
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