You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -353,6 +353,16 @@ <h1>array-api-extra<a class="headerlink" href="#array-api-extra" title="Link to
353
353
<p>See <aclass="reference external" href="https://github.com/scipy/scipy/blob/main/scipy/_lib/_array_api_compat_vendor.py">an example of this in SciPy</a>.</p>
354
354
</div>
355
355
</section>
356
+
<sectionid="versioning">
357
+
<h2>Versioning<aclass="headerlink" href="#versioning" title="Link to this heading">¶</a></h2>
<li><p>To bump from version <codeclass="docutils literal notranslate"><spanclass="pre">x.y.z</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">x.(y+1).0</span></code> of array-api-extra, expect that
361
+
you may need to put in some work.</p></li>
362
+
<li><p>To bump from version <codeclass="docutils literal notranslate"><spanclass="pre">x.y.z</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">x.y.(z+1)</span></code>, any work needed on your side
363
+
should be minimal. Please open an issue if this is not the case!</p></li>
364
+
</ul>
365
+
</section>
356
366
<sectionid="usage">
357
367
<spanid="id3"></span><h2>Usage<aclass="headerlink" href="#usage" title="Link to this heading">¶</a></h2>
358
368
<p>Typical usage of this library looks like:</p>
@@ -485,6 +495,7 @@ <h1>array-api-extra<a class="headerlink" href="#array-api-extra" title="Link to
0 commit comments