Skip to content

Commit

Permalink
DOC: mention removal of Pyrex support in 1.11.0 release notes.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
rgommers committed Jan 7, 2016
1 parent 15fc41f commit 04bee1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/release/1.11.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04bee1c

Please sign in to comment.