This release removes some functionality from the shrinker that was taking a considerable amount of time and does not appear to be useful any more due to a number of quality improvements in the shrinker.
You may see some degradation in shrink quality as a result of this, but mostly shrinking should just get much faster.
3.66.19
Not secure
--------------------
This release slightly changes the format of some debugging information emitted during shrinking, and refactors some of the internal interfaces around that.
3.66.18
Not secure
--------------------
This release is a very small internal refactoring which should have no user visible impact.
3.66.17
Not secure
--------------------
This release fixes a bug that could cause an ``IndexError`` to be raised from inside Hypothesis during shrinking. It is likely that it was impossible to trigger this bug in practice - it was only made visible by some currently unreleased work.
3.66.16
Not secure
--------------------
This release is a very small internal refactoring which should have no user visible impact.
3.66.15
Not secure
--------------------
This release makes Hypothesis's shrinking faster by removing some redundant work that it does when minimizing values in its internal representation.