[Numpy-discussion] the path forward
Christopher Barker
Chris.Barker at noaa.gov
Wed Apr 30 12:26:39 EDT 2008
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
Chris.Barker at noaa.gov
More information about the NumPy-Discussion
mailing list