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

latest releases: hypothesis-python-6.102.4, hypothesis-python-6.102.3, hypothesis-python-6.102.2...
2 years ago

This release makes "floats()" error consistently when your floating-
point hardware has been configured to violate IEEE-754 for subnormal
numbers, instead of only when an internal assertion was tripped (issue
#3092).

If this happens to you, passing "allow_subnormal=False" will suppress
the explicit error. However, we strongly recommend fixing the root
cause by disabling global-effect unsafe-math compiler options instead,
or at least consulting e.g. Simon Byrne's Beware of fast-math
explainer first.

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.