github HypothesisWorks/hypothesis hypothesis-python-4.43.0
Hypothesis for Python - version 4.43.0

latest releases: hypothesis-python-6.102.4, hypothesis-python-6.102.3, hypothesis-python-6.102.2...
4 years ago

This release adds the strategy "mutually_broadcastable_shapes()",
which generates multiple array shapes that are mutually broadcast-
compatible with an optional user-specified base-shape.

This is a generalisation of "broadcastable_shapes()". It relies
heavily on non-public internals for performance when generating and
shrinking examples. We intend to support generating shapes matching a
ufunc signature in a future version.

Thanks to Ryan Soklaski, Zac Dodds, and @rdturnermtl who contributed
to this new feature.

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

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.