[pypy-dev] micronumpy var & std patch

mike c coolbutuseless at gmail.com
Sat Dec 31 10:24:45 CET 2011


Hi All,

Find attached a patch (to default branch) to add var and std to micronumpy.
 Two simple tests were added, and all the micronumpy module tests still
pass.

Feedback is welcome. Not sure if there's a better way of nesting the method
calls in descr_var() - currently I have to do the calculation a bit at a
time and after each calculation assert that what I get back is actually a
BaseArray.

Not sure if this should go to the mailing list or to bugs.pypy.org.  Hope
here is ok.

Mike.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20111231/dbb9d1d5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: numpypy_var_std.patch
Type: application/octet-stream
Size: 3213 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20111231/dbb9d1d5/attachment.obj>


More information about the pypy-dev mailing list