Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Michael Williams
bilby
Commits
03b41f8c
Commit
03b41f8c
authored
May 13, 2020
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.6.8 release
parent
582c83df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
CHANGELOG.md
CHANGELOG.md
+18
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
03b41f8c
# 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
### Changes
-
Allow dynesty to run with multiprocessing (!754)
...
...
setup.py
View file @
03b41f8c
...
...
@@ -64,7 +64,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'0.6.
7
'
VERSION
=
'0.6.
8
'
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment