Hi there,
I'm new to pypy and trying it out on some numerical projects and the speed
of pypy+numpy is about 4x faster than cpython+numpy. Pretty impressive!
However, I want to pickle some of my numpy objects and I get the
error: TypeError: can't pickle numarray objects (full error is included
bel
On Mon, Nov 28, 2011 at 9:40 PM, Alex Gaynor wrote:
>
> This appears to be totally broken independently of windows, on Linux I'm
> getting something that looks like sys.maxint instead of 0. Can you file a
> bug in our tracker for this? It's not going to be a release blocker for
> windows, but i
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 calculati
Hi All,
Numpy is somewhat derived from another array library called 'Numeric'.
What were originally functions in 'Numeric' have been promoted to ndarray
methods in numpy. The implementation of this code in numpy is in *
numpy/core/fromnumeric.py*. The list of functions that were promoted is
list
On Fri, Jan 20, 2012 at 11:24 PM, Maciej Fijalkowski wrote:
>
> I'm glad to hear more about potential contributors! If I can pick up
> any order, how about numpy.reshape? reshape method is already there on
> array so it should be more or less mechanical copy-paste into
> lib_pypy/numpypy.
the res
Hi All,
Ronny has put a stripped down version of this bug on the tracker:
https://bugs.pypy.org/issue1073
On Mon, Feb 27, 2012 at 9:39 PM, Spacelee wrote:
> on Ubuntu 64bit, 6G memory, 4Core, python2.7.2
>
> Program:
>
>
> import datetime
>
> tmp_str1 = 'aa' * 1
> tmp_str2 = 'b
Hi there,
I contributed to pypy way way back, but for the moment I have other
priorities.
Bitbucket has made it impossible for me to revoke my own access from the
pypy repositories. Could someone in the development team revoke my access?
Thanks, and good luck!
Mike
_