[pypy-commit] extradoc extradoc: updates to numpy planning

alex_gaynor noreply at buildbot.pypy.org
Sun Oct 30 19:23:30 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r3953:97ca19999a70
Date: 2011-10-30 14:23 -0400
http://bitbucket.org/pypy/extradoc/changeset/97ca19999a70/

Log:	updates to numpy planning

diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
--- a/planning/micronumpy.txt
+++ b/planning/micronumpy.txt
@@ -1,13 +1,6 @@
 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
@@ -26,4 +19,6 @@
 
   - will need to refactor some functions
 
-  - do we keep single-dim arrays separate?
+- frompyfunc to create ufuncs from python functions
+
+- more ufuncs


More information about the pypy-commit mailing list