summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2017-05-02 22:09:55 +0200
committerJulian Taylor <jtaylor.debian@googlemail.com>2017-05-03 02:18:50 +0200
commit07dd1c9a2552d4de488996550f05dd50cfd0ab54 (patch)
tree1839aaf3ef86a11c8583422e32f48bcd8c23aca8
parent9c39207aeddd0effcb6ae3d39f73ee0b77926424 (diff)
downloadnumpy-07dd1c9a2552d4de488996550f05dd50cfd0ab54.tar.gz
DOC: add NPY_CHAR note to release notes
[ci skip]
-rw-r--r--doc/release/1.13.0-notes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/1.13.0-notes.rst b/doc/release/1.13.0-notes.rst
index 5362dc091..48b9adc9b 100644
--- a/doc/release/1.13.0-notes.rst
+++ b/doc/release/1.13.0-notes.rst
@@ -25,6 +25,9 @@ Deprecations
* Calling ``np.fix``, ``np.isposinf``, and ``np.isneginf`` with ``f(x, y=out)``
is deprecated - the argument should be passed as ``f(x, out=out)``, which
matches other ufunc-like interfaces.
+* Use of the C-API ``NPY_CHAR`` type number deprecated since version 1.7 will
+ now raise deprecation warnings at runtime. Extensions built with older f2py
+ versions need to be recompiled to remove the warning.
Build System Changes