diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-06-07 13:17:45 -0500 |
|---|---|---|
| committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-06-07 13:32:07 -0500 |
| commit | cbd0c97bf8ca5148f581c644968b6eb4b11df40d (patch) | |
| tree | a24a2dc114f6e80b259671dddf9fa90e25d04524 /doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst | |
| parent | 6790873334b143117f4e8d1f515def8c7fdeb9fb (diff) | |
| download | numpy-cbd0c97bf8ca5148f581c644968b6eb4b11df40d.tar.gz | |
NEP: Accept NEP 35 as final
This accepts NEP 35 as final. There has been no discussion about it
in a long time. The current mode is strict about type input
(`like=` must be an array-like). So that most of the "open" points
are OK to remain open.
Unless we need to discuss the name `like` or the fact that we pass
an array-like itself, the previously noted open points gh-17075
all seem not very relevant anymore.
Diffstat (limited to 'doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst')
| -rw-r--r-- | doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst | 4 |
1 files changed, 2 insertions, 2 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 427d91b7d..3a689a4dc 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 @@ -5,11 +5,11 @@ NEP 35 — Array Creation Dispatching With __array_function__ =========================================================== :Author: Peter Andreas Entschev <pentschev@nvidia.com> -:Status: Draft +:Status: Final :Type: Standards Track :Created: 2019-10-15 :Updated: 2020-11-06 -:Resolution: +:Resolution: https://mail.python.org/pipermail/numpy-discussion/2021-May/081761.html Abstract -------- |
