hypothesize 0.11.0

New Features

Boolean Algebra

The combination of complement_test(), intersection_test(), and union_test() forms a Boolean algebra over hypothesis tests. De Morgan’s laws hold by construction: union_test(a, b) is literally defined as complement_test(intersection_test(complement_test(a), complement_test(b))).

hypothesize 0.10.0

New Features

Bug Fixes

Improvements

hypothesize 0.9