[pypy-commit] pypy matrixmath: remove, all items are done

fijal noreply at buildbot.pypy.org
Mon Nov 28 07:31:52 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: matrixmath
Changeset: r49873:bb4b4da8518c
Date: 2011-11-28 08:31 +0200
http://bitbucket.org/pypy/pypy/changeset/bb4b4da8518c/

Log:	remove, all items are done

diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
deleted file mode 100644
--- a/pypy/module/micronumpy/REVIEW
+++ /dev/null
@@ -1,10 +0,0 @@
-
-arange(True) should return an array of ints, not bools
-
-the flatiter should raise OperationError if object is not of BaseArray type
-
-there are no tests for creation of numpy.flatiter
-
-_attrs_ can be ommited entirely, but this is broken (it has to contain all attributes like __slots__)
-
-transpose should be tested at the very least on odd number of dimensions, like 1 or 3. Ot should also handle scalar (somehow)


More information about the pypy-commit mailing list