summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Bergeron <abergeron@gmail.com>2014-03-18 18:31:01 -0400
committerArnaud Bergeron <abergeron@gmail.com>2014-03-18 19:25:47 -0400
commitd1ae6cf41f931cb6f07c239e8955f55eaf00ebea (patch)
tree3731c6beb62d6773af2758d0456afe41272e32d9
parentc2afa6213880733ee705aa847755b539ca62fb73 (diff)
downloadnumpy-d1ae6cf41f931cb6f07c239e8955f55eaf00ebea.tar.gz
DOC: Add the change to disutils in the release notes.
-rw-r--r--doc/release/1.9.0-notes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst
index d674552a3..71ed5e309 100644
--- a/doc/release/1.9.0-notes.rst
+++ b/doc/release/1.9.0-notes.rst
@@ -119,6 +119,13 @@ data type's `compare` function to perform the search, but is now implemented
by type specific functions. Depending on the size of the inputs, this can
result in performance improvements over 2x.
+Optional reduced verbosity for np.distutils
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Set ``numpy.distutils.system_info.system_info.verbosity = 0`` and then
+calls to ``numpy.distutils.system_info.get_info('blas_opt')`` will not
+print anything on the output. This is mostly for other packages using
+numpy.distutils.
+
Changes
=======