summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/1.4.0-notes.rst7
1 files changed, 7 insertions, 0 deletions
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
============