Skip to content

Commit b9f0b13

Browse files
committed
Add RELEASE.rst for patch release documenting ghostwriter fix
1 parent 0d70446 commit b9f0b13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hypothesis-python/RELEASE.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
RELEASE_TYPE: patch
2+
3+
This patch fixes :func:`~hypothesis.extra.ghostwriter.binary_operation` to
4+
include imports for :mod:`hypothesis.extra.numpy` strategies such as
5+
:func:`~hypothesis.extra.numpy.arrays`, :func:`~hypothesis.extra.numpy.scalar_dtypes`,
6+
and :func:`~hypothesis.extra.numpy.array_shapes` when ghostwriting tests for
7+
functions with numpy array parameters (:issue:`4576`).

0 commit comments

Comments
 (0)