diff options
author | Mark Wiebe <mwiebe@enthought.com> | 2011-06-27 16:16:02 -0500 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-07-06 16:24:12 -0600 |
commit | e72099374c89e39b8177ff656ff7a793931b4b7a (patch) | |
tree | 3a14ddc2b553d7c9d998e2508b9d288367f9e235 /doc/neps/missing-data.rst | |
parent | 30d59c189904d12c920fb7613c0fdb40f1faf36f (diff) | |
download | numpy-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/missing-data.rst')
-rw-r--r-- | doc/neps/missing-data.rst | 1 |
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. |