Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2024-01-25 11:58:23
Message id: 20240125105823.DA9DCFA42@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 6.97.0
6.97.0
Changes the distribution of sampled_from() when sampling from a Flag. \
Previously, no-flags-set values would never be generated, and all-flags-set \
values would be unlikely for large enums. With this change, the distribution is \
more uniform in the number of flags set.
6.96.4
This patch slightly refactors some internals. There is no user-visible change.
6.96.3
This patch fixes a spurious warning about slow imports when \
HYPOTHESIS_EXPERIMENTAL_OBSERVABILITY was set.
6.96.2
This patch refactors some more internals, continuing our work on supporting \
alternative backends (issue 3086). There is no user-visible change.
6.96.1
Fix a spurious warning seen when running pytest’s test suite, caused by never \
realizing we got out of initialization due to imbalanced hook calls.
6.96.0
Warns when constructing a repr that is overly long. This can happen by accident \
if stringifying arbitrary strategies, and is expensive in time and memory. The \
associated deferring of these long strings in sampled_from() should also lead to \
improved performance.
Files: