[SciPy-dev] Should ndimage.measurements.* should return lists if index is a list?

josef.pktd at gmail.com josef.pktd at gmail.com
Fri May 1 12:34:40 EDT 2009


On Fri, May 1, 2009 at 12:18 PM, Andrew Straw <strawman at astraw.com> wrote:
> josef.pktd at gmail.com wrote:
>> On Fri, May 1, 2009 at 11:13 AM, Thouis (Ray) Jones
>
>>> In the meantime, I rewrote ndimage.measurements in pure python/numpy.
>
> Very cool.
>
>>> The changes are available via git at:
>>> http://broad.mit.edu/~thouis/scipy.git ndimage_measurements_rewrite
>>>
>>
>> I cloned your git repository, but how do I find your changes?
>
> git checkout -b ndimage_measurements_rewrite \
>  origin/ndimage_measurements_rewrite
>
>> `git log` only shows some old svn.scipy commits. And I didn't find any
>> other branch hiding inside.
>
> Check out "gitk --all" or at least "git branch -a"


Thanks, this worked.

I'm curious about the speed and scalability to a large number of
unique labels, since that's the main advantage of current
implementation.

Josef



More information about the SciPy-Dev mailing list