diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-03-18 17:24:18 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-03-18 17:24:18 -0600 |
commit | 7e40517d04a4743f37aa9f6dfb2aeb2343f5443a (patch) | |
tree | 63fe0be3d30d3459d52b11d5b63e0e003d510074 | |
parent | 8357e0ba2b301d03ec4f355d2619127007eb8c39 (diff) | |
parent | d1ae6cf41f931cb6f07c239e8955f55eaf00ebea (diff) | |
download | numpy-7e40517d04a4743f37aa9f6dfb2aeb2343f5443a.tar.gz |
Merge pull request #4514 from abergeron/get_info
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 2fb105b0d..8a782f459 100644 --- a/doc/release/1.9.0-notes.rst +++ b/doc/release/1.9.0-notes.rst @@ -133,6 +133,13 @@ Full broadcasting support for ``np.cross`` have different number of dimensions. In earlier versions this would result in either an error being raised, or wrong results computed. +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 ======= |