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

Andrew Straw strawman at astraw.com
Fri May 1 12:18:08 EDT 2009


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"




More information about the SciPy-Dev mailing list