hypothesis v4.32.0 Release Notes

Release Date: 2019-07-28 // over 4 years ago
  • ๐Ÿš€ This release makes "arrays()" more pedantic about "elements"
    strategies that cannot be exactly represented as array elements.

    ๐Ÿ‘€ In practice, you will see new warnings if you were using a "float16"
    or "float32" dtype without passing "floats()" the "width=16" or
    "width=32" arguments respectively.

    The previous behaviour could lead to silent truncation, and thus some
    elements being equal to an explicitly excluded bound (issue #1899).

    โœ… The canonical version of these notes (with links) is on readthedocs.