summaryrefslogtreecommitdiff
path: root/COMPATIBILITY
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2007-04-22 04:29:42 +0000
committerTravis Oliphant <oliphant@enthought.com>2007-04-22 04:29:42 +0000
commitfcb7fd261eb0e73fb8abba78e692aca0ba00ce82 (patch)
treec4ace75a4975175b5b2b4d12690c7d64be161799 /COMPATIBILITY
parent41861b55aa74fb5aab11e2d101f997d8d36389e7 (diff)
downloadnumpy-fcb7fd261eb0e73fb8abba78e692aca0ba00ce82.tar.gz
Add loadtxt and savetxt adapted from matplotlib.
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY6
1 files changed, 3 insertions, 3 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
index af61427d2..d2cd3cd27 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -15,7 +15,7 @@ but always 1-d) --- only has .copy and .__array__ attributes of an array!!!
If you used typecode characters:
-'c' -> 'S1'
+'c' -> 'S1' or 'c'
'b' -> 'B'
'1' -> 'b'
's' -> 'h'
@@ -35,12 +35,12 @@ using PyMemData_FREE(ptr);
a->descr->zero --> PyArray_Zero(a)
a->descr->one --> PyArray_One(a)
-Numeric/arrayobject.h --> numpy/arrayobject.h
+Numeric/arrayobject.h --> numpy/oldnumeric.h
# These will actually work and are defines for PyArray_BYTE,
# but you really should change it in your code
-PyArray_CHAR --> PyArray_BYTE
+PyArray_CHAR --> PyArray_CHAR
(or PyArray_STRING which is more flexible)
PyArray_SBYTE --> PyArray_BYTE