Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r3953:97ca19999a70 Date: 2011-10-30 14:23 -0400 http://bitbucket.org/pypy/extradoc/changeset/97ca19999a70/
Log: updates to numpy planning diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.txt @@ -1,13 +1,6 @@ NEW TASKS --------- -- add in all base dtypes (bools, unsigned and signed ints, floats) - -- get the correct dtype results for binops - -- add more ways to select dtypes (aliases or more advanced code to choose the - types) - - 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 @@ -26,4 +19,6 @@ - will need to refactor some functions - - do we keep single-dim arrays separate? +- frompyfunc to create ufuncs from python functions + +- more ufuncs _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
