Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r3971:7562a8e8976a Date: 2011-11-28 20:40 -0500 http://bitbucket.org/pypy/extradoc/changeset/7562a8e8976a/
Log: update numpy plannign doc diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.txt @@ -15,16 +15,12 @@ - scalar types like numpy.int8 (numpy-dtype-refacotr branch) -- add multi-dim arrays (numpy-multidim-shards branch) - - - will need to refactor some functions - - frompyfunc to create ufuncs from python functions - more ufuncs -- arange/linspace/other ranges - -- numpy.flatiter array.flat and friends +- linspace/other ranges - change numpy.array into numpy.array and numpy.ndarray + +- more attributes/methods on numpy.flatiter _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
