v1.3.2
What's Changed
- If you submit a float value which for which
float.is_integer()
returnsTrue
, a warning will be logged and the value will be coerced usingstr(int(val))
. Prevents sadness where e.g. 1234 is the right answer but you get the wrong answer by submitting "1234.0"
New Contributors
Full Changelog: v1.3.1...v1.3.2