summaryrefslogtreecommitdiff
path: root/COMPATIBILITY
diff options
context:
space:
mode:
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY4
1 files changed, 2 insertions, 2 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
index 042f6768d..fb5144e76 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -46,11 +46,11 @@ use PyArray_XXXLTR where XXX is the name of the type.
If you used function pointers directly (why did you do that?),
-the arguments have changed.
+the arguments have changed. Everything that was an int is now an intp. Also,
+arrayobjects should be passed in at the end.
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.
-