This patch fixes a bug with :func:`~hypothesis.strategies.from_type()` with ``dict[tuple[int, int], str]`` (:issue:`3527`).
Thanks to Nick Muoh at the PyCon Sprints!
6.72.2
-------------------
This patch refactors our internals to facilitate an upcoming feature.
6.72.1
-------------------
This patch fixes some documentation and prepares for future features.
6.72.0
-------------------
This release deprecates ``Healthcheck.all()``, and :ref:`adds a codemod <codemods>` to automatically replace it with ``list(Healthcheck)`` (:issue:`3596`).
6.71.0
-------------------
This release adds :class:`~hypothesis.database.GitHubArtifactDatabase`, a new database backend that allows developers to access the examples found by a Github Actions CI job. This is particularly useful for workflows that involve continuous fuzzing, like `HypoFuzz <https://hypofuzz.com/>`__.
Thanks to Agustín Covarrubias for this feature!
6.70.2
-------------------
This patch clarifies the reporting of time spent generating data. A simple arithmetic mean of the percentage of time spent can be misleading; reporting the actual time spent avoids misunderstandings.
Thanks to Andrea Reina for reporting and fixing :issue:`3598`!