Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rhiannon Udall
bilby
Commits
787cf21b
Commit
787cf21b
authored
Sep 14, 2020
by
Shanika Galaudage
Browse files
Merge branch 'v1.0.2_release' into 'master'
Version 1.0.2 release See merge request
lscsoft/bilby!877
parents
595e297e
cf376dce
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
787cf21b
# All notable changes will be documented in this file
## [1.0.2] 2020-09-14
Version 1.0.2 release of bilby
### Added
-
Template for the docker files (!783)
-
New delta_phase parameter (!850)
-
Normalization factor to time-domain waveform plot (!867)
-
JSON encoding for int and float types (!866)
-
Various minor formatting additions (!870)
### Changes
-
Switched to the conda-forge version of multinest and ultranest (!783)
-
Updates KAGRA - K1 interferometer information (!861)
-
Restructures to tests to be uniform across project (!834)
-
Fix to distance and phase marginalization method (!875)
-
Fixed roundoff of in-plane spins samples with vectorisation (!864)
-
Fix to reference distance and interpolant behavior (!858)
-
Fix to constraint prior sampling method (!863)
-
Clean up of code (!854)
-
Various minor bug, test and plotting fixes (!859, !874, !872, !865)
## [1.0.1] 2020-08-29
Version 1.0.1 release of bilby
...
...
setup.py
View file @
787cf21b
...
...
@@ -64,7 +64,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'1.0.
1
'
VERSION
=
'1.0.
2
'
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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