Skip to content
Snippets Groups Projects
Commit 8f617f6f authored by Avi Vajpeyi's avatar Avi Vajpeyi :alien:
Browse files

Merge branch 'V0.1.6' into 'master'

Version 0.1.6 release

See merge request lscsoft/parallel_bilby!77
parents 5284478a 0a784d2c
No related branches found
No related tags found
No related merge requests found
# All notable changes will be documented in this file
## v0.1.6 : 2020-09-08
- Add ROQ likelihood [@greg.ashton]
- Add complete config ini generation [@avi.vajpeyi]
- Rename `src` dir to `parallel_bilby` dir (to make `python setup.py develop` work) [@avi.vajpeyi]
## v0.1.5 : 2020-09-08
- Remove redundant pool.wait [@conrad.chan]
- Add Max Iterations fix [@conrad.chan]
......
......@@ -69,7 +69,7 @@ def get_long_description():
return long_description
VERSION = "0.1.5"
VERSION = "0.1.6"
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