Skip to content

Commit 929cbaf

Browse files
committed
Deploying to gh-pages from @ 206baf0 🚀
1 parent c94f70e commit 929cbaf

File tree

3 files changed

+54
-37
lines changed

3 files changed

+54
-37
lines changed

_sources/changelog.md.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.1.2 (2024-11-07)
4+
5+
## Major Changes
6+
7+
- array-api-strict now requires NumPy >= 2.1 and Python >= 3.10
8+
39
## 2.1.1 (2024-11-07)
410

511
### Major Changes

changelog.html

Lines changed: 47 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,18 @@
246246
<section class="tex2jax_ignore mathjax_ignore" id="changelog">
247247
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
248248
<section id="id1">
249-
<h2>2.1.1 (2024-11-07)<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
249+
<h2>2.1.2 (2024-11-07)<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
250+
</section>
250251
<section id="major-changes">
251-
<h3>Major Changes<a class="headerlink" href="#major-changes" title="Link to this heading"></a></h3>
252+
<h2>Major Changes<a class="headerlink" href="#major-changes" title="Link to this heading"></a></h2>
253+
<ul class="simple">
254+
<li><p>array-api-strict now requires NumPy &gt;= 2.1 and Python &gt;= 3.10</p></li>
255+
</ul>
256+
</section>
257+
<section id="id2">
258+
<h2>2.1.1 (2024-11-07)<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
259+
<section id="id3">
260+
<h3>Major Changes<a class="headerlink" href="#id3" title="Link to this heading"></a></h3>
252261
<ul class="simple">
253262
<li><p>Remove the <code class="docutils literal notranslate"><span class="pre">__array__</span></code> method from array-api-strict arrays. This means they
254263
will no longer be implicitly converted to NumPy arrays when passed to <code class="docutils literal notranslate"><span class="pre">np</span></code>
@@ -269,10 +278,10 @@ <h3>Minor Changes<a class="headerlink" href="#minor-changes" title="Link to this
269278
</ul>
270279
</section>
271280
</section>
272-
<section id="id2">
273-
<h2>2.1 (2024-10-18)<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
274-
<section id="id3">
275-
<h3>Major Changes<a class="headerlink" href="#id3" title="Link to this heading"></a></h3>
281+
<section id="id4">
282+
<h2>2.1 (2024-10-18)<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
283+
<section id="id5">
284+
<h3>Major Changes<a class="headerlink" href="#id5" title="Link to this heading"></a></h3>
276285
<ul class="simple">
277286
<li><p>The default version of the array API standard is now 2023.12. 2022.12 can
278287
still be enabled via the <a class="reference internal" href="api.html#array-api-strict-flags"><span class="std std-ref">flags API</span></a>.</p></li>
@@ -288,18 +297,18 @@ <h3>Major Changes<a class="headerlink" href="#id3" title="Link to this heading">
288297
exception. (Thanks to <a class="reference external" href="https://github.com/betatim">&#64;betatim</a>).</p></li>
289298
</ul>
290299
</section>
291-
<section id="id4">
292-
<h3>Minor Changes<a class="headerlink" href="#id4" title="Link to this heading"></a></h3>
300+
<section id="id6">
301+
<h3>Minor Changes<a class="headerlink" href="#id6" title="Link to this heading"></a></h3>
293302
<ul class="simple">
294303
<li><p>Avoid implicitly relying on <code class="docutils literal notranslate"><span class="pre">__array__</span></code> in some places. These changes should
295304
not be usef visible.</p></li>
296305
</ul>
297306
</section>
298307
</section>
299-
<section id="id5">
300-
<h2>2.0.1 (2024-07-01)<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
301-
<section id="id6">
302-
<h3>Minor Changes<a class="headerlink" href="#id6" title="Link to this heading"></a></h3>
308+
<section id="id7">
309+
<h2>2.0.1 (2024-07-01)<a class="headerlink" href="#id7" title="Link to this heading"></a></h2>
310+
<section id="id8">
311+
<h3>Minor Changes<a class="headerlink" href="#id8" title="Link to this heading"></a></h3>
303312
<ul class="simple">
304313
<li><p>Re-allow iteration on 1-D arrays. A change from 2.0 fixed iter() raising on
305314
n-D arrays but also made 1-D arrays raise. The standard does not explicitly
@@ -308,10 +317,10 @@ <h3>Minor Changes<a class="headerlink" href="#id6" title="Link to this heading">
308317
</ul>
309318
</section>
310319
</section>
311-
<section id="id7">
312-
<h2>2.0 (2024-06-27)<a class="headerlink" href="#id7" title="Link to this heading"></a></h2>
313-
<section id="id8">
314-
<h3>Major Changes<a class="headerlink" href="#id8" title="Link to this heading"></a></h3>
320+
<section id="id9">
321+
<h2>2.0 (2024-06-27)<a class="headerlink" href="#id9" title="Link to this heading"></a></h2>
322+
<section id="id10">
323+
<h3>Major Changes<a class="headerlink" href="#id10" title="Link to this heading"></a></h3>
315324
<ul class="simple">
316325
<li><p>array-api-strict has a new set of <a class="reference internal" href="api.html#array-api-strict-flags"><span class="std std-ref">flags</span></a> that can
317326
be used to dynamically enable or disable features in array-api-strict. These
@@ -330,23 +339,23 @@ <h3>Major Changes<a class="headerlink" href="#id8" title="Link to this heading">
330339
change the default version to 2023.12.</p></li>
331340
</ul>
332341
</section>
333-
<section id="id9">
334-
<h3>Minor Changes<a class="headerlink" href="#id9" title="Link to this heading"></a></h3>
342+
<section id="id11">
343+
<h3>Minor Changes<a class="headerlink" href="#id11" title="Link to this heading"></a></h3>
335344
<ul class="simple">
336345
<li><p>Calling <code class="docutils literal notranslate"><span class="pre">iter()</span></code> on an array now correctly raises <code class="docutils literal notranslate"><span class="pre">TypeError</span></code>.</p></li>
337346
<li><p>Add some missing names to <code class="docutils literal notranslate"><span class="pre">__all__</span></code>.</p></li>
338347
</ul>
339348
</section>
340349
</section>
341-
<section id="id10">
342-
<h2>1.1.1 (2024-04-29)<a class="headerlink" href="#id10" title="Link to this heading"></a></h2>
350+
<section id="id12">
351+
<h2>1.1.1 (2024-04-29)<a class="headerlink" href="#id12" title="Link to this heading"></a></h2>
343352
<ul class="simple">
344353
<li><p>Fix the <code class="docutils literal notranslate"><span class="pre">api_version</span></code> argument to <code class="docutils literal notranslate"><span class="pre">__array_namespace__</span></code> to accept
345354
<code class="docutils literal notranslate"><span class="pre">'2021.12'</span></code> or <code class="docutils literal notranslate"><span class="pre">'2022.12'</span></code>.</p></li>
346355
</ul>
347356
</section>
348-
<section id="id11">
349-
<h2>1.1 (2024-04-08)<a class="headerlink" href="#id11" title="Link to this heading"></a></h2>
357+
<section id="id13">
358+
<h2>1.1 (2024-04-08)<a class="headerlink" href="#id13" title="Link to this heading"></a></h2>
350359
<ul class="simple">
351360
<li><p>Fix the <code class="docutils literal notranslate"><span class="pre">copy</span></code> flag in <code class="docutils literal notranslate"><span class="pre">__array__</span></code> for NumPy 2.0.</p></li>
352361
<li><p>Add full <code class="docutils literal notranslate"><span class="pre">copy=False</span></code> support to <code class="docutils literal notranslate"><span class="pre">asarray()</span></code>. This is emulated in NumPy 1.26 by creating
@@ -355,8 +364,8 @@ <h2>1.1 (2024-04-08)<a class="headerlink" href="#id11" title="Link to this headi
355364
<li><p>Add broadcasting support to <code class="docutils literal notranslate"><span class="pre">cross</span></code>.</p></li>
356365
</ul>
357366
</section>
358-
<section id="id12">
359-
<h2>1.0 (2024-01-24)<a class="headerlink" href="#id12" title="Link to this heading"></a></h2>
367+
<section id="id14">
368+
<h2>1.0 (2024-01-24)<a class="headerlink" href="#id14" title="Link to this heading"></a></h2>
360369
<p>This is the first release of <code class="docutils literal notranslate"><span class="pre">array_api_strict</span></code>. It is extracted from
361370
<code class="docutils literal notranslate"><span class="pre">numpy.array_api</span></code>, which was included as an experimental submodule in NumPy
362371
versions prior to 2.0. Note that the commit history in this repository is
@@ -440,28 +449,30 @@ <h2>1.0 (2024-01-24)<a class="headerlink" href="#id12" title="Link to this headi
440449
<div class="toc-tree">
441450
<ul>
442451
<li><a class="reference internal" href="#">Changelog</a><ul>
443-
<li><a class="reference internal" href="#id1">2.1.1 (2024-11-07)</a><ul>
452+
<li><a class="reference internal" href="#id1">2.1.2 (2024-11-07)</a></li>
444453
<li><a class="reference internal" href="#major-changes">Major Changes</a></li>
454+
<li><a class="reference internal" href="#id2">2.1.1 (2024-11-07)</a><ul>
455+
<li><a class="reference internal" href="#id3">Major Changes</a></li>
445456
<li><a class="reference internal" href="#minor-changes">Minor Changes</a></li>
446457
</ul>
447458
</li>
448-
<li><a class="reference internal" href="#id2">2.1 (2024-10-18)</a><ul>
449-
<li><a class="reference internal" href="#id3">Major Changes</a></li>
450-
<li><a class="reference internal" href="#id4">Minor Changes</a></li>
459+
<li><a class="reference internal" href="#id4">2.1 (2024-10-18)</a><ul>
460+
<li><a class="reference internal" href="#id5">Major Changes</a></li>
461+
<li><a class="reference internal" href="#id6">Minor Changes</a></li>
451462
</ul>
452463
</li>
453-
<li><a class="reference internal" href="#id5">2.0.1 (2024-07-01)</a><ul>
454-
<li><a class="reference internal" href="#id6">Minor Changes</a></li>
464+
<li><a class="reference internal" href="#id7">2.0.1 (2024-07-01)</a><ul>
465+
<li><a class="reference internal" href="#id8">Minor Changes</a></li>
455466
</ul>
456467
</li>
457-
<li><a class="reference internal" href="#id7">2.0 (2024-06-27)</a><ul>
458-
<li><a class="reference internal" href="#id8">Major Changes</a></li>
459-
<li><a class="reference internal" href="#id9">Minor Changes</a></li>
468+
<li><a class="reference internal" href="#id9">2.0 (2024-06-27)</a><ul>
469+
<li><a class="reference internal" href="#id10">Major Changes</a></li>
470+
<li><a class="reference internal" href="#id11">Minor Changes</a></li>
460471
</ul>
461472
</li>
462-
<li><a class="reference internal" href="#id10">1.1.1 (2024-04-29)</a></li>
463-
<li><a class="reference internal" href="#id11">1.1 (2024-04-08)</a></li>
464-
<li><a class="reference internal" href="#id12">1.0 (2024-01-24)</a></li>
473+
<li><a class="reference internal" href="#id12">1.1.1 (2024-04-29)</a></li>
474+
<li><a class="reference internal" href="#id13">1.1 (2024-04-08)</a></li>
475+
<li><a class="reference internal" href="#id14">1.0 (2024-01-24)</a></li>
465476
</ul>
466477
</li>
467478
</ul>

0 commit comments

Comments
 (0)