summaryrefslogtreecommitdiff
path: root/doc/neps
diff options
context:
space:
mode:
authorMark Wiebe <mwiebe@enthought.com>2011-06-27 16:16:02 -0500
committerCharles Harris <charlesr.harris@gmail.com>2011-07-06 16:24:12 -0600
commite72099374c89e39b8177ff656ff7a793931b4b7a (patch)
tree3a14ddc2b553d7c9d998e2508b9d288367f9e235 /doc/neps
parent30d59c189904d12c920fb7613c0fdb40f1faf36f (diff)
downloadnumpy-e72099374c89e39b8177ff656ff7a793931b4b7a.tar.gz
ENH: missingdata: Move getting the masked ufunc inner loop to a different function
This is so that backwards compatibility can be retained with denying regular ufuncs from supporting dynamic auxiliary data, but allowing it for the masked inner loops so that the default masked loop can store the regular inner loop it proxies calls to.
Diffstat (limited to 'doc/neps')
-rw-r--r--doc/neps/missing-data.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/neps/missing-data.rst b/doc/neps/missing-data.rst
index fabecf36e..bc61ebe1b 100644
--- a/doc/neps/missing-data.rst
+++ b/doc/neps/missing-data.rst
@@ -534,5 +534,6 @@ the discussion are::
LluĂ­s
Olivier Delalleau
Alan G Isaac
+ E. Antero Tammi
I apologize if I missed anyone.