-
Notifications
You must be signed in to change notification settings - Fork 33
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 #789 from StochSS/develop
Release v1.7.0
- Loading branch information
Showing
270 changed files
with
46,371 additions
and
40,680 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
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Run GillesPy2 Integration Tests | ||
|
||
on: [push] | ||
|
||
jobs: | ||
run-tests: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [ ubuntu-latest, macos-latest, windows-latest ] | ||
|
||
steps: | ||
- name: Initialize environment | ||
uses: actions/checkout@v2 | ||
|
||
- name: Install Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.7' | ||
|
||
# see: https://github.com/actions/virtual-environments/pull/5729 | ||
# GHA recently upgrading MinGW to v11.20, which seems to break things in that environment. | ||
# Until this issue can be addressed, downgrade to the previous known working version, v8.1.0. | ||
- name: Initialize MinGW dependencies | ||
run: | | ||
choco install make | ||
choco uninstall mingw | ||
choco install mingw --version 8.1.0 --force | ||
if: matrix.os == 'windows-latest' | ||
|
||
- name: Install Python dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install -r requirements.txt | ||
pip install python-libsbml | ||
pip install cython | ||
pip install coverage | ||
pip install nbformat | ||
pip install nbconvert | ||
- name: Run tests | ||
run: coverage run --source=gillespy2 --omit=gillespy2/solvers/stochkit/* test/run_integration_tests.py -m develop |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Run GillesPy2 System Tests | ||
|
||
on: | ||
push: | ||
branches: [main, develop] | ||
|
||
jobs: | ||
run-tests: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [ ubuntu-latest, macos-latest, windows-latest ] | ||
|
||
steps: | ||
- name: Initialize environment | ||
uses: actions/checkout@v2 | ||
|
||
- name: Install Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.7' | ||
|
||
# see: https://github.com/actions/virtual-environments/pull/5729 | ||
# GHA recently upgrading MinGW to v11.20, which seems to break things in that environment. | ||
# Until this issue can be addressed, downgrade to the previous known working version, v8.1.0. | ||
- name: Initialize MinGW dependencies | ||
run: | | ||
choco install make | ||
choco uninstall mingw | ||
choco install mingw --version 8.1.0 --force | ||
if: matrix.os == 'windows-latest' | ||
|
||
- name: Install Python dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install -r requirements.txt | ||
pip install python-libsbml | ||
pip install cython | ||
pip install coverage | ||
pip install nbformat | ||
pip install nbconvert | ||
- name: Run tests | ||
run: coverage run --source=gillespy2 --omit=gillespy2/solvers/stochkit/* test/run_system_tests.py -m develop |
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 |
---|---|---|
|
@@ -69,3 +69,5 @@ __pycache__ | |
.coverage | ||
htmlcov | ||
/build | ||
.idea | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 3660d62a689826af0ef6e8b2cfa373ce | ||
config: b55ff5dc6e7452417ea83baca6ee686c | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(100%)
docs/build/html/.doctrees/classes/gillespy2.solvers.auto.doctree
Binary file not shown.
Binary file modified
BIN
-1.4 KB
(100%)
docs/build/html/.doctrees/classes/gillespy2.solvers.cpp.build.doctree
Binary file not shown.
Binary file modified
BIN
+41 KB
(110%)
docs/build/html/.doctrees/classes/gillespy2.solvers.cpp.doctree
Binary file not shown.
Binary file modified
BIN
-516 Bytes
(87%)
docs/build/html/.doctrees/classes/gillespy2.solvers.cython.doctree
Binary file not shown.
Binary file modified
BIN
+44.5 KB
(110%)
docs/build/html/.doctrees/classes/gillespy2.solvers.doctree
Binary file not shown.
Binary file modified
BIN
+44.3 KB
(110%)
docs/build/html/.doctrees/classes/gillespy2.solvers.numpy.doctree
Binary file not shown.
Binary file modified
BIN
-580 Bytes
(100%)
docs/build/html/.doctrees/classes/gillespy2.solvers.stochkit.doctree
Binary file not shown.
Binary file modified
BIN
-260 Bytes
(99%)
docs/build/html/.doctrees/classes/gillespy2.solvers.utilities.doctree
Binary file not shown.
Binary file modified
BIN
-70 Bytes
(99%)
docs/build/html/.doctrees/classes/gillespy2.stochss.doctree
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-963 Bytes
(96%)
docs/build/html/.doctrees/getting_started/basic_usage/basic_usage.doctree
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(100%)
docs/build/html/.doctrees/getting_started/installation/installation.doctree
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(100%)
docs/build/html/.doctrees/tutorials/tut_michaelis_menten/tut_michaelis_menten.doctree
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(100%)
docs/build/html/.doctrees/tutorials/tut_sbml/tut_sbml.doctree
Binary file not shown.
Binary file modified
BIN
-1007 Bytes
(92%)
docs/build/html/.doctrees/tutorials/tut_toggle_switch/tut_toggle_switch.doctree
Binary file not shown.
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.