Re: [pypy-dev] Before I start hacking on numpy

2011-09-20 Thread Alex Gaynor
On Tue, Sep 20, 2011 at 2:02 PM, Justin Peel wrote: > There are a few things to be done before we start on a > multi-dimensional array. First, we need to do some refactoring to get > all of the 1D parts out of BaseArray and into the SingleDimArray > class. Also, we need to decide if we want to ke

Re: [pypy-dev] Before I start hacking on numpy

2011-09-20 Thread Justin Peel
There are a few things to be done before we start on a multi-dimensional array. First, we need to do some refactoring to get all of the 1D parts out of BaseArray and into the SingleDimArray class. Also, we need to decide if we want to keep single dimensional arrays as a specialized case or just use

Re: [pypy-dev] Before I start hacking on numpy

2011-09-20 Thread Benjamin Peterson
2011/9/20 matti picus : > I would really love to have 2 dimensional matrices in micronumpy, and am > willing to donate some hours of coding. There seems to be a number of > "heads" on the mercurial tree that use numpy in their keyword. Can anyone > give me pointer as to what branch (maybe just tip?

[pypy-dev] Before I start hacking on numpy

2011-09-20 Thread matti picus
I would really love to have 2 dimensional matrices in micronumpy, and am willing to donate some hours of coding. There seems to be a number of "heads" on the mercurial tree that use numpy in their keyword. Can anyone give me pointer as to what branch (maybe just tip?) would be the recommended one t