Bill Spotz wrote: > On Apr 29, 2008, at 6:01 PM, Keith Goodman wrote: >> break most any package based on matrices (mine). And so I hope that >> such a change wouldn't show up, if at all, until 2.0. > > The only code that should break would be indexing the extracted row/ > column with two indexes.
It will also break code that expects M[i,:] to be the same shape as M[[i],:] and M[i:i+1,:], though it sounded like that was only really expected during testing. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [EMAIL PROTECTED] _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion