Author: Hakan Ardo <[email protected]> Branch: extradoc Changeset: r3986:5176509bd13c Date: 2011-12-14 22:13 +0100 http://bitbucket.org/pypy/extradoc/changeset/5176509bd13c/
Log: (Alex_Gaynor, hakanardo): whishlisting diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.txt @@ -20,3 +20,9 @@ - axis= parameter to various methods - expose ndarray.ctypes + +- subclassing ndarray (instantiating subcalsses curently returns the wrong type) + + * keep subclass type when slicing, __array_finalize__ + + * ndarray.view _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
