Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2018-10-12 13:49:59
Message id: 20181012114959.A3779FBEE@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 3.76.0
3.76.0:
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:
This patch adds more internal comments to the core engine's sequence-length \
shrinker. There should be no user-visible change.
3.75.3:
This patch adds additional comments to some of the core engine's internal data \
structures. There is no user-visible change.
3.75.2:
This patch avoids caching a trivial case, fixing :issue:493.
3.75.1:
This patch fixes a broken link in a docstring.
3.75.0:
This release deprecates the use of min_size=None, setting the default min_size \
to 0 (:issue: 1618).
3.74.3:
This patch makes some small internal changes to comply with a new lint setting \
in the build. There should be no user-visible change.
3.74.2:
This patch fixes :issue:1153, where time spent reifying a strategy was also \
counted in the time spent generating the first example. Strategies are now fully \
constructed and validated before the timer is started.
3.74.1:
This patch fixes some broken formatting and links in the documentation.
Files: