diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-11 09:22:27 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-11 09:22:27 +0000 |
commit | a75a2b19a3391c41a8a421781caa9dd1e0aa16e9 (patch) | |
tree | e32b57d40609f853767d66a9a014823f422eaf63 /COMPATIBILITY | |
parent | 3e339a073a931f9a6e57973c33275e282c34cbb5 (diff) | |
download | numpy-a75a2b19a3391c41a8a421781caa9dd1e0aa16e9.tar.gz |
Mild changes and version number upgrade.
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r-- | COMPATIBILITY | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY index fb5144e76..efafa49aa 100644 --- a/COMPATIBILITY +++ b/COMPATIBILITY @@ -2,11 +2,9 @@ X.flat returns an indexable 1-D iterator (mostly similar to an array but always 1-d) -long(<>) --> pylong(<>) if from Numeric * was changed to from scipy.base import * - .typecode() --> .dtypechar -.iscontiguous() --> .flags['CONTIGUOUS'] +.iscontiguous() --> .flags['CONTIGUOUS'] or .flags.contiguous .byteswapped() -> .byteswap() |