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
75d4d747
Commit
75d4d747
authored
5 years ago
by
Moritz Huebner
Browse files
Options
Downloads
Patches
Plain Diff
0.6.2 release
parent
eef57b3b
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
+13
-0
13 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
14 additions
and
1 deletion
CHANGELOG.md
+
13
−
0
View file @
75d4d747
# All notable changes will be documented in this file
## [0.6.2] 2019-12-20
### Added
-
Introduced conditional prior sets (!332)(!673)(!674)
-
Introduced joint priors (!668)
-
Added a check to make sure sampling time exists before trying to update (!672)
### Changed
-
Fixed a caching issue with the waveform generators (!630)
-
Fixed an issue that made the dynamic dynesty sampler not work (!667)
-
Changed the backend docker files (!669)
-
Fixed an error when plotting time domain data when using
`filtfilt=True`
-
`Interped`
priors now dynamically update when new
`yy`
values are set (!675)
-
Fixed the ROQ scaling checks (!678)
## [0.6.1] 2019-12-02
HotFix release following 0.6.0 fixing a minor bug in the generation of derived
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
75d4d747
...
...
@@ -57,7 +57,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
0.6.
1
'
VERSION
=
'
0.6.
2
'
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