Re: [Numpy-discussion] ix_ and boolean indices

2006-07-07 Thread Travis Oliphant
Martin Wiechert wrote: > Hi all, > > for me > > M [ix_(I, J)] > > does not work if I, J are boolean arrays. Is this intended or a bug/missing > feature? > Which version?Using boolean arrays as separate indices was a recent feature. You have to get SVN to use it. -Travis Using Tomcat b

Re: [Numpy-discussion] ix_ and boolean indices

2006-07-07 Thread Pau Gargallo
On 7/7/06, Martin Wiechert <[EMAIL PROTECTED]> wrote: > Hi all, > > for me > > M [ix_(I, J)] > > does not work if I, J are boolean arrays. Is this intended or a bug/missing > feature? > > And is there a way (other than I = where (I) [0] etc.) to make it work? > > Thanks, > Martin it is a recent fe