Files
pydantic/tests
Justin DuJardin bc60014518 Add better support for floating point multiple_of values (#652)
- modulo doesn't work with floating point values in many cases, e.g. `0.3 % 0.1 == 0.09999999999999998`
 - port implementation from: https://github.com/tdegrunt/jsonschema/issues/187#issuecomment-320664251
 - add tests for int/float multiple_of values
 - update history with pr/author
2019-07-23 16:41:11 +01:00
..
2017-05-03 22:23:41 +01:00
2019-05-30 12:04:15 +01:00
2019-02-04 21:54:20 +00:00
2019-02-04 21:54:20 +00:00
2019-06-21 12:32:03 +01:00
2019-05-22 13:14:35 +01:00
2019-05-30 12:04:15 +01:00
2019-06-04 17:06:08 +01:00
2019-07-06 09:52:42 +01:00
2019-07-06 09:52:42 +01:00