Skip to content

Commit 216fd57

Browse files
Merge pull request #154 from theislab/development
update docs and python versions
2 parents 1ed3cce + 05fca3f commit 216fd57

File tree

368 files changed

+8330
-12058
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

368 files changed

+8330
-12058
lines changed

.cookietemple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ full_name: Anna Schaar
1515
1616
project_name: ncem
1717
project_short_description: ncem. Learning cell communication from spatial graphs of cells.
18-
version: 0.1.4
18+
version: 0.1.5
1919
license: BSD-3-Clause

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "0.1.4 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
2-
tag-template: 0.1.4 # <<COOKIETEMPLE_FORCE_BUMP>>
1+
name-template: "0.1.5 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
2+
tag-template: 0.1.5 # <<COOKIETEMPLE_FORCE_BUMP>>
33
categories:
44
- title: "🚀 Features"
55
labels:

.github/workflows/build_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [macos-latest, ubuntu-latest, windows-latest]
12-
python: [3.7, 3.8]
12+
python: [3.8]
1313

1414
steps:
1515
- uses: actions/checkout@v2
1616
name: Check out source-code repository
1717

1818
- name: Setup Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4.3.0
2020
with:
2121
python-version: ${{ matrix.python }}
2222

.github/workflows/main_master_branch_protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Set up Python
43-
uses: actions/setup-python@v2
43+
uses: actions/setup-python@v4.3.0
4444
with:
4545
python-version: "3.8"
4646
# PRs to the repository master branch are only ok if coming from any patch or release branch

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Check out source-code repository
1212

1313
- name: Setup Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v4.3.0
1515
with:
1616
python-version: 3.8
1717

.github/workflows/publish_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 2
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v2.1.4
18+
uses: actions/setup-python@v4.3.0
1919
with:
2020
python-version: "3.8"
2121

@@ -31,7 +31,7 @@ jobs:
3131
- name: Publish package on PyPI
3232
uses: pypa/[email protected]
3333
with:
34-
# TODO COOKIETEMPLE: Configure your PyPI Token to enable automatic deployment to PyPi on releases
34+
# COOKIETEMPLE: Configure your PyPI Token to enable automatic deployment to PyPi on releases
3535
# https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
3636
user: __token__
3737
password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/run_cookietemple_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Check out source-code repository
1212

1313
- name: Setup Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v4.3.0
1515
with:
1616
python-version: 3.8
1717

.github/workflows/run_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/[email protected]
6767

6868
- name: Set up Python ${{ matrix.python-version }}
69-
uses: actions/setup-python@v2.1.4
69+
uses: actions/setup-python@v4.3.0
7070
with:
7171
python-version: ${{ matrix.python-version }}
7272

@@ -99,7 +99,7 @@ jobs:
9999
print("::set-output name=result::{}".format(result))
100100
101101
- name: Restore pre-commit cache
102-
uses: actions/cache@v2.1.6
102+
uses: actions/cache@v3.3.1
103103
if: matrix.session == 'pre-commit'
104104
with:
105105
path: ~/.cache/pre-commit
@@ -113,14 +113,14 @@ jobs:
113113
114114
- name: Upload coverage data
115115
if: always() && matrix.session == 'tests'
116-
uses: "actions/upload-artifact@v2.2.4"
116+
uses: "actions/upload-artifact@v3.1.2"
117117
with:
118118
name: coverage-data
119119
path: ".coverage.*"
120120

121121
- name: Upload documentation
122122
if: matrix.session == 'docs-build'
123-
uses: actions/upload-artifact@v2.2.4
123+
uses: actions/upload-artifact@v3.1.2
124124
with:
125125
name: docs
126126
path: docs/_build
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/[email protected]
134134

135135
- name: Set up Python 3.8
136-
uses: actions/setup-python@v2.1.4
136+
uses: actions/setup-python@v4.3.0
137137
with:
138138
python-version: 3.8
139139

.github/workflows/sync_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Setup Python
13-
uses: actions/setup-python@v1
13+
uses: actions/setup-python@v4.3.0
1414
with:
1515
python-version: 3.8
1616

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
hooks:
4545
- id: prettier
4646
- repo: https://github.com/pycqa/isort
47-
rev: 5.9.3
47+
rev: 5.11.5
4848
hooks:
4949
- id: isort
5050
name: isort (python)

0 commit comments

Comments
 (0)