From f04bacb635ff9b90e8be6bb66ecd55b56b857073 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 1 Apr 2011 20:55:18 -0600 Subject: DOC: Document the changed default error handling for the 1.6.x release. --- doc/release/1.6.0-notes.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/release') 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`` -- cgit v1.2.1