There is a newer version of the record available.

Published July 28, 2019 | Version hypothesis-python-4.32.0

HypothesisWorks/hypothesis: Hypothesis for Python - version 4.32.0

Description

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.

Files

HypothesisWorks/hypothesis-hypothesis-python-4.32.0.zip

Files (1.6 MB)

Additional details