From 50d48a2775a8bef5099b8d7ebde977713dbfde35 Mon Sep 17 00:00:00 2001 From: Zac Hatfield-Dodds Date: Thu, 8 Jun 2023 22:39:19 -0700 Subject: [PATCH] Try more cross-references --- hypothesis-python/RELEASE.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst index e9b7572266..09d1bf5330 100644 --- a/hypothesis-python/RELEASE.rst +++ b/hypothesis-python/RELEASE.rst @@ -1,5 +1,6 @@ RELEASE_TYPE: minor -Implement support for :func:`hypothesis.strategies.from_type` to handle generic -and parameterized numpy array types (:class:`numpy.ndarray[scalar type] `, -numpy.typing.ArrayLike, etc). +:func:`~hypothesis.strategies.from_type` now handles numpy array types: +:obj:`np.typing.ArrayLike `, +:obj:`np.typing.NDArray `, and parameterized +versions including :class:`np.ndarray[shape, elem_type] `.