Skip to content

Hypothesis for Python - version 4.26.0

Compare
Choose a tag to compare
@Zac-HD Zac-HD released this 04 Jul 09:33
· 5963 commits to master since this release

This release significantly improves the performance of drawing unique
collections whose elements are drawn from "sampled_from()"
strategies.

As a side effect, this detects an error condition that would
previously have passed silently: When the "min_size" argument on a
collection with distinct elements is greater than the number of
elements being sampled, this will now raise an error.

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