Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r3969:83c60b7c3d49 Date: 2011-11-20 17:16 -0500 http://bitbucket.org/pypy/extradoc/changeset/83c60b7c3d49/
Log: note the branches diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.txt @@ -3,7 +3,7 @@ - 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 + for the dtype arguments (numpy-dtype-refactor branch) - astype @@ -13,9 +13,9 @@ - endianness -- scalar types like numpy.int8 +- scalar types like numpy.int8 (numpy-dtype-refacotr branch) -- add multi-dim arrays +- add multi-dim arrays (numpy-multidim-shards branch) - will need to refactor some functions _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
