This release changes the ``stateful_step_count`` setting to raise an error if set to ``0``. This is a backwards compatible change because a value of ``0`` would never have worked and attempting to run it would have resulted in an internal assertion error.
4.51.1
Not secure
-------------------
This release makes a small internal change to the distribution of test cases. It is unlikely to have much user visible impact.
4.51.0
Not secure
-------------------
This release deprecates use of :obj:`example <hypothesis.example>`, :func:`seed <hypothesis.seed>`, or :func:`reproduce_failure <hypothesis.reproduce_failure>` without :func:`given <hypothesis.given>`.
Thanks to Nick Anyos for the patch!
4.50.8
Not secure
-------------------
This patch makes certain uses of Bundles more efficient in stateful testing (:issue:`2078`).
4.50.7
Not secure
-------------------
This release refactors some of Hypothesis's internal interfaces for representing data generation. It should have no user visible effect.
4.50.6
Not secure
-------------------
This patch removes some old debugging helpers in our Numpy extra which have not been needed since :issue:`1963` and :issue:`2245`.