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

latest release: hypothesis-python-6.143.1
22 hours ago

The extras for NumPy and pandas now support automatically inferring a
strategy for "dtype="O"". Previously, Hypothesis required an explicit
elements strategy to be passed, for example "nps.arrays("O",
shape=(1,), elements=st.just(object()))". Now, Hypothesis
automatically infers "elements=st.from_type(object)".

Thanks to Shaun Read for identifying and fixing this!

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.