- Updates JSON logic's
soft_equals
and util'scompare_values
to compare two floats for equality with a precision tolerance of 0.01- Note this only compares with precision tolerance on explicit equals, e.g.
==
or!=
and not<=
and>=
- Note this only compares with precision tolerance on explicit equals, e.g.
- Fixes bug where the rule index was not being passed for a
temporalrules
error if no previous record was found