diff options
author | Arnaud Bergeron <abergeron@gmail.com> | 2014-03-18 18:31:01 -0400 |
---|---|---|
committer | Arnaud Bergeron <abergeron@gmail.com> | 2014-03-18 19:25:47 -0400 |
commit | d1ae6cf41f931cb6f07c239e8955f55eaf00ebea (patch) | |
tree | 3731c6beb62d6773af2758d0456afe41272e32d9 | |
parent | c2afa6213880733ee705aa847755b539ca62fb73 (diff) | |
download | numpy-d1ae6cf41f931cb6f07c239e8955f55eaf00ebea.tar.gz |
DOC: Add the change to disutils in the release notes.
-rw-r--r-- | doc/release/1.9.0-notes.rst | 7 |
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 ======= |