diff --git a/CHANGELOG.md b/CHANGELOG.md index 93611c64ce88e72da6dc99f6b85f83ad78b51908..7ef9d51562de405aeeac90ff76703740aef5068e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 02df8d39a3fba50000228726d142d4773a36f344..c5cc1b7198e0cf7903d1892ffa00bd6500c29c4b 100644 --- a/setup.py +++ b/setup.py @@ -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()