Being more accepting of numeric types
Prior to this version numeric strategies could only be evaluated with float64
values. We now attempt to assert and cast numeric types sensibly, although we still have an issue with float32 comparisons (due to differences in precision).