Skip to content
Snippets Groups Projects
Commit 5428c2ee authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch 'version_1.0.1_release' into 'master'

Version 1.0.1 release

See merge request !862
parents be4953c9 fc5cbb7a
No related branches found
No related tags found
1 merge request!862Version 1.0.1 release
Pipeline #152303 passed
# All notable changes will be documented in this file
## [1.0.1] 2020-08-29
Version 1.0.1 release of bilby
### Added
- Added an rcparams configuration for plotting (!832)
- Added `chi_1` and `chi_2` parameters to default latex label dictionary (!841)
- Allow output merged result file to be gzip or saved as a HDF5 file (!802)
### Changes
- Fixed first value in EOS cumulative integral(!860)
- Fixed saving the number of likelihood evaluations (!848)
- Likelihood condition is now strictly increasing (!846)
- Fixed a minor issue with conditional priors that could cause unexpected behaviour in edge cases (!838)
- Fixed `__repr__` method in the `FromFile` prior (!836)
- Fixed an issue that caused problems for some users when plotting with a latex backend (!816)
- Fixed bug that occured when min/max of interpolated priors was changed (!815)
- Fixed time domain waveform epoch (!736)
- Fixed time keeping in multinest (!830)
- Now checks if marginalised priors were defined before marginalising (!829)
- Fixed an issue with multivariate Gaussian prior (!822)
- Various minor code improvements (!836)(!839)
- Various minor bug fixes and improvements to the documentation (!820)(!823)(!837)
- Various testing improvements (!833)(!847)(!855)(!852)
## [1.0.0] 2020-07-06
Version 1.0 release of bilby
......
......@@ -64,7 +64,7 @@ def readfile(filename):
return filecontents
VERSION = '1.0.0'
VERSION = '1.0.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