Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parallel_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
NV KRISHNENDU
parallel_bilby
Commits
812c606f
Commit
812c606f
authored
5 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.1.3 release
parent
f05ab52c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
21 additions
and
1 deletion
.gitlab-ci.yml
+
14
−
0
View file @
812c606f
...
...
@@ -97,3 +97,17 @@ pages:
only
:
-
master
deploy_release
:
stage
:
deploy
image
:
bilbydev/bilby_pipe-test-suite-python37
variables
:
TWINE_USERNAME
:
$PYPI_USERNAME
TWINE_PASSWORD
:
$PYPI_PASSWORD
before_script
:
-
pip install twine
-
python setup.py sdist
script
:
-
twine upload dist/
only
:
-
tags
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
6
−
0
View file @
812c606f
# All notable changes will be documented in this file
## v0.1.3 : 2020-02-13
-
Add documentation
-
Add initialization of live points for constrained priors
-
Add injection parameters to stored meta data
-
Add a basic CI with pre commit
## v0.1.2 : 2020-01-30
-
Updates bilby dependencies and improves sampler proposoal behavior
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
812c606f
...
...
@@ -69,7 +69,7 @@ def get_long_description():
return
long_description
VERSION
=
"
0.1.
2
"
VERSION
=
"
0.1.
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