This release adds support for `Django 2 <https://www.djangoproject.com/weblog/2017/dec/02/django-20-released/>`_ in the hypothesis-django extra.
This release drops support for Django 1.10, as it is no longer supported by the Django team.
3.44.6
Not secure
-------------------
This release speeds up test case reduction in many examples by being better at detecting large shrinks it can use to discard redundant parts of its input. This will be particularly noticeable in examples that make use of filtering and for some integer ranges.
3.44.5
Not secure
-------------------
Happy new year!
This is a no-op release that updates the year range on all of the copyright headers in our source to include 2018.
3.44.4
Not secure
-------------------
This release fixes :issue:`1041`, which slowed tests by up to 6% due to broken caching.
3.44.3
Not secure
-------------------
This release improves the shrinker in cases where examples drawn earlier can affect how much data is drawn later (e.g. when you draw a length parameter in a composite and then draw that many elements). Examples found in cases like this should now be much closer to minimal.
3.44.2
Not secure
-------------------
This is a pure refactoring release which changes how Hypothesis manages its set of examples internally. It should have no externally visible effects.