[Numpy-svn] [numpy/numpy] dc2239: ENH: Change the default error handling to warn ins...
noreply at github.com
noreply at github.com
Fri Apr 1 21:56:04 EDT 2011
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: dc22394efedc3dafff45dd857b96398f2f56f625
https://github.com/numpy/numpy/commit/dc22394efedc3dafff45dd857b96398f2f56f625
Author: Robert Kern <robert.kern at gmail.com>
Date: 2011-04-01 (Fri, 01 Apr 2011)
Changed paths:
M numpy/core/include/numpy/ufuncobject.h
M numpy/core/numeric.py
M numpy/doc/misc.py
Log Message:
-----------
ENH: Change the default error handling to warn instead of print, except for underflow, which remains ignored.
Commit: 7129ec3ff04e3e598bc18c2323daec78c5521770
https://github.com/numpy/numpy/commit/7129ec3ff04e3e598bc18c2323daec78c5521770
Author: Robert Kern <robert.kern at gmail.com>
Date: 2011-04-01 (Fri, 01 Apr 2011)
Changed paths:
M numpy/core/tests/test_errstate.py
Log Message:
-----------
BUG: Add test for the default error state.
Commit: 23ccc33c4f70a25ad872617995d359bd59a4bb7c
https://github.com/numpy/numpy/commit/23ccc33c4f70a25ad872617995d359bd59a4bb7c
Author: Robert Kern <robert.kern at gmail.com>
Date: 2011-04-01 (Fri, 01 Apr 2011)
Changed paths:
M numpy/core/tests/test_errstate.py
M numpy/core/tests/test_numeric.py
Log Message:
-----------
BUG: Move the default errstate test over to the right place. Fix the seterr test case to take the new defaults into account.
Commit: 99836f38289ed77b635a066e0ce4c7fa8aa5848d
https://github.com/numpy/numpy/commit/99836f38289ed77b635a066e0ce4c7fa8aa5848d
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2011-04-01 (Fri, 01 Apr 2011)
Changed paths:
M numpy/core/include/numpy/ufuncobject.h
M numpy/core/numeric.py
M numpy/core/tests/test_numeric.py
M numpy/doc/misc.py
Log Message:
-----------
Merge branch 'warnings'
Compare: https://github.com/numpy/numpy/compare/ef46a09...99836f3
More information about the Numpy-svn
mailing list