diff options
author | Peter Andreas Entschev <peter@entschev.com> | 2019-11-04 14:27:56 +0100 |
---|---|---|
committer | Peter Andreas Entschev <peter@entschev.com> | 2019-11-04 14:27:56 +0100 |
commit | 296129225bb95bfd983059e047051a00fded6cac (patch) | |
tree | d233a45ea8c57d3043241a77b074cc6903e8d735 | |
parent | f4f02e7ff8500265d5e4b89072b5c246e842ee55 (diff) | |
download | numpy-296129225bb95bfd983059e047051a00fded6cac.tar.gz |
MAINT: change array creation dispatching with `__array_function__` to NEP-35
-rw-r--r-- | doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst (renamed from doc/neps/nep-0033-array-creation-dispatch-with-array-function.rst) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0033-array-creation-dispatch-with-array-function.rst b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst index 5b8fd802c..884dbe0cc 100644 --- a/doc/neps/nep-0033-array-creation-dispatch-with-array-function.rst +++ b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst @@ -1,5 +1,5 @@ =========================================================== -NEP 33 — Array Creation Dispatching With __array_function__ +NEP 35 — Array Creation Dispatching With __array_function__ =========================================================== :Author: Peter Andreas Entschev <pentschev@nvidia.com> |