This release teaches the :ref:`Ghostwriter <ghostwriter>` to read parameter types from Sphinx, Google, or Numpy-style structured docstrings, and improves some related heuristics about how to test scientific and numerical programs.
6.9.2
------------------
This release improves the :ref:`Ghostwriter's <ghostwriter>` handling of exceptions, by reading ``:raises ...:`` entries in function docstrings and ensuring that we don't suppresss the error raised by test assertions.
6.9.1
------------------
This patch updates our autoformatting tools, improving our code style without any API changes.
6.9.0
------------------
This release teaches :func:`~hypothesis.strategies.from_type` how to see through :obj:`python:typing.Annotated`. Thanks to Vytautas Strimaitis for reporting and fixing :issue:`2919`!
6.8.12
-------------------
If :pypi:`rich` is installed, the :command:`hypothesis write` command will use it to syntax-highlight the :ref:`Ghostwritten <ghostwriter>` code.
6.8.11
-------------------
This patch improves an error message from :func:`~hypothesis.strategies.builds` when :func:`~hypothesis.strategies.from_type` would be more suitable (:issue:`2930`).