This patch updates our formatting to use :pypi:`isort` 5. There is no user-visible change.
5.20.0
Not secure
-------------------
The :func:`~hypothesis.extra.numpy.basic_indices` strategy can now generate bare indexers in place of length-one tuples. Thanks to Andrea for this patch!
5.19.3
Not secure
-------------------
This patch removes an internal use of ``distutils`` in order to avoid `this setuptools warning <https://github.com/pypa/setuptools/issues/2261>`__ for some users.
5.19.2
Not secure
-------------------
This patch contains a small internal refactoring with no user-visible impact.
Thanks to Andrea for writing this at `the SciPy 2020 Sprints <https://www.scipy2020.scipy.org/sprints-schedule>`__!
5.19.1
Not secure
-------------------
This release slightly improves shrinking behaviour. This should mainly only impact stateful tests, but may have some minor positive impact on shrinking collections (lists, sets, etc).
5.19.0
Not secure
-------------------
This release improves the :func:`~hypothesis.strategies.randoms` strategy by adding support for ``Random`` instances where Hypothesis generates the random values rather than having them be "truly" random.