Skip to content

Commit

Permalink
Merge pull request #252 from StochSS/staging
Browse files Browse the repository at this point in the history
v1.0.2 Release
  • Loading branch information
briandrawert committed Apr 14, 2022
2 parents 990a99b + fd2831a commit 1ab0a23
Show file tree
Hide file tree
Showing 80 changed files with 2,498 additions and 1,564 deletions.
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: 9eb3e1c2ecc65d7c728e939f73f722a8
config: dcc482ab068f3e2527755562cc1c17ff
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.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/classes/spatialpy.stochss.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.
7 changes: 4 additions & 3 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.0 documentation</title>
<title>Overview: module code &#8212; SpatialPy 1.0.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 @@ -105,6 +105,7 @@ <h1>All modules for which code is available</h1>
<li><a href="spatialpy/core/result.html">spatialpy.core.result</a></li>
<li><a href="spatialpy/core/spatialpyerror.html">spatialpy.core.spatialpyerror</a></li>
<li><a href="spatialpy/core/species.html">spatialpy.core.species</a></li>
<li><a href="spatialpy/core/visualization.html">spatialpy.core.visualization</a></li>
<li><a href="spatialpy/core/vtkreader.html">spatialpy.core.vtkreader</a></li>
<li><a href="spatialpy/solvers/build_expression.html">spatialpy.solvers.build_expression</a></li>
<li><a href="spatialpy/solvers/solver.html">spatialpy.solvers.solver</a></li>
Expand All @@ -125,10 +126,10 @@ <h1>All modules for which code is available</h1>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2017-2022.
&copy;Copyright (C) 2019-2022.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.1</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.4.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

</div>
Expand Down
32 changes: 15 additions & 17 deletions docs/build/html/_modules/spatialpy/core/boundarycondition.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.boundarycondition &#8212; SpatialPy 1.0 documentation</title>
<title>spatialpy.core.boundarycondition &#8212; SpatialPy 1.0.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 @@ -91,23 +91,21 @@ <h3 id="searchlabel">Quick search</h3>
<div class="body" role="main">

<h1>Source code for spatialpy.core.boundarycondition</h1><div class="highlight"><pre>
<span></span><span class="sd">&#39;&#39;&#39;</span>
<span class="sd">SpatialPy is a Python 3 package for simulation of</span>
<span class="sd">spatial deterministic/stochastic reaction-diffusion-advection problems</span>
<span class="sd">Copyright (C) 2019 - 2022 SpatialPy developers.</span>
<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="sd">This program is free software: you can redistribute it and/or modify</span>
<span class="sd">it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
<span class="sd">published by the Free Software Foundation.</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>
<span class="c1"># published by the Free Software Foundation.</span>

<span class="sd">This program is distributed in the hope that it will be useful,</span>
<span class="sd">but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<span class="sd">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
<span class="sd">GNU GENERAL PUBLIC LICENSE Version 3 for more details.</span>
<span class="c1"># This program is distributed in the hope that it will be useful,</span>
<span class="c1"># but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<span class="c1"># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
<span class="c1"># GNU GENERAL PUBLIC LICENSE Version 3 for more details.</span>

<span class="sd">You should have received a copy of the GNU General Public License</span>
<span class="sd">along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span>
<span class="sd">&#39;&#39;&#39;</span>
<span class="c1"># You should have received a copy of the GNU General Public License</span>
<span class="c1"># along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span>

<span class="kn">from</span> <span class="nn">spatialpy.core.spatialpyerror</span> <span class="kn">import</span> <span class="n">BoundaryConditionError</span>

Expand Down Expand Up @@ -274,10 +272,10 @@ <h1>Source code for spatialpy.core.boundarycondition</h1><div class="highlight">
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2017-2022.
&copy;Copyright (C) 2019-2022.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.1</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.4.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

</div>
Expand Down
32 changes: 15 additions & 17 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.0 documentation</title>
<title>spatialpy.core.cleanup &#8212; SpatialPy 1.0.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 @@ -91,23 +91,21 @@ <h3 id="searchlabel">Quick search</h3>
<div class="body" role="main">

<h1>Source code for spatialpy.core.cleanup</h1><div class="highlight"><pre>
<span></span><span class="sd">&#39;&#39;&#39;</span>
<span class="sd">SpatialPy is a Python 3 package for simulation of</span>
<span class="sd">spatial deterministic/stochastic reaction-diffusion-advection problems</span>
<span class="sd">Copyright (C) 2019 - 2022 SpatialPy developers.</span>
<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="sd">This program is free software: you can redistribute it and/or modify</span>
<span class="sd">it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
<span class="sd">published by the Free Software Foundation.</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>
<span class="c1"># published by the Free Software Foundation.</span>

<span class="sd">This program is distributed in the hope that it will be useful,</span>
<span class="sd">but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<span class="sd">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
<span class="sd">GNU GENERAL PUBLIC LICENSE Version 3 for more details.</span>
<span class="c1"># This program is distributed in the hope that it will be useful,</span>
<span class="c1"># but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<span class="c1"># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
<span class="c1"># GNU GENERAL PUBLIC LICENSE Version 3 for more details.</span>

<span class="sd">You should have received a copy of the GNU General Public License</span>
<span class="sd">along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span>
<span class="sd">&#39;&#39;&#39;</span>
<span class="c1"># You should have received a copy of the GNU General Public License</span>
<span class="c1"># along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span>

<span class="kn">import</span> <span class="nn">os</span>
<span class="kn">import</span> <span class="nn">shutil</span>
Expand Down Expand Up @@ -196,10 +194,10 @@ <h1>Source code for spatialpy.core.cleanup</h1><div class="highlight"><pre>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2017-2022.
&copy;Copyright (C) 2019-2022.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.1</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.4.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

</div>
Expand Down
38 changes: 18 additions & 20 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.0 documentation</title>
<title>spatialpy.core.datafunction &#8212; SpatialPy 1.0.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 @@ -91,23 +91,21 @@ <h3 id="searchlabel">Quick search</h3>
<div class="body" role="main">

<h1>Source code for spatialpy.core.datafunction</h1><div class="highlight"><pre>
<span></span><span class="sd">&#39;&#39;&#39;</span>
<span class="sd">SpatialPy is a Python 3 package for simulation of</span>
<span class="sd">spatial deterministic/stochastic reaction-diffusion-advection problems</span>
<span class="sd">Copyright (C) 2019 - 2022 SpatialPy developers.</span>

<span class="sd">This program is free software: you can redistribute it and/or modify</span>
<span class="sd">it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
<span class="sd">published by the Free Software Foundation.</span>

<span class="sd">This program is distributed in the hope that it will be useful,</span>
<span class="sd">but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<span class="sd">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
<span class="sd">GNU GENERAL PUBLIC LICENSE Version 3 for more details.</span>

<span class="sd">You should have received a copy of the GNU General Public License</span>
<span class="sd">along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span>
<span class="sd">&#39;&#39;&#39;</span>
<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"># 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>
<span class="c1"># published by the Free Software Foundation.</span>

<span class="c1"># This program is distributed in the hope that it will be useful,</span>
<span class="c1"># but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<span class="c1"># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
<span class="c1"># GNU GENERAL PUBLIC LICENSE Version 3 for more details.</span>

<span class="c1"># You should have received a copy of the GNU General Public License</span>
<span class="c1"># along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span>
<span class="kn">from</span> <span class="nn">spatialpy.core.spatialpyerror</span> <span class="kn">import</span> <span class="n">DataFunctionError</span>

<div class="viewcode-block" id="DataFunction"><a class="viewcode-back" href="../../../classes/spatialpy.core.html#spatialpy.core.datafunction.DataFunction">[docs]</a><span class="k">class</span> <span class="nc">DataFunction</span><span class="p">():</span>
Expand Down Expand Up @@ -156,10 +154,10 @@ <h1>Source code for spatialpy.core.datafunction</h1><div class="highlight"><pre>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;Copyright (C) 2017-2022.
&copy;Copyright (C) 2019-2022.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.1</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.4.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

</div>
Expand Down

0 comments on commit 1ab0a23

Please sign in to comment.