Skip to content

Releases: HypothesisWorks/hypothesis

Hypothesis for Python - version 6.119.1

15 Nov 15:58
Compare
Choose a tag to compare

This patch migrates some more internals (around generating novel
inputs) to the IR layer (issue #3921).

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

Hypothesis for Python - version 6.119.0

15 Nov 06:55
Compare
Choose a tag to compare

This release improves Hypothesis' handling of ExceptionGroup - it's
now able to detect marker detections if they're inside a group and
attempts to resolve them. Note that this handling is still a work in
progress and might not handle edge cases optimally. Please open issues
if you encounter any problems or unexpected behavior with it.

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

Hypothesis for Python - version 6.118.9

15 Nov 03:34
Compare
Choose a tag to compare

Hypothesis for Python - version 6.118.8

12 Nov 05:12
Compare
Choose a tag to compare

Hypothesis for Python - version 6.118.7

10 Nov 09:26
Compare
Choose a tag to compare

This patch removes some "# type: ignore" comments following a mypy
update.

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

Hypothesis for Python - version 6.118.6

10 Nov 06:30
Compare
Choose a tag to compare

When Hypothesis replays examples from its test database that it knows
were previously fully shrunk it will no longer try to shrink them
again.

This should significantly speed up development workflows for slow
tests, as the shrinking could contribute a significant delay when
rerunning the tests.

In some rare cases this may cause minor reductions in example quality.
This was considered an acceptable tradeoff for the improved test
runtime.

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

Hypothesis for Python - version 6.118.5

10 Nov 05:12
Compare
Choose a tag to compare

This patch avoids computing some string representations we won't need,
giving a small speedup (part of issue #4139).

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

Hypothesis for Python - version 6.118.4

10 Nov 03:06
Compare
Choose a tag to compare

This patch migrates the optimisation algorithm for targeted property-
based testing to our IR layer (issue #3921). This should result in
moderately different (and hopefully improved) exploration behavior in
tests which use "hypothesis.target()".

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

Hypothesis for Python - version 6.118.3

10 Nov 00:02
Compare
Choose a tag to compare

Hypothesis for Python - version 6.118.2

09 Nov 20:24
Compare
Choose a tag to compare

This patch migrates the "explain" phase to our IR layer (issue #3921).
This should improve both its speed and precision.

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