File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 2
2
NEP: Dispatch Mechanism for NumPy's high level API
3
3
==================================================
4
4
5
- :Author: Authors: Stephan Hoyer <shoyer@google.com> and Matthew Rocklin <mrocklin@gmail.com>
5
+ :Author: Authors: Stephan Hoyer <shoyer@google.com>
6
+ :Author: Matthew Rocklin <mrocklin@gmail.com>
6
7
:Status: Draft
7
8
:Type: Standards Track
8
9
:Created: 2018-05-29
@@ -132,13 +133,6 @@ function is not implemented by these types.
132
133
...
133
134
}
134
135
135
- *Note from MR: would it make sense instead for them to return the
136
- correct implementation rather than call it immediately. Perhaps cases
137
- exist where we want to find the right implementation, but not
138
- necessarily call it immediately. We have found this valuable when using
139
- the ``multipledispatch`` library. Not a blocking issue, just a comment
140
- of curiosity *
141
-
142
136
Necessary changes within the Numpy codebase itself
143
137
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144
138
You can’t perform that action at this time.
0 commit comments