update changelog to include the addition of tests

This commit is contained in:
abrammer 2018-07-29 22:57:39 -04:00
parent 330640eb96
commit 762eaf443a
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
Fix ``ApproxNumpy`` initialisation argument mixup, ``abs`` and ``rel`` tolerances were flipped causing strange comparsion results.
Add tests to check ``abs`` and ``rel`` tolerances for ``np.array`` and test for expecting ``nan`` with ``np.array()``