Skip to content

Commit

Permalink
deploy: 63706d9
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Sep 29, 2023
1 parent 7c2a27d commit bd6e615
Show file tree
Hide file tree
Showing 39 changed files with 297 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
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: d53c347c8495ca157a7d0cfe068e07cd
config: 6686e89348df4e24e8d60487e645228e
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 4 additions & 4 deletions _modules/xugrid/plot/plot.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,17 +395,17 @@ <h1>Source code for xugrid.plot.plot</h1><div class="highlight"><pre>
<span class="kn">import</span> <span class="nn">functools</span>

<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
<span class="kn">from</span> <span class="nn">xarray.plot.facetgrid</span> <span class="kn">import</span> <span class="n">_easy_facetgrid</span>
<span class="kn">from</span> <span class="nn">xarray.plot.utils</span> <span class="kn">import</span> <span class="p">(</span>

<span class="kn">from</span> <span class="nn">xugrid.constants</span> <span class="kn">import</span> <span class="n">FloatDType</span>
<span class="kn">from</span> <span class="nn">xugrid.plot.utils</span> <span class="kn">import</span> <span class="p">(</span>
<span class="n">_add_colorbar</span><span class="p">,</span>
<span class="n">_easy_facetgrid</span><span class="p">,</span>
<span class="n">_ensure_plottable</span><span class="p">,</span>
<span class="n">_process_cmap_cbar_kwargs</span><span class="p">,</span>
<span class="n">_update_axes</span><span class="p">,</span>
<span class="n">get_axis</span><span class="p">,</span>
<span class="n">label_from_attrs</span><span class="p">,</span>
<span class="p">)</span>

<span class="kn">from</span> <span class="nn">xugrid.constants</span> <span class="kn">import</span> <span class="n">FloatDType</span>
<span class="kn">from</span> <span class="nn">xugrid.ugrid.connectivity</span> <span class="kn">import</span> <span class="n">close_polygons</span>

<span class="n">NODE</span> <span class="o">=</span> <span class="mi">0</span>
Expand Down
5 changes: 4 additions & 1 deletion _sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ Changed
- Selection operations along a line, or at point locations, will now prefix the
name of the grid in the x and y coordinates. This avoids name collisions when
multiple topologies are present in a dataset.

- Xugrid now contains a partial copy of the xarray plot utils module, and its
tests. The latest xarray release broke xugrid (on import), since (private)
parts of xarray were used which no longer existed.

Fixed
~~~~~

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

Computation times
=================
**00:01.575** total execution time for **examples-dev** files:
**00:01.643** total execution time for **examples-dev** files:

+----------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.575 | 0.0 MB |
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.643 | 0.0 MB |
+----------------------------------------------------------+-----------+--------+
2 changes: 1 addition & 1 deletion _sources/examples-dev/voronoi.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ The figure shows:
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 1.575 seconds)
**Total running time of the script:** (0 minutes 1.643 seconds)


.. _sphx_glr_download_examples-dev_voronoi.py:
Expand Down
24 changes: 12 additions & 12 deletions _sources/examples/connectivity.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ By default, the border value for binary erosion is set to ``False`` (equal to
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f10244a9fd0>
<matplotlib.collections.PolyCollection object at 0x7fbeb4fba520>
Expand Down Expand Up @@ -165,7 +165,7 @@ start by setting a single value in the center of the grid to ``True``.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f1025362370>
<matplotlib.collections.PolyCollection object at 0x7fbeb4b020d0>
Expand Down Expand Up @@ -200,7 +200,7 @@ alternative border value:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f1030d3e640>
<matplotlib.collections.PolyCollection object at 0x7fbeb3b07040>
Expand Down Expand Up @@ -238,7 +238,7 @@ analyse connected parts of the mesh.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f1025f3aee0>
<matplotlib.collections.PolyCollection object at 0x7fbeb3d258b0>
Expand Down Expand Up @@ -272,7 +272,7 @@ Tesselation.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f1025ffb9a0>
<matplotlib.collections.LineCollection object at 0x7fbebe2d0e80>
Expand Down Expand Up @@ -316,7 +316,7 @@ the original.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f102545ba90>
<matplotlib.collections.LineCollection object at 0x7fbeb4f8e460>
Expand Down Expand Up @@ -355,7 +355,7 @@ We can break down one of the Voronoi tesselations from above into triangles:
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f10254f7d60>
<matplotlib.collections.LineCollection object at 0x7fbeb47c3730>
Expand Down Expand Up @@ -409,7 +409,7 @@ the upper and lower parts:
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f10246052b0>
<matplotlib.collections.LineCollection object at 0x7fbeb4788c40>
Expand Down Expand Up @@ -439,7 +439,7 @@ We can now use Laplace interpolation to fill the gaps in the grid.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f1031183c40>
<matplotlib.collections.PolyCollection object at 0x7fbeb47f6a30>
Expand Down Expand Up @@ -480,7 +480,7 @@ To illustrate, let's take a look at the connectivity matrix of the Xoxo grid.
.. code-block:: none
<matplotlib.image.AxesImage object at 0x7f10260c2370>
<matplotlib.image.AxesImage object at 0x7fbeb5603d00>
Expand Down Expand Up @@ -516,14 +516,14 @@ locality:
.. code-block:: none
<matplotlib.image.AxesImage object at 0x7f1026148610>
<matplotlib.image.AxesImage object at 0x7fbeb5617520>
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 1.650 seconds)
**Total running time of the script:** (0 minutes 1.667 seconds)


.. _sphx_glr_download_examples_connectivity.py:
Expand Down
10 changes: 5 additions & 5 deletions _sources/examples/overlap_regridder.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ some bathymetry) of the Netherlands, and a coarser target grid.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f102521aa30>
<matplotlib.collections.LineCollection object at 0x7fbeb4a7bd60>
Expand Down Expand Up @@ -204,7 +204,7 @@ conservative methods, such as conductance:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f10315a2730>
<matplotlib.collections.PolyCollection object at 0x7fbeb4b01100>
Expand Down Expand Up @@ -282,7 +282,7 @@ To use our custom method, we provide at initialization of the OverlapRegridder:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f1025243790>
<matplotlib.collections.PolyCollection object at 0x7fbeb56a8e20>
Expand Down Expand Up @@ -322,7 +322,7 @@ function can deal with NaN values! -- hence ``nanpercentile`` rather than
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f1024194460>
<matplotlib.collections.PolyCollection object at 0x7fbeb3b69850>
Expand All @@ -333,7 +333,7 @@ function can deal with NaN values! -- hence ``nanpercentile`` rather than

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

**Total running time of the script:** (0 minutes 5.099 seconds)
**Total running time of the script:** (0 minutes 5.277 seconds)


.. _sphx_glr_download_examples_overlap_regridder.py:
Expand Down
Loading

0 comments on commit bd6e615

Please sign in to comment.