diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2011-04-01 20:55:18 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-04-01 20:55:18 -0600 |
commit | f04bacb635ff9b90e8be6bb66ecd55b56b857073 (patch) | |
tree | abd15cdf94e977f251746ab92da92935a7966acf /doc/release | |
parent | d44e74df3d31dfcd37eeef11bf5af14189c42433 (diff) | |
download | numpy-f04bacb635ff9b90e8be6bb66ecd55b56b857073.tar.gz |
DOC: Document the changed default error handling for the 1.6.x release.
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.6.0-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.6.0-notes.rst b/doc/release/1.6.0-notes.rst index 065577e26..8df8fa4cc 100644 --- a/doc/release/1.6.0-notes.rst +++ b/doc/release/1.6.0-notes.rst @@ -99,7 +99,11 @@ Changes Changes and improvements in the numpy core ------------------------------------------ +``default error handling`` +-------------------------- +The default error handling has been change from ``print`` to ``warn`` for +all except for ``underflow``, which remains as ``ignore``. ``numpy.distutils`` |