From 04bee1c34e40bc6c82c8df476baeac8c2edd863c Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Thu, 7 Jan 2016 08:11:19 +0100 Subject: DOC: mention removal of Pyrex support in 1.11.0 release notes. [ci skip] --- doc/release/1.11.0-notes.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/release') 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 -- cgit v1.2.1