From 86f26f6d00ddc081afa818db4854980d167b3ea0 Mon Sep 17 00:00:00 2001 From: Ben Nathanson Date: Sat, 23 May 2020 09:51:55 -0400 Subject: [PATCH 1/2] 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. --- layouts/partials/array-libraries.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/layouts/partials/array-libraries.html b/layouts/partials/array-libraries.html index a7ed106277..5e4fc310e8 100644 --- a/layouts/partials/array-libraries.html +++ b/layouts/partials/array-libraries.html @@ -1,16 +1,7 @@
  • - When libraries emerge to exploit new - hardware technologies and architectures, they take - NumPy as their starting point. - CuPy, - Sparse, and - Dask - implement the NumPy API with support for modern user cases and - scalable hardware; - Xarray and - Tensor.ly add newer functionality. + NumPy's API is the starting point when new libraries are written to exploit innovative hardware.

    From 08c4841dfdc4a888f9d5ecc269053960d7c557ba Mon Sep 17 00:00:00 2001 From: Ben Nathanson Date: Sat, 23 May 2020 09:55:43 -0400 Subject: [PATCH 2/2] Remove redundant 'new'. --- layouts/partials/array-libraries.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/array-libraries.html b/layouts/partials/array-libraries.html index 5e4fc310e8..ba3ddeceab 100644 --- a/layouts/partials/array-libraries.html +++ b/layouts/partials/array-libraries.html @@ -1,7 +1,7 @@
  • - NumPy's API is the starting point when new libraries are written to exploit innovative hardware. + NumPy's API is the starting point when libraries are written to exploit innovative hardware.