From a75a2b19a3391c41a8a421781caa9dd1e0aa16e9 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Fri, 11 Nov 2005 09:22:27 +0000 Subject: Mild changes and version number upgrade. --- COMPATIBILITY | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'COMPATIBILITY') 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() -- cgit v1.2.1