[pypy-dev] numpy and multi-dimensional arrays

Maciej Fijalkowski fijall at gmail.com
Sun Oct 30 08:30:20 CET 2011


On Sun, Oct 30, 2011 at 8:29 AM, Maciej Fijalkowski <fijall at gmail.com> wrote:
> On Sun, Oct 30, 2011 at 1:06 AM, matti picus <matti.picus at gmail.com> 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 :( . Could that developer please contact me directly so we can
>> coordinate and me things forward faster without the duplication?
>>
>> BTW - I took the route that left the SingleDimArray intact, if someone would
>> care to write a speed test we could check the comparitive performance
>> between
>> a=numpy.zeros(1000000); a+a #SingleDimArray
>> and
>> a=numpy.zeros((1000000,)); a+a #NDimArray
>>
>>
>> Matti
>>
>> _______________________________________________
>> pypy-dev mailing list
>> pypy-dev at python.org
>> http://mail.python.org/mailman/listinfo/pypy-dev
>>
>>
>
> Hey
>
> I looked at your branch and wanted to start from there, but it came
> with very little tests, so I started my own.
>
> PS. There is I think a third one that we can close ;-)
>
> Cheers,
> fijal
>

For example 827d5d5d5218 came with no tests whatsoever.


More information about the pypy-dev mailing list