Author: Hakan Ardo <ha...@debian.org> Branch: extradoc Changeset: r3894:2b35bb7878bc Date: 2011-09-01 13:36 +0200 http://bitbucket.org/pypy/extradoc/changeset/2b35bb7878bc/
Log: hg merge diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt new file mode 100644 --- /dev/null +++ b/planning/micronumpy.txt @@ -0,0 +1,25 @@ +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 + +- astype + +- a good sort function + +- indexing by tuples and lists + +- add multi-dim arrays + + - will need to refactor some functions + + - do we keep single-dim arrays separate? _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit