[pypy-commit] extradoc extradoc: hg merge

hakanardo noreply at buildbot.pypy.org
Thu Sep 1 13:36:51 CEST 2011


Author: Hakan Ardo <hakan at 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?


More information about the pypy-commit mailing list