Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Container Registry
Model registry
Operate
Environments
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
lscsoft
bilby
Commits
6ab61c25
Commit
6ab61c25
authored
3 years ago
by
Colm Talbot
Browse files
Options
Downloads
Plain Diff
Merge branch 'v1.1.5_release' into 'master'
Version 1.1.5 release See merge request
!1056
parents
5eaa262b
a0ba44ee
No related branches found
Branches containing commit
Tags
v2.0.0
Tags containing commit
1 merge request
!1056
Version 1.1.5 release
Pipeline
#347381
failed
3 years ago
Stage: initial
Stage: test
Stage: docs
Stage: deploy
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+18
-0
18 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
19 additions
and
1 deletion
CHANGELOG.md
+
18
−
0
View file @
6ab61c25
# All notable changes will be documented in this file
## [1.1.5] 2022-01-14
Version 1.1.5 release of bilby
### Added
-
Option to enforce that a GW signal fits into the segment duration (!1041)
-
Remove the save
`.dat`
samples file with
`dynesty`
(!1028)
-
Catch corrupted
`json`
result result files being passed (!1034)
### Changes
-
Fixes to conversion function for
`nessai`
and
`cpnest`
(!1055)
-
Workaround for
`astropy`
v5 (!1054)
-
Various fixes to testing system (!1038, !1044, !1045, !1048)
-
Updated defaults for
`nessai`
(!1042)
-
Small bug fixes (!1032, !1036, !1039, !1046, !1052)
-
Bug fix in the definition of some standard interferometers (!1037)
-
Improvements to the multi-banded GWT likelihood (!1026)
-
Improve meta data comparison (!1035)
## [1.1.4] 2021-10-08
Version 1.1.4 release of bilby
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6ab61c25
...
...
@@ -70,7 +70,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
1.1.
4
'
VERSION
=
'
1.1.
5
'
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