diff options
author | Peter Andreas Entschev <peter@entschev.com> | 2020-08-19 18:26:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 18:26:54 +0200 |
commit | cde3543863a711ae211138f045eeebc10e473974 (patch) | |
tree | b2f7edda68fc967fa4f80410ba6cce4d65c3001b /doc/neps | |
parent | 69e3e7186a39abeead5adf8edba5a24d71e96cb9 (diff) | |
download | numpy-cde3543863a711ae211138f045eeebc10e473974.tar.gz |
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst index 7b602c15a..4b6147ca8 100644 --- a/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst +++ b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst @@ -23,7 +23,7 @@ The target array type must implement the ``__array_function__`` protocol. Motivation and Scope -------------------- -Many are the libraries implementing the NumPy API, such as Dask for graph +Many libraries implement the NumPy API, such as Dask for graph computing, CuPy for GPGPU computing, xarray for N-D labeled arrays, etc. All the libraries mentioned have yet another thing in common: they have also adopted the ``__array_function__`` protocol; a protocol that allows NumPy to understand |