Skip to content

Commit aab2787

Browse files
authored
DOC: Tighten ecosystem->array libraries (numpy#260)
* DOC: Tighten ecosystem->array libraries Rewriote first sentence, trimmed rest of intro. Partly brevity, partly because words like "newer" or "modern" might not be clear.
1 parent bd8ea37 commit aab2787

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

layouts/partials/array-libraries.html

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
<!-- Array libraries Tab Content -->
22
<li class="array-libraries">
33
<p>
4-
When libraries emerge to exploit new
5-
hardware technologies and architectures, they take
6-
NumPy as their starting point.
7-
<a href="https://cupy.chainer.org">CuPy</a>,
8-
<a href="https://sparse.pydata.org/en/latest/">Sparse</a>, and
9-
<a href="https://dask.org/">Dask</a>
10-
implement the NumPy API with support for modern user cases and
11-
scalable hardware;
12-
<a href="https://xarray.pydata.org/en/stable/index.html">Xarray</a> and
13-
<a href="http://tensorly.org/stable/home.html">Tensor.ly</a> add newer functionality.
4+
NumPy's API is the starting point when libraries are written to exploit innovative hardware.
145
</p>
156
<table>
167
<tr class="highlight-th">

0 commit comments

Comments
 (0)