summaryrefslogtreecommitdiff
path: root/COMPATIBILITY
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-11-11 09:22:27 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-11-11 09:22:27 +0000
commita75a2b19a3391c41a8a421781caa9dd1e0aa16e9 (patch)
treee32b57d40609f853767d66a9a014823f422eaf63 /COMPATIBILITY
parent3e339a073a931f9a6e57973c33275e282c34cbb5 (diff)
downloadnumpy-a75a2b19a3391c41a8a421781caa9dd1e0aa16e9.tar.gz
Mild changes and version number upgrade.
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY4
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()