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

Version 0.5.1 release

parent a0d16709
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,19 @@
### Removed
-
## [0.5.1] 2019-06-05
### Added
- Option for the GraceDB service URL
- Precessing BNS
- Functionality to make a waveform plot
### Changed
- Changes to ROQ weight generation: finer time-steps and fixed a bug in the time definition
- Fixed typo "CompactBinaryCoalesnce" -> "CompactBinaryCoalescence" (old class now has deprecation warning)
- Fixed a minor bug in the frequency mask caching
- Minor refractoring of the GWT likelihood and detector tests
- Initial samples in dynesty now generated from the constrained prior
## [0.5.0] 2019-05-08
### Added
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.5.0'
VERSION = '0.5.1'
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