Skip to content

v1.3.2

Compare
Choose a tag to compare
@wimglenn wimglenn released this 08 Dec 07:43
· 228 commits to main since this release
67b5d1f

What's Changed

  • If you submit a float value which for which float.is_integer() returns True, a warning will be logged and the value will be coerced using str(int(val)). Prevents sadness where e.g. 1234 is the right answer but you get the wrong answer by submitting "1234.0"

New Contributors

  • @Ryton made their first contribution in #98

Full Changelog: v1.3.1...v1.3.2