diff options
-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`` |