summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-10-06 16:55:50 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-10-06 16:55:50 +0000
commit6de1ded3b69fc30f2588ba18daeeaccb8f399c5f (patch)
treebbc32d38f836cc95b9634caeb14df7e735e76efe
parentbce31b09bd8a73d11734b7185d79309d59cbaa92 (diff)
downloadnumpy-6de1ded3b69fc30f2588ba18daeeaccb8f399c5f.tar.gz
Added more COMPATIBILITY info.
-rw-r--r--COMPATIBILITY2
1 files changed, 2 insertions, 0 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
index 4a7dd7f21..042f6768d 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -50,5 +50,7 @@ the arguments have changed.
a->descr->cast[i](fromdata, fromstep, todata, tostep, n)
a->descr->cast[i](fromdata, todata, n, PyArrayObject *in, PyArrayObject *out)
+ anything but single-stepping is not supported by this function
+ use the PyArray_CastXXXX functions.