"functions()" can now infer the appropriate "returns" strategy if you
pass a "like" function with a return-type annotation. Before,
omitting the "returns" argument would generate functions that always
returned None.
β The canonical version of these notes (with links) is on readthedocs.
π Fix "from_type()" with generic types under Python 3.9.
β The canonical version of these notes (with links) is on readthedocs.
π This patch fixes an error that happens when multiple threads create
π new strategies.
β The canonical version of these notes (with links) is on readthedocs.
Passing "min_magnitude=None" to "complex_numbers()" is now deprecated
β The canonical version of these notes (with links) is on readthedocs.
π This patch fixes an internal error in "from_type()" for
"typing.NamedTuple" in Python 3.9. Thanks to Michel Salim for
reporting and fixing issue #2427!
β The canonical version of these notes (with links) is on readthedocs.