From 1af509916d5aa2687be459d6ea81afc24143a869 Mon Sep 17 00:00:00 2001 From: Ryan Soklaski Date: Mon, 24 Jun 2019 11:36:34 -0400 Subject: [PATCH] add release notes --- hypothesis-python/RELEASE.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hypothesis-python/RELEASE.rst diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst new file mode 100644 index 0000000000..bd6d6a6ff0 --- /dev/null +++ b/hypothesis-python/RELEASE.rst @@ -0,0 +1,5 @@ +RELEASE_TYPE: patch + +This release adds the strategy :func:`~hypothesis.extra.numpy.integer_array_indices`, +which generates tuples of integer arrays that can be used to perform `advanced indexing `_ +into an array of a specified shape. \ No newline at end of file