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
ce2fffbb
Commit
ce2fffbb
authored
6 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.3.4 release
parent
2dde3303
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
8 additions
and
1 deletion
CHANGELOG.md
+
7
−
0
View file @
ce2fffbb
...
...
@@ -2,12 +2,19 @@
## Unreleased
## [0.3.4] 2019-01-10
### Changes
-
Renamed the "basic_tutorial.py" example to "fast_tutorial.py" and created a
"standard_15d_cbc_tutorial.py"
-
Renamed "prior" to "priors" in bilby.gw.likelihood.GravtitationalWaveTransient
for consistency with bilby.core.
**WARNING**
: This will break scripts which
use marginalization.
-
Fixed definition of matched_filter_snr, the interferometer method has become
`ifo.inner_product`
.
### Added
-
log-likelihood evaluations for pymultinest
## [0.3.3] 2018-11-08
Changes currently on master, but not under a tag.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ce2fffbb
...
...
@@ -57,7 +57,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
0.3.
3
'
VERSION
=
'
0.3.
4
'
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