diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-16 18:23:05 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-16 18:23:05 -0700 |
commit | ad4b5b03470a4ca2ef3150faa721a0e239b3c203 (patch) | |
tree | ff738e8df10aef9051956c3b0e1c17fe0bc85505 /doc | |
parent | c2a925e8650405fe7a4de89efbc08fb6a32fd088 (diff) | |
parent | c4c4178c7c9e34c9a86992c649469d52447f28b9 (diff) | |
download | numpy-ad4b5b03470a4ca2ef3150faa721a0e239b3c203.tar.gz |
Merge pull request #7040 from rgommers/fix-runtests-setuptools
BLD: fix runtests.py, was broken by the move to setuptools.
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. |