Skip to content

Releases: nlesc-nano/AssertionLib

AssertionLib 2.0.0

29 Jan 13:09
3a4419a
Compare
Choose a tag to compare
  • Added new AssertionManager() methods based on the builtin math module.
  • Swapped the allclose() function with math.isclose().
    Note that one of its keyword arguments has now changed names from rtol to rel_tol.
  • Added tests for OSX.

AssertionLib 1.1.1

23 Jan 13:27
ae17d89
Compare
Choose a tag to compare

AssertionLib 1.0.0

19 Nov 14:23
9e7cc56
Compare
Choose a tag to compare

First release.