diff options
-rw-r--r-- | doc/release/1.11.0-notes.rst | 4 |
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 c15936cc3..e1a52a5d4 100644 --- a/doc/release/1.11.0-notes.rst +++ b/doc/release/1.11.0-notes.rst @@ -132,6 +132,10 @@ diskspace on filesystems that support it. 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. Deprecations |