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
cf376dce
Commit
cf376dce
authored
4 years ago
by
Shanika Galaudage
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.0.2 release
parent
595e297e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!877
Version 1.0.2 release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+22
-0
22 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
23 additions
and
1 deletion
CHANGELOG.md
+
22
−
0
View file @
cf376dce
# All notable changes will be documented in this file
## [1.0.2] 2020-09-14
Version 1.0.2 release of bilby
### Added
-
Template for the docker files (!783)
-
New delta_phase parameter (!850)
-
Normalization factor to time-domain waveform plot (!867)
-
JSON encoding for int and float types (!866)
-
Various minor formatting additions (!870)
### Changes
-
Switched to the conda-forge version of multinest and ultranest (!783)
-
Updates KAGRA - K1 interferometer information (!861)
-
Restructures to tests to be uniform across project (!834)
-
Fix to distance and phase marginalization method (!875)
-
Fixed roundoff of in-plane spins samples with vectorisation (!864)
-
Fix to reference distance and interpolant behavior (!858)
-
Fix to constraint prior sampling method (!863)
-
Clean up of code (!854)
-
Various minor bug, test and plotting fixes (!859, !874, !872, !865)
## [1.0.1] 2020-08-29
Version 1.0.1 release of bilby
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
cf376dce
...
...
@@ -64,7 +64,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
1.0.
1
'
VERSION
=
'
1.0.
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