<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, 26 Jun 2018 at 16:24, Juan Nunez-Iglesias <<a href="mailto:jni.soma@gmail.com">jni.soma@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>





<div><div>> Plain indexing arr[...] should return an error for ambiguous cases. [...] This includes every use of vectorized indexing with multiple integer arrays.<br></div>
<div><br></div>
<div>This line concerns me. In scikit-image, we often do:<br></div>
<div><br></div>
<div>rr, cc = coords.T  # coords is an (n, 2) array of integer coordinates<br></div>
<div>values = image[rr, cc]<br></div>
<div><br></div>
<div>Are you saying that this use is deprecated? Because we love it at scikit-image. I would be very very very sad to lose this syntax.</div></div></blockquote><div><br></div><div> I second Juan's sentiments wholeheartedly here.</div></div></div>