From b6a5a25194b2ae2357875f09940b9d66f6e0ffb6 Mon Sep 17 00:00:00 2001 From: Joachim B Haga Date: Sun, 4 Jun 2023 11:38:19 +0200 Subject: [PATCH] Improve RELEASE.rst description --- hypothesis-python/RELEASE.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst index a589d77751..a373b6b0d3 100644 --- a/hypothesis-python/RELEASE.rst +++ b/hypothesis-python/RELEASE.rst @@ -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.