Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r3972:38bf58fc834d Date: 2011-12-07 10:21 -0500 http://bitbucket.org/pypy/extradoc/changeset/38bf58fc834d/
Log: update diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.txt @@ -1,10 +1,6 @@ NEW TASKS --------- -- add in numpy.generic and the various subclasses, use them in returning - instances from subscripting (and possibly internally), also make them valid - for the dtype arguments (numpy-dtype-refactor branch) - - astype - a good sort function @@ -13,14 +9,13 @@ - endianness -- scalar types like numpy.int8 (numpy-dtype-refacotr branch) - - frompyfunc to create ufuncs from python functions - more ufuncs - linspace/other ranges -- change numpy.array into numpy.array and numpy.ndarray +- more attributes/methods on numpy.flatiter -- more attributes/methods on numpy.flatiter +- axis= parameter to various methods + _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
