Author: Justin Peel <[email protected]> Branch: extradoc Changeset: r3895:0cfdcff602ea Date: 2011-09-08 15:41 -0600 http://bitbucket.org/pypy/extradoc/changeset/0cfdcff602ea/
Log: indexing by tuples done. Added some other tasks. diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.txt @@ -16,7 +16,11 @@ - a good sort function -- indexing by tuples and lists +- indexing by arrays and lists + +- endianness + +- scalar types like numpy.int8 - add multi-dim arrays _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
