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
c14eb63b
Commit
c14eb63b
authored
3 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Plain Diff
Merge branch 'v1.1.4_release' into 'master'
Version 1.1.4 release See merge request
!1033
parents
cc950e4b
17bc10a3
No related branches found
No related tags found
1 merge request
!1033
Version 1.1.4 release
Pipeline
#305715
failed
3 years ago
Stage: initial
Stage: test
Stage: docs
Stage: deploy
Changes
2
Pipelines
16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+20
-0
20 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
21 additions
and
1 deletion
CHANGELOG.md
+
20
−
0
View file @
c14eb63b
# All notable changes will be documented in this file
## [1.1.4] 2021-10-08
Version 1.1.4 release of bilby
### Added
-
Version of dynesty pinned to less than v1.1 to anticipate breaking changes (!1020)
-
Pool to computation of SNR (!1013)
-
Ability to load results produced with custom priors (!1010)
-
The nestcheck test (!1005)
-
Bilby-mcmc guide to docs (!1001)
-
Codespell pre-commit (!996)
-
MBGravitationalWaveTransient (!972)
-
Zeus MCMC sampler support (!962)
-
Option to use print rather than tqdm (!937)
### Changes
-
Updates citation guide (!1030)
-
Minor bug fixes (!1029, !1025, !1022, !1016, !1018, !1014, !1007, !1004)
-
Typo fix in eart light crossing (!1003)
-
Fix zero spin conversion (!1002)
## [1.1.3] 2021-07-02
Version 1.1.3 release of bilby
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
c14eb63b
...
...
@@ -69,7 +69,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
1.1.
3
'
VERSION
=
'
1.1.
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