diff options
author | Pauli Virtanen <pav@iki.fi> | 2017-02-10 20:49:49 +0100 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2017-02-10 20:51:03 +0100 |
commit | 8e8ce442e8449916a93951093cdce16cec006bcc (patch) | |
tree | b4a889c685934af3623c8f70dad11c226234dcc5 | |
parent | cf3b7e8b1695b7977191e25df19a303a453ea520 (diff) | |
download | numpy-8e8ce442e8449916a93951093cdce16cec006bcc.tar.gz |
DOC: core: remove old comment saying public API may change
It's unlikely we will break backward compatibility, so better
not claim we will do it in the code.
-rw-r--r-- | numpy/core/src/multiarray/mapping.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/numpy/core/src/multiarray/mapping.c b/numpy/core/src/multiarray/mapping.c index 857a91523..7a009d237 100644 --- a/numpy/core/src/multiarray/mapping.c +++ b/numpy/core/src/multiarray/mapping.c @@ -3262,11 +3262,7 @@ PyArray_MapIterArrayCopyIfOverlap(PyArrayObject * a, PyObject * index, /*NUMPY_API * - * Use advanced indexing to iterate an array. Please note - * that most of this public API is currently not guaranteed - * to stay the same between versions. If you plan on using - * it, please consider adding more utility functions here - * to accommodate new features. + * Use advanced indexing to iterate an array. */ NPY_NO_EXPORT PyObject * PyArray_MapIterArray(PyArrayObject * a, PyObject * index) |