Skip to content

Commit

Permalink
Try more cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jun 6, 2023
1 parent ef90ea2 commit 50d48a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -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.ndarray>`,
numpy.typing.ArrayLike, etc).
:func:`~hypothesis.strategies.from_type` now handles numpy array types:
:obj:`np.typing.ArrayLike <numpy.typing.ArrayLike>`,
:obj:`np.typing.NDArray <numpy.typing.NDArray>`, and parameterized
versions including :class:`np.ndarray[shape, elem_type] <numpy.ndarray>`.

0 comments on commit 50d48a2

Please sign in to comment.