|
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| -<h1 class="logo"><a href="index.html">cf 3.16.2</a></h1> |
| 47 | +<h1 class="logo"><a href="index.html">cf 3.17.0</a></h1> |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
@@ -75,12 +75,10 @@ <h3 id="searchlabel">Quick search</h3>
|
75 | 75 | <script>$('#searchbox').show(0);</script>
|
76 | 76 | <ul>
|
77 | 77 | <li class="toctree-l1"><a class="reference internal" href="introduction.html"><strong>Introduction</strong></a></li>
|
78 |
| -<li class="toctree-l1"><a class="reference internal" href="cf_data_model.html"><strong>CF data model</strong></a></li> |
79 | 78 | <li class="toctree-l1"><a class="reference internal" href="installation.html"><strong>Installation</strong></a></li>
|
80 | 79 | <li class="toctree-l1"><a class="reference internal" href="cheat_sheet.html"><strong>Cheat Sheet</strong></a></li>
|
81 | 80 | <li class="toctree-l1"><a class="reference internal" href="recipes/index.html"><strong>Recipes using cf</strong></a></li>
|
82 | 81 | <li class="toctree-l1"><a class="reference internal" href="tutorial.html"><strong>Tutorial</strong></a></li>
|
83 |
| -<li class="toctree-l1"><a class="reference internal" href="analysis.html"><strong>Analysis</strong></a></li> |
84 | 82 | <li class="toctree-l1"><a class="reference internal" href="api_reference.html"><strong>API reference</strong></a></li>
|
85 | 83 | <li class="toctree-l1"><a class="reference internal" href="aggregation_rules.html"><strong>Aggregation rules</strong></a></li>
|
86 | 84 | <li class="toctree-l1"><a class="reference internal" href="performance.html"><strong>Performance</strong></a></li>
|
@@ -142,7 +140,7 @@ <h2>Python<a class="headerlink" href="#python" title="Permalink to this headline
|
142 | 140 | </section>
|
143 | 141 | <section id="in-place-operations">
|
144 | 142 | <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.12)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a>, rather than the |
| 143 | +<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.13)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a>, rather than the |
146 | 144 | modified construct. The keyword that defines the operation to be
|
147 | 145 | in-place is now <em>inplace</em> (rather than <em>i</em>).</p>
|
148 | 146 | <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </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 +489,7 @@ <h2>Changes to the API of existing methods<a class="headerlink" href="#changes-
|
491 | 489 | <div class="clearer"></div>
|
492 | 490 | </div>
|
493 | 491 | <div class="footer">
|
494 |
| - ©2024, NCAS | Page built on 2024-04-26. |
| 492 | + ©2025, NCAS | Page built on 2025-04-02. |
495 | 493 |
|
496 | 494 | |
|
497 | 495 | Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>
|
|
0 commit comments