Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sylvia Biscoveanu
bilby
Commits
fc5cbb7a
Commit
fc5cbb7a
authored
4 years ago
by
Moritz Huebner
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.0.1 release
parent
be4953c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+25
-0
25 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
26 additions
and
1 deletion
CHANGELOG.md
+
25
−
0
View file @
fc5cbb7a
# 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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
fc5cbb7a
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment