8000 NEP: Accept NEP 35 as final · seberg/numpy@3fbd6fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fbd6fe

Browse files
committed
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 numpygh-17075 all seem not very relevant anymore.
1 parent 6790873 commit 3fbd6fe

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ NEP 35 — Array Creation Dispatching With __array_function__
55
===========================================================
66

77
:Author: Peter Andreas Entschev <pentschev@nvidia.com>
8-
:Status: Draft
8+
:Status: Accepted
99
:Type: Standards Track
1010
:Created: 2019-10-15
1111
:Updated: 2020-11-06
12-
:Resolution:
12+
:Resolution: https://mail.python.org/pipermail/numpy-discussion/2021-May/081761.html
1313

1414
Abstract
1515
--------

numpy/core/overrides.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
NumPy arrays. If an array-like passed in as ``like`` supports
1919
the ``__array_function__`` protocol, the result will be defined
2020
by it. In this case, it ensures the creation of an array object
21-
compatible with that passed in via this argument.
22-
23-
.. note::
24-
The ``like`` keyword is an experimental feature pending on
25-
acceptance of :ref:`NEP 35 <NEP35>`."""
21+
compatible with that passed in via this argument."""
2622
)
2723

2824
def set_array_function_like_doc(public_api):

0 commit comments

Comments
 (0)
0