This patch may improve example shrinking slightly for some strategies.
3.45.2
Not secure
-------------------
This release makes our docstring style more consistent, thanks to :pypi:`flake8-docstrings`. There are no user-visible changes.
3.45.1
Not secure
-------------------
This fixes an indentation issue in docstrings for :func:`~hypothesis.strategies.datetimes`, :func:`~hypothesis.strategies.dates`, :func:`~hypothesis.strategies.times`, and :func:`~hypothesis.strategies.timedeltas`.
3.45.0
Not secure
-------------------
This release fixes :func:`~hypothesis.strategies.builds` so that ``target`` can be used as a keyword argument for passing values to the target. The target itself can still be specified as a keyword argument, but that behavior is now deprecated. The target should be provided as the first positional argument.
3.44.26
Not secure
--------------------
This release fixes some formatting issues in the Hypothesis source code. It should have no externally visible effects.
3.44.25
Not secure
--------------------
This release changes the way in which Hypothesis tries to shrink the size of examples. It probably won't have much impact, but might make shrinking faster in some cases. It is unlikely but not impossible that it will change the resulting examples.