Re: [pypy-dev] numpy and multi-dimensional arrays

2011-10-30 Thread Maciej Fijalkowski
On Sun, Oct 30, 2011 at 8:29 AM, Maciej Fijalkowski wrote: > On Sun, Oct 30, 2011 at 1:06 AM, matti picus wrote: >> So it turns out there are two branches for multi dimensional arrays. I just >> committed get/set for ndim slices on the branch "numpy NDimArray" , and it >> turns out I am duplicati

Re: [pypy-dev] numpy and multi-dimensional arrays

2011-10-30 Thread Maciej Fijalkowski
On Sun, Oct 30, 2011 at 1:06 AM, matti picus wrote: > So it turns out there are two branches for multi dimensional arrays. I just > committed get/set for ndim slices on the branch "numpy NDimArray" , and it > turns out I am duplicating work done by someone else on the numpy-multidim > branch :( .

[pypy-dev] numpy and multi-dimensional arrays

2011-10-29 Thread matti picus
So it turns out there are two branches for multi dimensional arrays. I just committed get/set for ndim slices on the branch "numpy NDimArray" , and it turns out I am duplicating work done by someone else on the numpy-multidim branch :( . Could that developer please contact me directly so we can coo