Re: [Numpy-discussion] Semantics of index arrays and a request to fix the user guide

2012-06-26 Thread srean
Hi All, my question might have got lost due to the intense activity around the 1.7 release. Now that it has quietened down, would appreciate any help regarding my confusion about how index arrays work (especially when broadcasted). -- srean On Mon, Jun 25, 2012 at 5:29 PM, srean wrote: > From

[Numpy-discussion] Semantics of index arrays and a request to fix the user guide

2012-06-25 Thread srean
>From the user guide: - > Boolean arrays must be of the same shape as the array being indexed, > or broadcastable to the same shape. In the most straightforward case, > the boolean array has the same shape. Comment: So far so good, but the doc has not told me yet what