diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2016-01-07 08:11:19 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2016-01-07 08:11:19 +0100 |
commit | 04bee1c34e40bc6c82c8df476baeac8c2edd863c (patch) | |
tree | e16ea2d25e9678d092fd98fe4397d82a983cc3c5 /doc | |
parent | 15fc41f5f9ecb5da72d6bd3a4932aee8a9d78f08 (diff) | |
download | numpy-04bee1c34e40bc6c82c8df476baeac8c2edd863c.tar.gz |
DOC: mention removal of Pyrex support in 1.11.0 release notes.
[ci skip]
Diffstat (limited to 'doc')
-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 |