summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.11.0-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.11.0-notes.rst b/doc/release/1.11.0-notes.rst
index 099ce3976..c83ca0861 100644
--- a/doc/release/1.11.0-notes.rst
+++ b/doc/release/1.11.0-notes.rst
@@ -140,6 +140,10 @@ if the matrix product is between a matrix and its transpose, it will use
Changes
=======
+Pyrex support was removed from ``numpy.distutils``. The method
+``build_src.generate_a_pyrex_source`` will remain available; it has been
+monkeypatched by users to support Cython instead of Pyrex. It's recommended to
+switch to a better supported method of build Cython extensions though.
*np.broadcast* can now be called with a single argument
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~