Skip to content

Hypothesis for Python - version 6.135.14

Compare
Choose a tag to compare
@Zac-HD Zac-HD released this 20 Jun 19:16
· 62 commits to master since this release

Speed up usages of "sampled_from()" by deferring evaluation of its
repr, and truncating its repr for large collections (over 512
elements). This is especially noticeable when using "sampled_from()"
with large collections. The repr of "sampled_from()" strategies
involving sequence classes with custom reprs may change as a result of
this release.

The canonical version of these notes (with links) is on readthedocs.