github HypothesisWorks/hypothesis hypothesis-python-4.32.0
Hypothesis for Python - version 4.32.0

latest releases: hypothesis-python-6.100.2, hypothesis-python-6.100.1, hypothesis-python-6.100.0...
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.

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.