[pypy-commit] extradoc extradoc: update

alex_gaynor noreply at buildbot.pypy.org
Wed Dec 7 16:22:04 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r3972:38bf58fc834d
Date: 2011-12-07 10:21 -0500
http://bitbucket.org/pypy/extradoc/changeset/38bf58fc834d/

Log:	update

diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
--- a/planning/micronumpy.txt
+++ b/planning/micronumpy.txt
@@ -1,10 +1,6 @@
 NEW TASKS
 ---------
 
-- 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 (numpy-dtype-refactor branch)
-
 - astype
 
 - a good sort function
@@ -13,14 +9,13 @@
 
 - endianness
 
-- scalar types like numpy.int8 (numpy-dtype-refacotr branch)
-
 - frompyfunc to create ufuncs from python functions
 
 - more ufuncs
 
 - linspace/other ranges
 
-- change numpy.array into numpy.array and numpy.ndarray
+- more attributes/methods on numpy.flatiter
 
-- more attributes/methods on numpy.flatiter
+- axis= parameter to various methods
+


More information about the pypy-commit mailing list