diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2016-01-17 01:32:37 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2016-01-17 01:33:02 +0100 |
commit | c4c4178c7c9e34c9a86992c649469d52447f28b9 (patch) | |
tree | 8d0a688ea75140929c2e0b1dd5b2aeb79c6df798 /doc | |
parent | 9def5a0019c1a4d42186e1523d7f39c796f937f0 (diff) | |
download | numpy-c4c4178c7c9e34c9a86992c649469d52447f28b9.tar.gz |
DOC: add build system changes to 1.11.0 release notes.
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.11.0-notes.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/release/1.11.0-notes.rst b/doc/release/1.11.0-notes.rst index c4ff89230..0305688d8 100644 --- a/doc/release/1.11.0-notes.rst +++ b/doc/release/1.11.0-notes.rst @@ -8,9 +8,14 @@ Highlights ========== -Dropped Support -=============== - +Build System Changes +==================== + +* Numpy now uses ``setuptools`` for its builds instead of plain distutils. + This fixes usage of ``install_requires='numpy'`` in the ``setup.py`` files of + projects that depend on Numpy (see gh-6551). It potentially affects the way + that build/install methods for Numpy itself behave though. Please report any + unexpected behavior on the Numpy issue tracker. * Bento build support and related files have been removed. * Single file build support and related files have been removed. |