This release deprecates using floats for ``min_size`` and ``max_size``.
The type hint for ``average_size`` arguments has been changed from ``Optional[int]`` to None, because non-None values are always ignored and deprecated.
3.75.4
Not secure
-------------------
This patch adds more internal comments to the core engine's sequence-length shrinker. There should be no user-visible change.
3.75.3
Not secure
-------------------
This patch adds additional comments to some of the core engine's internal data structures. There is no user-visible change.
3.75.2
Not secure
-------------------
This patch avoids caching a trivial case, fixing :issue:`493`.
3.75.1
Not secure
-------------------
This patch fixes a broken link in a docstring. Thanks to Benjamin Lee for this contribution!
3.75.0
Not secure
-------------------
This release deprecates the use of ``min_size=None``, setting the default ``min_size`` to 0 (:issue:`1618`).