diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-07 05:59:00 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-07 05:59:00 -0700 |
commit | 8a76291c76aa9b33b18ceb06f6e8f37f990c9e27 (patch) | |
tree | f762c9fcc1cf2e0cd8d879a73aa9f061b8db2a2e /doc | |
parent | 881ae912eb5b88f6224a938b136969dc48cbbac7 (diff) | |
parent | 04bee1c34e40bc6c82c8df476baeac8c2edd863c (diff) | |
download | numpy-8a76291c76aa9b33b18ceb06f6e8f37f990c9e27.tar.gz |
Merge pull request #6955 from rgommers/distutils-cleanup
MAINT: distutils cleanup for Pyrex support and unused f2py/swig tests
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 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |