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
824ed500
Commit
824ed500
authored
2 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Add python 3.10 tests and update documentation
parent
32729eb1
No related branches found
No related tags found
1 merge request
!1115
Add python 3.10 image and testing
Pipeline
#412282
failed
2 years ago
Stage: initial
Stage: test
Stage: docs
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+12
-15
12 additions, 15 deletions
.gitlab-ci.yml
docs/installation.txt
+4
-4
4 additions, 4 deletions
docs/installation.txt
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
17 additions
and
19 deletions
.gitlab-ci.yml
+
12
−
15
View file @
824ed500
...
...
@@ -144,11 +144,10 @@ python-3.9:
-
htmlcov/
expire_in
:
30 days
# add back when 3.10 image is available
#python-3.10:
# <<: *unit-test
# needs: ["basic-3.10", "precommits-py3.10"]
# image: containers.ligo.org/lscsoft/bilby/v2-bilby-python310
python-3.10
:
<<
:
*unit-test
needs
:
[
"
basic-3.10"
,
"
precommits-py3.10"
]
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python310
.test-sampler
:
&test-sampler
stage
:
test
...
...
@@ -168,11 +167,10 @@ python-3.9-samplers:
needs
:
[
"
basic-3.9"
,
"
precommits-py3.9"
]
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python39
# add back when 3.10 image is available
#python-3.10-samplers:
# <<: *test-sampler
# needs: ["basic-3.10", "precommits-py3.10"]
# image: containers.ligo.org/lscsoft/bilby/v2-bilby-python310
python-3.10-samplers
:
<<
:
*test-sampler
needs
:
[
"
basic-3.10"
,
"
precommits-py3.10"
]
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python310
integration-tests-python-3.9
:
stage
:
test
...
...
@@ -206,11 +204,10 @@ plotting-python-3.9:
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python39
needs
:
[
"
basic-3.9"
,
"
precommits-py3.9"
]
# add back when 3.10 image is available
#plotting-python-3.10:
# <<: *plotting
# image: containers.ligo.org/lscsoft/bilby/v2-bilby-python310
# needs: ["basic-3.10", "precommits-py3.10"]
plotting-python-3.10
:
<<
:
*plotting
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python310
needs
:
[
"
basic-3.10"
,
"
precommits-py3.10"
]
# ------------------- Docs stage -------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
docs/installation.txt
+
4
−
4
View file @
824ed500
...
...
@@ -10,7 +10,7 @@ Installation
$ conda install -c conda-forge bilby
Supported python versions: 3.
6+
.
Supported python versions: 3.
8-3.10
.
.. tab:: Pip
...
...
@@ -18,7 +18,7 @@ Installation
$ pip install bilby
Supported python versions: 3.
6+
.
Supported python versions: 3.
8-3.10
.
This will install all requirements for running :code:`bilby` for general
...
...
@@ -47,7 +47,7 @@ wave inference, please additionally run the following commands.
Install bilby from source
-------------------------
:code:`bilby` is developed and tested with Python 3.
6+
. In the
:code:`bilby` is developed and tested with Python 3.
8-3.10
. In the
following, we assume you have a working python installation, `python pip
<https://packaging.python.org/tutorials/installing-packages/#use-pip-for-installing)>`_,
and `git <https://git-scm.com/>`_. See :ref:`installing-python` for our
...
...
@@ -116,7 +116,7 @@ file, you can do this from the link above, or run the command
$ wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
this will download a
n
installer for python
3.6
, for other versions check
this will download a
linux
installer for python, for other versions check
the `anaconda page <https://www.anaconda.com/download/#linux>`_.
Then, `run the command
<https://conda.io/docs/user-guide/install/linux.html>`_
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
824ed500
...
...
@@ -130,6 +130,7 @@ setup(
classifiers
=
[
"
Programming Language :: Python :: 3.8
"
,
"
Programming Language :: Python :: 3.9
"
,
"
Programming Language :: Python :: 3.10
"
,
"
License :: OSI Approved :: MIT License
"
,
"
Operating System :: OS Independent
"
,
],
...
...
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