Author: Justin Peel <notmuchtot...@gmail.com> Branch: extradoc Changeset: r3889:045fa0878a37 Date: 2011-08-29 18:15 -0600 http://bitbucket.org/pypy/extradoc/changeset/045fa0878a37/
Log: started a micronumpy TODO diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt new file mode 100644 --- /dev/null +++ b/planning/micronumpy.txt @@ -0,0 +1,23 @@ +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) + +- move reduce functions to be ufuncs and get them jitted properly + +- 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