[pypy-dev] Can't pickle a numpy object?

2011-10-05 Thread mike c
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

Re: [pypy-dev] Win32 build of the release 1.7

2011-11-28 Thread mike c
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

[pypy-dev] micronumpy var & std patch

2011-12-31 Thread mike c
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

[pypy-dev] micronumpy 'fromnumeric' patch

2012-01-04 Thread mike c
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

Re: [pypy-dev] numpypy / scipypy additions

2012-01-20 Thread mike c
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

Re: [pypy-dev] the program will make pypy say "Segment fault"

2012-02-27 Thread mike c
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

[pypy-dev] Could you remove my Bitbucket access?

2018-04-27 Thread mike c
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 _