|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 |
|
8 | 8 | <title>Incompatible differences between versions 2.x and 3.x — Documentation</title> |
9 | | - <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" /> |
10 | | - <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=a5d0ad34" /> |
11 | | - <link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" /> |
| 9 | + <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b3523f8e" /> |
| 10 | + <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=541523b4" /> |
| 11 | + <link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> |
13 | | - <link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=d2d258e8" /> |
14 | | - <link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=f4aeca0c" /> |
15 | | - <link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=2082cf3c" /> |
| 13 | + <link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=61a4c737" /> |
| 14 | + <link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=ca3c1c84" /> |
| 15 | + <link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=e5fbc548" /> |
16 | 16 | <link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css?v=1277b6f3" /> |
17 | 17 | <link rel="stylesheet" type="text/css" href="_static/customise-alabaster.css?v=5dec66a6" /> |
18 | | - <script src="_static/documentation_options.js?v=64e044ff"></script> |
19 | | - <script src="_static/doctools.js?v=9bcbadda"></script> |
| 18 | + <script src="_static/documentation_options.js?v=5318ce95"></script> |
| 19 | + <script src="_static/doctools.js?v=9a2dae69"></script> |
20 | 20 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
21 | 21 | <script src="_static/clipboard.min.js?v=a7894cd8"></script> |
22 | 22 | <script src="_static/copybutton.js?v=b578dfe4"></script> |
|
27 | 27 |
|
28 | 28 | <link rel="stylesheet" href="_static/custom.css" type="text/css" /> |
29 | 29 |
|
30 | | - |
31 | | - |
32 | 30 |
|
| 31 | + <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> |
33 | 32 |
|
34 | 33 | </head><body> |
35 | 34 | <div class="document"> |
|
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
45 | | -<h1 class="logo"><a href="index.html">cf 3.18.1</a></h1> |
| 44 | +<h1 class="logo"><a href="index.html">cf 3.18.2</a></h1> |
46 | 45 |
|
47 | 46 |
|
48 | 47 |
|
@@ -138,7 +137,7 @@ <h2>Python<a class="headerlink" href="#python" title="Link to this heading">¶</ |
138 | 137 | </section> |
139 | 138 | <section id="in-place-operations"> |
140 | 139 | <h2>In-place operations<a class="headerlink" href="#in-place-operations" title="Link to this heading">¶</a></h2> |
141 | | -<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 |
| 140 | +<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.14)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a>, rather than the |
142 | 141 | modified construct. The keyword that defines the operation to be |
143 | 142 | in-place is now <em>inplace</em> (rather than <em>i</em>).</p> |
144 | 143 | <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> |
@@ -479,11 +478,11 @@ <h2>Changes to the API of existing methods<a class="headerlink" href="#changes- |
479 | 478 | <div class="clearer"></div> |
480 | 479 | </div> |
481 | 480 | <div class="footer"> |
482 | | - ©2025, NCAS | Page built on 2025-08-20. |
| 481 | + ©2025, NCAS | Page built on 2025-10-16. |
483 | 482 |
|
484 | 483 | | |
485 | | - Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.2.3</a> |
486 | | - & <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a> |
| 484 | + Powered by <a href="http://sphinx-doc.org/">Sphinx 7.4.7</a> |
| 485 | + & <a href="https://github.com/sphinx-doc/alabaster">Alabaster 0.7.14</a> |
487 | 486 |
|
488 | 487 | </div> |
489 | 488 |
|
|
0 commit comments