This is a no-op release, which implements automatic DOI minting and code archival of Hypothesis via `Zenodo <https://zenodo.org/>`_. Thanks to CERN and the EU *Horizon 2020* programme for providing this service!
Check our :gh-file:`CITATION.cff` file for details, or head right on over to `doi.org/10.5281/zenodo.1412597 <https://doi.org/10.5281/zenodo.1412597>`_
3.71.3
Not secure
-------------------
This release adds the test name to some deprecation warnings, for easier debugging.
Thanks to Sanyam Khurana for the patch!
3.71.2
Not secure
-------------------
This release makes Hypothesis's memory usage substantially smaller for tests with many examples, by bounding the number of past examples it keeps around.
You will not see much difference unless you are running tests with :obj:`~hypothesis.settings.max_examples` set to well over ``1000``, but if you do have such tests then you should see memory usage mostly plateau where previously it would have grown linearly with time.
3.71.1
Not secure
-------------------
This patch adds internal comments to some tree traversals in the core engine. There is no user-visible change.
3.71.0
Not secure
-------------------
This release deprecates the coverage-guided testing functionality, as it has proven brittle and does not really pull its weight.
We intend to replace it with something more useful in the future, but the feature in its current form does not seem to be worth the cost of using, and whatever replaces it will likely look very different.
3.70.4
Not secure
-------------------
This patch changes the behaviour of :func:`~hypothesis.reproduce_failure` so that blobs are only printed in quiet mode when the :obj:`~hypothesis.settings.print_blob` setting is set to ``ALWAYS``.
Thanks to Cameron McGill for writing this patch at the PyCon Australia sprints!