Author: Maciej Fijalkowski <[email protected]> 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) _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
