Skip to content

Commit

Permalink
Merge pull request #353 from StochSS/develop
Browse files Browse the repository at this point in the history
v1.2.2 Release
  • Loading branch information
BryanRumsey committed Apr 27, 2023
2 parents 359bd15 + ff3d2c4 commit 88be1d7
Show file tree
Hide file tree
Showing 52 changed files with 312 additions and 117 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/run_system_tests.yaml
@@ -0,0 +1,30 @@
name: Run SpatialPy System Tests

on:
push:
branches: [staging, develop]

jobs:
run-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]

steps:
- name: Initialize environment
uses: actions/checkout@v2

- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.7'

- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install coverage
- name: Run tests
run: coverage run --source=spatialpy test/run_system_tests.py
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
@@ -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: 594471ec9654e1c403c8655ed91ad300
config: cda440a90b02806b8875d767ce4b3688
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/build/html/.doctrees/classes/spatialpy.core.doctree
Binary file not shown.
Binary file modified docs/build/html/.doctrees/classes/spatialpy.solvers.doctree
Binary file not shown.
Binary file modified docs/build/html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/html/.doctrees/index.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/build/html/_modules/index.html
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; SpatialPy 1.2.1 documentation</title>
<title>Overview: module code &#8212; SpatialPy 1.2.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
<link rel="stylesheet" type="text/css" href="../_static/css/spatialpy_alabaster_customizations.css" />
Expand Down Expand Up @@ -127,7 +127,7 @@ <h1>All modules for which code is available</h1>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2019-2022.
&copy;Copyright (C) 2019-2023.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>spatialpy.core.boundarycondition &#8212; SpatialPy 1.2.1 documentation</title>
<title>spatialpy.core.boundarycondition &#8212; SpatialPy 1.2.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3 id="searchlabel">Quick search</h3>
<h1>Source code for spatialpy.core.boundarycondition</h1><div class="highlight"><pre>
<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span>
<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span>
<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span>
<span class="c1"># Copyright (C) 2019 - 2023 SpatialPy developers.</span>

<span class="c1"># This program is free software: you can redistribute it and/or modify</span>
<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
Expand Down Expand Up @@ -276,7 +276,7 @@ <h1>Source code for spatialpy.core.boundarycondition</h1><div class="highlight">
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2019-2022.
&copy;Copyright (C) 2019-2023.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/_modules/spatialpy/core/cleanup.html
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>spatialpy.core.cleanup &#8212; SpatialPy 1.2.1 documentation</title>
<title>spatialpy.core.cleanup &#8212; SpatialPy 1.2.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3 id="searchlabel">Quick search</h3>
<h1>Source code for spatialpy.core.cleanup</h1><div class="highlight"><pre>
<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span>
<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span>
<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span>
<span class="c1"># Copyright (C) 2019 - 2023 SpatialPy developers.</span>

<span class="c1"># This program is free software: you can redistribute it and/or modify</span>
<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
Expand Down Expand Up @@ -196,7 +196,7 @@ <h1>Source code for spatialpy.core.cleanup</h1><div class="highlight"><pre>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2019-2022.
&copy;Copyright (C) 2019-2023.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/_modules/spatialpy/core/datafunction.html
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>spatialpy.core.datafunction &#8212; SpatialPy 1.2.1 documentation</title>
<title>spatialpy.core.datafunction &#8212; SpatialPy 1.2.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3 id="searchlabel">Quick search</h3>
<h1>Source code for spatialpy.core.datafunction</h1><div class="highlight"><pre>
<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span>
<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span>
<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span>
<span class="c1"># Copyright (C) 2019 - 2023 SpatialPy developers.</span>

<span class="c1"># This program is free software: you can redistribute it and/or modify</span>
<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
Expand Down Expand Up @@ -156,7 +156,7 @@ <h1>Source code for spatialpy.core.datafunction</h1><div class="highlight"><pre>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2019-2022.
&copy;Copyright (C) 2019-2023.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/_modules/spatialpy/core/domain.html
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>spatialpy.core.domain &#8212; SpatialPy 1.2.1 documentation</title>
<title>spatialpy.core.domain &#8212; SpatialPy 1.2.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3 id="searchlabel">Quick search</h3>
<h1>Source code for spatialpy.core.domain</h1><div class="highlight"><pre>
<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span>
<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span>
<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span>
<span class="c1"># Copyright (C) 2019 - 2023 SpatialPy developers.</span>

<span class="c1"># This program is free software: you can redistribute it and/or modify</span>
<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
Expand Down Expand Up @@ -1384,7 +1384,7 @@ <h1>Source code for spatialpy.core.domain</h1><div class="highlight"><pre>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2019-2022.
&copy;Copyright (C) 2019-2023.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/_modules/spatialpy/core/geometry.html
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>spatialpy.core.geometry &#8212; SpatialPy 1.2.1 documentation</title>
<title>spatialpy.core.geometry &#8212; SpatialPy 1.2.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3 id="searchlabel">Quick search</h3>
<h1>Source code for spatialpy.core.geometry</h1><div class="highlight"><pre>
<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span>
<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span>
<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span>
<span class="c1"># Copyright (C) 2019 - 2023 SpatialPy developers.</span>

<span class="c1"># This program is free software: you can redistribute it and/or modify</span>
<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
Expand Down Expand Up @@ -257,7 +257,7 @@ <h1>Source code for spatialpy.core.geometry</h1><div class="highlight"><pre>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2019-2022.
&copy;Copyright (C) 2019-2023.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/_modules/spatialpy/core/initialcondition.html
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>spatialpy.core.initialcondition &#8212; SpatialPy 1.2.1 documentation</title>
<title>spatialpy.core.initialcondition &#8212; SpatialPy 1.2.2 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3 id="searchlabel">Quick search</h3>
<h1>Source code for spatialpy.core.initialcondition</h1><div class="highlight"><pre>
<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span>
<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span>
<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span>
<span class="c1"># Copyright (C) 2019 - 2023 SpatialPy developers.</span>

<span class="c1"># This program is free software: you can redistribute it and/or modify</span>
<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
Expand Down Expand Up @@ -306,7 +306,7 @@ <h1>Source code for spatialpy.core.initialcondition</h1><div class="highlight"><
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2019-2022.
&copy;Copyright (C) 2019-2023.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>
Expand Down

0 comments on commit 88be1d7

Please sign in to comment.