Skip to content

Commit

Permalink
deploy: 5b6edf1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Jul 17, 2024
1 parent 9f5d8b5 commit a2acc94
Show file tree
Hide file tree
Showing 31 changed files with 83 additions and 47 deletions.
Binary file modified .doctrees/api/changelog.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/examples/gmsh-basic.doctree
Binary file not shown.
Binary file modified .doctrees/examples/sg_execution_times.doctree
Binary file not shown.
Binary file modified .doctrees/examples/triangle-basic.doctree
Binary file not shown.
Binary file modified .doctrees/examples/triangle-geospatial.doctree
Binary file not shown.
Binary file modified .doctrees/sg_execution_times.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ <h1>All modules for which code is available</h1>
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _modules/pandamesh/gmsh_mesher.html
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ <h1>Source code for pandamesh.gmsh_mesher</h1><div class="highlight"><pre>
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _modules/pandamesh/triangle_mesher.html
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ <h1>Source code for pandamesh.triangle_mesher</h1><div class="highlight"><pre>
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
15 changes: 15 additions & 0 deletions _sources/api/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, and this project adheres to
`Semantic Versioning`_.

[0.1.6] 2024-07-17
------------------

Added
~~~~~

- :class:`pandamesh.GmshMesher` now takes ``read_config_files`` and ``interruptible``
as initialization arguments for ``gmsh.``.

Fixed
~~~~~

- Compatibility changes for Numpy 2.0.


[0.1.5] 2024-02-06
------------------

Expand Down
4 changes: 2 additions & 2 deletions _sources/examples/gmsh-basic.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The GmshMesher class is initialized with a number of default parameters:
fields = Empty GeoDataFrame
Columns: []
Index: []
tmpdir = <TemporaryDirectory '/tmp/tmpz_huzn0l'>
tmpdir = <TemporaryDirectory '/tmp/tmpbr8obb5c'>
recombine_all = False
mesh_size_extend_from_boundary = True
mesh_size_from_points = True
Expand Down Expand Up @@ -319,7 +319,7 @@ polygons.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.350 seconds)
**Total running time of the script:** (0 minutes 0.344 seconds)


.. _sphx_glr_download_examples_gmsh-basic.py:
Expand Down
8 changes: 4 additions & 4 deletions _sources/examples/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:01.523** total execution time for 3 files **from examples**:
**00:01.486** total execution time for 3 files **from examples**:

.. container::

Expand All @@ -33,11 +33,11 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_examples_triangle-basic.py` (``triangle-basic.py``)
- 00:00.619
- 00:00.605
- 0.0
* - :ref:`sphx_glr_examples_triangle-geospatial.py` (``triangle-geospatial.py``)
- 00:00.555
- 00:00.537
- 0.0
* - :ref:`sphx_glr_examples_gmsh-basic.py` (``gmsh-basic.py``)
- 00:00.350
- 00:00.344
- 0.0
2 changes: 1 addition & 1 deletion _sources/examples/triangle-basic.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ sizes, and linestrings and points to steer the triangulation.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.619 seconds)
**Total running time of the script:** (0 minutes 0.605 seconds)


.. _sphx_glr_download_examples_triangle-basic.py:
Expand Down
2 changes: 1 addition & 1 deletion _sources/examples/triangle-geospatial.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ opened by e.g. QGIS.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.555 seconds)
**Total running time of the script:** (0 minutes 0.537 seconds)


.. _sphx_glr_download_examples_triangle-geospatial.py:
Expand Down
8 changes: 4 additions & 4 deletions _sources/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:01.523** total execution time for 3 files **from all galleries**:
**00:01.486** total execution time for 3 files **from all galleries**:

.. container::

Expand All @@ -33,11 +33,11 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_examples_triangle-basic.py` (``../examples/triangle-basic.py``)
- 00:00.619
- 00:00.605
- 0.0
* - :ref:`sphx_glr_examples_triangle-geospatial.py` (``../examples/triangle-geospatial.py``)
- 00:00.555
- 00:00.537
- 0.0
* - :ref:`sphx_glr_examples_gmsh-basic.py` (``../examples/gmsh-basic.py``)
- 00:00.350
- 00:00.344
- 0.0
33 changes: 27 additions & 6 deletions api/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,26 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading
<p>The format is based on <a class="reference external" href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to
<a class="reference external" href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<section id="id1">
<h2>[0.1.5] 2024-02-06<a class="headerlink" href="#id1" title="Link to this heading">#</a></h2>
<h2>[0.1.6] 2024-07-17<a class="headerlink" href="#id1" title="Link to this heading">#</a></h2>
<section id="added">
<h3>Added<a class="headerlink" href="#added" title="Link to this heading">#</a></h3>
<ul class="simple">
<li><p><code class="xref py py-class docutils literal notranslate"><span class="pre">pandamesh.GmshMesher</span></code> now takes <code class="docutils literal notranslate"><span class="pre">read_config_files</span></code> and <code class="docutils literal notranslate"><span class="pre">interruptible</span></code>
as initialization arguments for <code class="docutils literal notranslate"><span class="pre">gmsh.</span></code>.</p></li>
</ul>
</section>
<section id="fixed">
<h3>Fixed<a class="headerlink" href="#fixed" title="Link to this heading">#</a></h3>
<ul class="simple">
<li><p>Compatibility changes for Numpy 2.0.</p></li>
</ul>
</section>
</section>
<section id="id2">
<h2>[0.1.5] 2024-02-06<a class="headerlink" href="#id2" title="Link to this heading">#</a></h2>
<section id="id3">
<h3>Fixed<a class="headerlink" href="#id3" title="Link to this heading">#</a></h3>
<ul class="simple">
<li><p>Inside of <code class="xref py py-class docutils literal notranslate"><span class="pre">pandamesh.GmshMesher</span></code> a check now occurs before finalization.
This keeps <code class="docutils literal notranslate"><span class="pre">gmsh</span></code> from printing (harmless) errors to the console, which
previously commonly happened at initialization.</p></li>
Expand All @@ -397,8 +413,8 @@ <h3>Fixed<a class="headerlink" href="#fixed" title="Link to this heading">#</a><
<code class="docutils literal notranslate"><span class="pre">RuntimeError</span></code>.</p></li>
</ul>
</section>
<section id="added">
<h3>Added<a class="headerlink" href="#added" title="Link to this heading">#</a></h3>
<section id="id4">
<h3>Added<a class="headerlink" href="#id4" title="Link to this heading">#</a></h3>
<ul class="simple">
<li><p><code class="xref py py-class docutils literal notranslate"><span class="pre">pandamesh.GeneralVerbosity</span></code> has been added to control the verbosity
of Gmsh. It can be set via the <code class="xref py py-attr docutils literal notranslate"><span class="pre">GmshMesher.general_verbosity</span></code>
Expand Down Expand Up @@ -465,9 +481,14 @@ <h3>Changed<a class="headerlink" href="#changed" title="Link to this heading">#<
</div>
<nav class="bd-toc-nav page-toc" aria-labelledby="pst-page-navigation-heading-2">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#id1">[0.1.5] 2024-02-06</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#fixed">Fixed</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#id1">[0.1.6] 2024-07-17</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#added">Added</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#fixed">Fixed</a></li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#id2">[0.1.5] 2024-02-06</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#id3">Fixed</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#id4">Added</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#changed">Changed</a></li>
</ul>
</li>
Expand Down Expand Up @@ -517,7 +538,7 @@ <h3>Changed<a class="headerlink" href="#changed" title="Link to this heading">#<
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/gmsh.html
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Link to this
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/triangle.html
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions examples/gmsh-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ <h2>Defaults<a class="headerlink" href="#defaults" title="Link to this heading">
fields = Empty GeoDataFrame
Columns: []
Index: []
tmpdir = &lt;TemporaryDirectory &#39;/tmp/tmpz_huzn0l&#39;&gt;
tmpdir = &lt;TemporaryDirectory &#39;/tmp/tmpbr8obb5c&#39;&gt;
recombine_all = False
mesh_size_extend_from_boundary = True
mesh_size_from_points = True
Expand Down Expand Up @@ -536,7 +536,7 @@ <h2>Conclusion<a class="headerlink" href="#conclusion" title="Link to this headi
with associated cell sizes to steer the triangulation; unlike Triangle,
for Gmsh cell sizes can associated to linestrings and points, not just
polygons.</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.350 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.344 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-examples-gmsh-basic-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../_downloads/4a143ec15d1fb171eec89ca2df70cc01/gmsh-basic.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">gmsh-basic.ipynb</span></code></a></p>
Expand Down Expand Up @@ -647,7 +647,7 @@ <h2>Conclusion<a class="headerlink" href="#conclusion" title="Link to this headi
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ <h1>Examples<a class="headerlink" href="#examples" title="Link to this heading">
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions examples/sg_execution_times.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@

<section id="computation-times">
<span id="sphx-glr-examples-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Link to this heading">#</a></h1>
<p><strong>00:01.523</strong> total execution time for 3 files <strong>from examples</strong>:</p>
<p><strong>00:01.486</strong> total execution time for 3 files <strong>from examples</strong>:</p>
<div class="docutils container">
<style scoped>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
Expand All @@ -382,15 +382,15 @@
</thead>
<tbody>
<tr class="row-even"><td><p><a class="reference internal" href="triangle-basic.html#sphx-glr-examples-triangle-basic-py"><span class="std std-ref">Basic Triangle Example</span></a> (<code class="docutils literal notranslate"><span class="pre">triangle-basic.py</span></code>)</p></td>
<td><p>00:00.619</p></td>
<td><p>00:00.605</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="triangle-geospatial.html#sphx-glr-examples-triangle-geospatial-py"><span class="std std-ref">Geospatial Triangle Example</span></a> (<code class="docutils literal notranslate"><span class="pre">triangle-geospatial.py</span></code>)</p></td>
<td><p>00:00.555</p></td>
<td><p>00:00.537</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="gmsh-basic.html#sphx-glr-examples-gmsh-basic-py"><span class="std std-ref">Basic Gmsh Example</span></a> (<code class="docutils literal notranslate"><span class="pre">gmsh-basic.py</span></code>)</p></td>
<td><p>00:00.350</p></td>
<td><p>00:00.344</p></td>
<td><p>0.0</p></td>
</tr>
</tbody>
Expand Down Expand Up @@ -462,7 +462,7 @@
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions examples/triangle-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ <h2>Conclusion<a class="headerlink" href="#conclusion" title="Link to this headi
just a few coordinate pairs. Such cases are presented in the other examples,
but the same principles apply: we may use polygons with associated cell
sizes, and linestrings and points to steer the triangulation.</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.619 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.605 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-examples-triangle-basic-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../_downloads/c93ce4bc3dd147e1f4354d872a3387a0/triangle-basic.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">triangle-basic.ipynb</span></code></a></p>
Expand Down Expand Up @@ -682,7 +682,7 @@ <h2>Conclusion<a class="headerlink" href="#conclusion" title="Link to this headi
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions examples/triangle-geospatial.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h2>Conclusion<a class="headerlink" href="#conclusion" title="Link to this headi
functionality, but sometimes manual editing is required. Fortunately,
geopandas provides easy input and output for many file formats, which can be
opened by e.g. QGIS.</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.555 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.537 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-examples-triangle-geospatial-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../_downloads/a12a4ea5eaa3778e285b02114c10d8a1/triangle-geospatial.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">triangle-geospatial.ipynb</span></code></a></p>
Expand Down Expand Up @@ -619,7 +619,7 @@ <h2>Conclusion<a class="headerlink" href="#conclusion" title="Link to this headi
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ <h2 id="W">W</h2>
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ <h3>Shingle<a class="headerlink" href="#shingle" title="Link to this heading">#<
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ <h1>Python Module Index</h1>
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ <h1>Search</h1>
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

Loading

0 comments on commit a2acc94

Please sign in to comment.