From da7e19c00710958b68b9272cc510b6a9bac36923 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Wed, 4 Nov 2009 07:46:33 +0000 Subject: DOC: mention new spacing-based testing functions in the release notes. --- doc/release/1.4.0-notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/release') diff --git a/doc/release/1.4.0-notes.rst b/doc/release/1.4.0-notes.rst index 5a090c232..0df29479e 100644 --- a/doc/release/1.4.0-notes.rst +++ b/doc/release/1.4.0-notes.rst @@ -86,6 +86,13 @@ Testing #. deprecated decorator: this decorator may be used to avoid cluttering testing output while testing DeprecationWarning is effectively raised by the decorated test. + #. assert_array_almost_equal_nulps: new method to compare two arrays of + floating point values. With this function, two values are considered + close if there are not many representable floating point values in + between, thus being more robust than assert_array_almost_equal when the + values fluctuate a lot. + #. assert_array_max_ulp: raise an assertion if there are more than N + representable numbers between two floating point values. Improvements ============ -- cgit v1.2.1