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
37c30c27
Commit
37c30c27
authored
5 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.4.3 release
parent
0878e885
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#54819
passed
5 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+11
-0
11 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
12 additions
and
1 deletion
CHANGELOG.md
+
11
−
0
View file @
37c30c27
...
...
@@ -11,6 +11,17 @@
### Removed
-
## [0.4.3] 2019-03-21
### Added
-
Constraint prior: in prior files you can now add option of a constraint based
on other parameters. Currently implements mass-constraints only.
-
Grid likelihood: module to evaluate the likelihood on a grid
### Changed
-
The GWTransientLikelihood no longer returns -inf for m2 > m1. It will evaluate
the likelihood as-is. To implement the constraint, use the Constraint priors.
## [0.4.2] 2019-03-21
### Added
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
37c30c27
...
...
@@ -57,7 +57,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
0.4.
2
'
VERSION
=
'
0.4.
3
'
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