Skip to content

Commit 1ab0a23

Browse files
authored
Merge pull request #252 from StochSS/staging
v1.0.2 Release
2 parents 990a99b + fd2831a commit 1ab0a23

80 files changed

Lines changed: 2498 additions & 1564 deletions

Some content is hidden

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

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 9eb3e1c2ecc65d7c728e939f73f722a8
3+
config: dcc482ab068f3e2527755562cc1c17ff
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
134 KB
Binary file not shown.
-2.02 KB
Binary file not shown.
430 Bytes
Binary file not shown.
-4.01 KB
Binary file not shown.
16.9 KB
Binary file not shown.
247 Bytes
Binary file not shown.

docs/build/html/_modules/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &#8212; SpatialPy 1.0 documentation</title>
8+
<title>Overview: module code &#8212; SpatialPy 1.0.2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/css/spatialpy_alabaster_customizations.css" />
@@ -105,6 +105,7 @@ <h1>All modules for which code is available</h1>
105105
<li><a href="spatialpy/core/result.html">spatialpy.core.result</a></li>
106106
<li><a href="spatialpy/core/spatialpyerror.html">spatialpy.core.spatialpyerror</a></li>
107107
<li><a href="spatialpy/core/species.html">spatialpy.core.species</a></li>
108+
<li><a href="spatialpy/core/visualization.html">spatialpy.core.visualization</a></li>
108109
<li><a href="spatialpy/core/vtkreader.html">spatialpy.core.vtkreader</a></li>
109110
<li><a href="spatialpy/solvers/build_expression.html">spatialpy.solvers.build_expression</a></li>
110111
<li><a href="spatialpy/solvers/solver.html">spatialpy.solvers.solver</a></li>
@@ -125,10 +126,10 @@ <h1>All modules for which code is available</h1>
125126
<div class="clearer"></div>
126127
</div>
127128
<div class="footer">
128-
&copy;Copyright (C) 2017-2022.
129+
&copy;Copyright (C) 2019-2022.
129130

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

134135
</div>

docs/build/html/_modules/spatialpy/core/boundarycondition.html

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>spatialpy.core.boundarycondition &#8212; SpatialPy 1.0 documentation</title>
8+
<title>spatialpy.core.boundarycondition &#8212; SpatialPy 1.0.2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
@@ -91,23 +91,21 @@ <h3 id="searchlabel">Quick search</h3>
9191
<div class="body" role="main">
9292

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

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

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

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

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

@@ -274,10 +272,10 @@ <h1>Source code for spatialpy.core.boundarycondition</h1><div class="highlight">
274272
<div class="clearer"></div>
275273
</div>
276274
<div class="footer">
277-
&copy;Copyright (C) 2017-2022.
275+
&copy;Copyright (C) 2019-2022.
278276

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

283281
</div>

docs/build/html/_modules/spatialpy/core/cleanup.html

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>spatialpy.core.cleanup &#8212; SpatialPy 1.0 documentation</title>
8+
<title>spatialpy.core.cleanup &#8212; SpatialPy 1.0.2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
@@ -91,23 +91,21 @@ <h3 id="searchlabel">Quick search</h3>
9191
<div class="body" role="main">
9292

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

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

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

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

112110
<span class="kn">import</span> <span class="nn">os</span>
113111
<span class="kn">import</span> <span class="nn">shutil</span>
@@ -196,10 +194,10 @@ <h1>Source code for spatialpy.core.cleanup</h1><div class="highlight"><pre>
196194
<div class="clearer"></div>
197195
</div>
198196
<div class="footer">
199-
&copy;Copyright (C) 2017-2022.
197+
&copy;Copyright (C) 2019-2022.
200198

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

205203
</div>

0 commit comments

Comments
 (0)