Skip to content

Commit

Permalink
Improve RELEASE.rst description
Browse files Browse the repository at this point in the history
  • Loading branch information
jobh committed Jun 4, 2023
1 parent e0ee381 commit b6a5a25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
RELEASE_TYPE: patch

Warn in :func:`~hypothesis.strategies.from_type` if the inferred strategy
has no variation (always returning default instances). Also ensures
variation in numpy data types by inferring h.extras.numpy.from_dtype().
has no variation (always returning default instances). Also handles numpy
data types by calling :func:`~hypothesis.extra.numpy.from_dtype` on the
corresponding dtype, thus ensuring proper variation for these types.

0 comments on commit b6a5a25

Please sign in to comment.