Skip to content

Commit af65855

Browse files
committed
v3.15.4 documentation
1 parent ccae428 commit af65855

File tree

3,888 files changed

+16895
-17167
lines changed

Some content is hidden

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

3,888 files changed

+16895
-17167
lines changed

cf/mixin/propertiesdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3282,7 +3282,7 @@ def equivalent(self, other, rtol=None, atol=None, traceback=False):
32823282
return True
32833283

32843284
# Check that each instance is the same type
3285-
if type(self) != type(other):
3285+
if type(self) is not type(other):
32863286
print(
32873287
f"{self.__class__.__name__}: Different types: "
32883288
f"{self.__class__.__name__}, {other.__class__.__name__}"

cf/mixin/propertiesdatabounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ def equivalent(self, other, rtol=None, atol=None, traceback=False):
17341734
return True
17351735

17361736
# Check that each instance is the same type
1737-
if type(self) != type(other):
1737+
if type(self) is not type(other):
17381738
print(
17391739
f"{self.__class__.__name__}: Different types: "
17401740
f"{self.__class__.__name__}, {other.__class__.__name__}"

docs/2_to_3_changes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646

47-
<h1 class="logo"><a href="index.html">cf 3.15.3</a></h1>
47+
<h1 class="logo"><a href="index.html">cf 3.15.4</a></h1>
4848

4949

5050

@@ -142,7 +142,7 @@ <h2>Python<a class="headerlink" href="#python" title="Permalink to this headline
142142
</section>
143143
<section id="in-place-operations">
144144
<h2>In-place operations<a class="headerlink" href="#in-place-operations" title="Permalink to this headline"></a></h2>
145-
<p>At version 3.x, in-place operations return <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.11)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a>, rather than the
145+
<p>At version 3.x, in-place operations return <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a>, rather than the
146146
modified construct. The keyword that defines the operation to be
147147
in-place is now <em>inplace</em> (rather than <em>i</em>).</p>
148148
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">g</span> <span class="o">=</span> <span class="n">f</span><span class="o">.</span><span class="n">tranpose</span><span class="p">()</span>
@@ -491,7 +491,7 @@ <h2>Changes to the API of existing methods<a class="headerlink" href="#changes-
491491
<div class="clearer"></div>
492492
</div>
493493
<div class="footer">
494-
&copy;2023, NCAS | Page built on 2023-08-31.
494+
&copy;2023, NCAS | Page built on 2023-10-10.
495495

496496
|
497497
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>

docs/Changelog.html

Lines changed: 256 additions & 239 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

docs/_sources/recipes/sg_execution_times.rst.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,10 @@
55

66
Computation times
77
=================
8-
<<<<<<< HEAD
98
**07:52.733** total execution time for **recipes** files:
109

1110
+-------------------------------------------------------------------+-----------+--------+
1211
| :ref:`sphx_glr_recipes_plot_15_recipe.py` (``plot_15_recipe.py``) | 07:52.733 | 0.0 MB |
13-
=======
14-
**60:33.053** total execution time for **recipes** files:
15-
16-
+-------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_recipes_plot_15_recipe.py` (``plot_15_recipe.py``) | 54:12.592 | 0.0 MB |
18-
+-------------------------------------------------------------------+-----------+--------+
19-
| :ref:`sphx_glr_recipes_plot_13_recipe.py` (``plot_13_recipe.py``) | 05:17.754 | 0.0 MB |
20-
+-------------------------------------------------------------------+-----------+--------+
21-
| :ref:`sphx_glr_recipes_plot_12_recipe.py` (``plot_12_recipe.py``) | 01:02.707 | 0.0 MB |
22-
>>>>>>> 972cdaadceecfaa123a4956c50333c6bc1f0f56f
2312
+-------------------------------------------------------------------+-----------+--------+
2413
| :ref:`sphx_glr_recipes_plot_01_recipe.py` (``plot_01_recipe.py``) | 00:00.000 | 0.0 MB |
2514
+-------------------------------------------------------------------+-----------+--------+
@@ -43,12 +32,9 @@ Computation times
4332
+-------------------------------------------------------------------+-----------+--------+
4433
| :ref:`sphx_glr_recipes_plot_11_recipe.py` (``plot_11_recipe.py``) | 00:00.000 | 0.0 MB |
4534
+-------------------------------------------------------------------+-----------+--------+
46-
<<<<<<< HEAD
4735
| :ref:`sphx_glr_recipes_plot_12_recipe.py` (``plot_12_recipe.py``) | 00:00.000 | 0.0 MB |
4836
+-------------------------------------------------------------------+-----------+--------+
4937
| :ref:`sphx_glr_recipes_plot_13_recipe.py` (``plot_13_recipe.py``) | 00:00.000 | 0.0 MB |
5038
+-------------------------------------------------------------------+-----------+--------+
51-
=======
52-
>>>>>>> 972cdaadceecfaa123a4956c50333c6bc1f0f56f
5339
| :ref:`sphx_glr_recipes_plot_14_recipe.py` (``plot_14_recipe.py``) | 00:00.000 | 0.0 MB |
5440
+-------------------------------------------------------------------+-----------+--------+

docs/_sources/releases.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Documentation for all versions of cf.
1616
**CF-1.10**
1717
-----------
1818

19+
* `Version 3.15.4 <https://ncas-cms.github.io/cf-python-docs/3.15.4>`_ (2023-10-10)
1920
* `Version 3.15.3 <https://ncas-cms.github.io/cf-python-docs/3.15.3>`_ (2023-08-31)
2021
* `Version 3.15.2 <https://ncas-cms.github.io/cf-python-docs/3.15.2>`_ (2023-07-21)
2122
* `Version 3.15.1 <https://ncas-cms.github.io/cf-python-docs/3.15.1>`_ (2023-06-09)

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '3.15.3',
3+
VERSION: '3.15.4',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/_static/pygments.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
2222
.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
2323
.highlight .gd { color: #a40000 } /* Generic.Deleted */
2424
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
25-
.highlight .ges { color: #000000 } /* Generic.EmphStrong */
2625
.highlight .gr { color: #ef2929 } /* Generic.Error */
2726
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
2827
.highlight .gi { color: #00A000 } /* Generic.Inserted */

docs/aggregation_rules.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747

4848

49-
<h1 class="logo"><a href="index.html">cf 3.15.3</a></h1>
49+
<h1 class="logo"><a href="index.html">cf 3.15.4</a></h1>
5050

5151

5252

@@ -130,7 +130,7 @@ <h3>Related Topics</h3>
130130
<section id="aggregation-rules">
131131
<span id="id1"></span><h1><strong>Aggregation rules</strong><a class="headerlink" href="#aggregation-rules" title="Permalink to this headline"></a></h1>
132132
<hr class="docutils" />
133-
<p>Version 3.15.3 for version 1.10 of the CF conventions.</p>
133+
<p>Version 3.15.4 for version 1.10 of the CF conventions.</p>
134134
<p><em>David Hassell and Jonathan Gregory (2012)</em></p>
135135
<p><a class="reference external" href="https://cf-trac.llnl.gov/trac/ticket/78">https://cf-trac.llnl.gov/trac/ticket/78</a></p>
136136
<p>Aggregation is the combination of two field constructs <a class="reference internal" href="cf_data_model.html#term-field-construct"><span class="xref std std-term">field
@@ -347,7 +347,7 @@ <h3>Related Topics</h3>
347347
<div class="clearer"></div>
348348
</div>
349349
<div class="footer">
350-
&copy;2023, NCAS | Page built on 2023-08-31.
350+
&copy;2023, NCAS | Page built on 2023-10-10.
351351

352352
|
353353
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>

0 commit comments

Comments
 (0)