This patch implements filter-rewriting for most length filters on some additional collection types (:issue:`3795`), and fixes several latent bugs where unsatisfiable or partially-infeasible rewrites could trigger internal errors.
6.98.11
--------------------
This patch makes stateful testing somewhat less likely to get stuck when there are only a few possible rules.
6.98.10
--------------------
This patch :pep:`adds a note <678>` to errors which occur while drawing from a strategy, to make it easier to tell why your test failed in such cases.
6.98.9
-------------------
This patch ensures that :doc:`observability <observability>` outputs include an informative repr for :class:`~hypothesis.stateful.RuleBasedStateMachine` stateful tests, along with more detailed timing information.
6.98.8
-------------------
This patch improves :doc:`the Ghostwriter <ghostwriter>` for binary operators.
6.98.7
-------------------
This patch improves import-detection in :doc:`the Ghostwriter <ghostwriter>` (:issue:`3884`), particularly for :func:`~hypothesis.strategies.from_type` and strategies from ``hypothesis.extra.*``.