diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-10-06 16:55:50 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-10-06 16:55:50 +0000 |
commit | 6de1ded3b69fc30f2588ba18daeeaccb8f399c5f (patch) | |
tree | bbc32d38f836cc95b9634caeb14df7e735e76efe /COMPATIBILITY | |
parent | bce31b09bd8a73d11734b7185d79309d59cbaa92 (diff) | |
download | numpy-6de1ded3b69fc30f2588ba18daeeaccb8f399c5f.tar.gz |
Added more COMPATIBILITY info.
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r-- | COMPATIBILITY | 2 |
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. |