[pypy-commit] pypy matrixmath: add a REVIEW file, just because IRC logs might be lost

fijal noreply at buildbot.pypy.org
Sat Nov 26 20:20:48 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: matrixmath
Changeset: r49835:282d885f914f
Date: 2011-11-26 21:20 +0200
http://bitbucket.org/pypy/pypy/changeset/282d885f914f/

Log:	add a REVIEW file, just because IRC logs might be lost

diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
new file mode 100644
--- /dev/null
+++ b/pypy/module/micronumpy/REVIEW
@@ -0,0 +1,10 @@
+arange does not work for floats because they'll get automatically marked as ints
+it also does not test that it works correctly with floats (it does not)
+
+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