Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r4049:dcdfbead3f5f Date: 2012-01-21 11:40 -0600 http://bitbucket.org/pypy/extradoc/changeset/dcdfbead3f5f/
Log: note that .T is forcing arrays diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.txt @@ -19,6 +19,8 @@ - expose ndarray.ctypes +- Make .T not force a lazy array. + - subclassing ndarray (instantiating subcalsses curently returns the wrong type) * keep subclass type when slicing, __array_finalize__ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
