Releases: HypothesisWorks/hypothesis
Hypothesis for Python - version 6.125.2
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
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
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
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
Refactor some internals for better type hinting.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.124.7
Hypothesis for Python - version 6.124.6
More work on internal type hints.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.124.5
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
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
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.