-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #313 from theislab/release_0_1_5
Release 0.1.5
- Loading branch information
Showing
66 changed files
with
10,791 additions
and
12,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,5 @@ full_name: Lukas Heumos | |
email: [email protected] | ||
project_name: spapros | ||
project_short_description: Fully automated spatial transcriptomics probe selection. | ||
version: 0.1.4 | ||
version: 0.1.5 | ||
license: MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [macos-latest, ubuntu-latest, windows-latest] | ||
python: [3.8, 3.9] | ||
python: ["3.9", "3.10"] | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: "3.8" | ||
python-version: "3.9" | ||
# PRs to the repository master branch are only ok if coming from any patch or release branch | ||
- name: Install mlf-core | ||
run: pip install mlf-core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- name: Setup Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.9 | ||
|
||
- name: Install pandoc | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,50 +13,50 @@ jobs: | |
matrix: | ||
include: | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "pre-commit", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "safety", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "mypy", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "tests", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: windows-latest, | ||
session: "tests", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: macos-latest, | ||
session: "tests", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "typeguard", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "xdoctest", | ||
} | ||
- { | ||
python-version: 3.8, | ||
os: ubuntu-latest, | ||
session: "docs-build", | ||
} | ||
#- { | ||
# python-version: 3.9, | ||
# os: ubuntu-latest, | ||
# session: "docs-build", | ||
# } | ||
|
||
env: | ||
NOXSESSION: ${{ matrix.session }} | ||
|
@@ -121,12 +121,12 @@ jobs: | |
name: coverage-data | ||
path: ".coverage.*" | ||
|
||
- name: Upload documentation | ||
if: matrix.session == 'docs-build' | ||
uses: actions/[email protected] | ||
with: | ||
name: docs | ||
path: docs/_build | ||
#- name: Upload documentation | ||
# if: matrix.session == 'docs-build' | ||
# uses: actions/[email protected] | ||
# with: | ||
# name: docs | ||
# path: docs/_build | ||
|
||
coverage: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- name: Setup Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.9 | ||
|
||
- name: Install cookietemple | ||
run: pip install cookietemple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.