Skip to content

Being more accepting of numeric types

Compare
Choose a tag to compare
@chrusty chrusty released this 08 Sep 20:05
· 10 commits to master since this release
6303d73

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).