Skip to content

Releases: HypothesisWorks/hypothesis

Hypothesis for Python - version 6.125.2

06 Feb 00:37
Compare
Choose a tag to compare

Optimize performance (improves speed by ~5%) and clarify the wording
in an error message.

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

Hypothesis for Python - version 6.125.1

03 Feb 05:48
Compare
Choose a tag to compare

Fixes a bug since around version 6.124.4 where we might have generated
"-0.0" for "st.floats(min_value=0.0)", which is unsound.

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

Hypothesis for Python - version 6.125.0

03 Feb 03:36
Compare
Choose a tag to compare

Add 2024.12 to the list of recognized Array API versions in
"hypothesis.extra.array_api".

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

Hypothesis for Python - version 6.124.9

01 Feb 09:30
Compare
Choose a tag to compare

Registration of experimental Alternative backends for Hypothesis is
now done via
"hypothesis.internal.conjecture.providers.AVAILABLE_PROVIDERS" instead
of "hypothesis.internal.conjecture.data.AVAILABLE_PROVIDERS".

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

Hypothesis for Python - version 6.124.8

01 Feb 05:57
Compare
Choose a tag to compare

Hypothesis for Python - version 6.124.7

25 Jan 21:23
Compare
Choose a tag to compare

Hypothesis for Python - version 6.124.6

25 Jan 20:27
Compare
Choose a tag to compare

Hypothesis for Python - version 6.124.5

25 Jan 09:20
Compare
Choose a tag to compare

Internal refactoring to make some stateful internals easier to access.

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

Hypothesis for Python - version 6.124.4

25 Jan 05:59
Compare
Choose a tag to compare

Refactoring of our internal input generation. This shouldn't lead to
any changes in the distribution of test inputs. If you notice any,
please open an issue!

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

Hypothesis for Python - version 6.124.3

24 Jan 19:23
Compare
Choose a tag to compare

Some Hypothesis internals now use the number of choices as a yardstick
of input size, rather than the entropy consumed by those choices. We
don't expect this to cause significant behavioral changes.

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