From 105c5a9daf3d61dff364ba8644439733bc744777 Mon Sep 17 00:00:00 2001 From: Matthew Barber Date: Thu, 26 Aug 2021 13:44:46 +0100 Subject: [PATCH] Added RELEASE.rst and updated AUTHORS.rst --- AUTHORS.rst | 1 + hypothesis-python/RELEASE.rst | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 hypothesis-python/RELEASE.rst diff --git a/AUTHORS.rst b/AUTHORS.rst index 0fa24c42bf..696e977107 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -93,6 +93,7 @@ their individual contributions. * `Markus Unterwaditzer `_ (markus@unterwaditzer.net) * `Mathieu Paturel `_ (mathieu.paturel@gmail.com) * `Matt Bachmann `_ (bachmann.matt@gmail.com) +* `Matthew Barber `_ (quitesimplymatt@gmail.com) * `Max Nordlund `_ (max.nordlund@gmail.com) * `Maxim Kulkin `_ (maxim.kulkin@gmail.com) * `Michel Alexandre Salim `_ (michel@michel-slm.name) diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst new file mode 100644 index 0000000000..3ff44472eb --- /dev/null +++ b/hypothesis-python/RELEASE.rst @@ -0,0 +1,7 @@ +RELEASE_TYPE: minor + +This minor release introduces strategies for array/tensor libraries adopting the +`Array API `_ standard, closing :issue:`3037`. They are +available in the `array_api` extra, working much like the existing +:doc:`strategies for NumPy ` except requiring users to specify or pass the +implementing module.