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

Version 0.6.8 release

parent 582c83df
No related branches found
No related tags found
No related merge requests found
# All notable changes will be documented in this file # All notable changes will be documented in this file
## [0.6.8] 2020-05-13
### Added
- Option to sample in the sky frame (!786)
- Multiprocessing to reconstruction of marginalized parameters (!782)
- Generic reweighting method for likelihood / priors (!776)
- Parameterized EOS sampling (!543)
- Implementation of the UltraNest sampler (!766)
- Implementation of arVix result files (!772)
- Added basic pre-commit behaviour (!763)
### Changes
- Updated the default PSD to O4 (!757)
- Make multinest allow long file names, optional and work with MPI (!764 !785)
- Add min/max to aligned spin prior (!787)
- Reduce redudant code (!703)
- Added testing for python 3.8 (!762)
- Improvements to the waveform plot (!769)
## [0.6.7] 2020-04-15 ## [0.6.7] 2020-04-15
### Changes ### Changes
- Allow dynesty to run with multiprocessing (!754) - Allow dynesty to run with multiprocessing (!754)
......
...@@ -64,7 +64,7 @@ def readfile(filename): ...@@ -64,7 +64,7 @@ def readfile(filename):
return filecontents return filecontents
VERSION = '0.6.7' VERSION = '0.6.8'
version_file = write_version_file(VERSION) version_file = write_version_file(VERSION)
long_description = get_long_description() 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