New features
-
get_toleranceandset_toleranceas helpers to get/set the package-wide
tolerance. -
New argument
scaleadded torel_diffto allow users to optionally
specify a scale for each relative difference.
Changes
- The default argument for
tolnow usesget_tolerance().
Internal updates
-
Inlined most of the simple C++ functions which provides some moderate
speed improvements. -
Some C++ functions were returning double when they should return bool. This
has now been fixed.