From 919b82048ebb4b0fc1d8f9f9e9baf79544db4ec8 Mon Sep 17 00:00:00 2001 From: Kian Eliasi Date: Sun, 20 Mar 2022 20:41:38 +0330 Subject: [PATCH] Add changelog and authors entries --- AUTHORS | 1 + changelog/9726.bugfix.rst | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changelog/9726.bugfix.rst diff --git a/AUTHORS b/AUTHORS index 1c82b006d..69e71fa10 100644 --- a/AUTHORS +++ b/AUTHORS @@ -185,6 +185,7 @@ Katerina Koukiou Keri Volans Kevin Cox Kevin J. Foley +Kian Eliasi Kian-Meng Ang Kodi B. Arfer Kojo Idrissa diff --git a/changelog/9726.bugfix.rst b/changelog/9726.bugfix.rst new file mode 100644 index 000000000..b30840062 --- /dev/null +++ b/changelog/9726.bugfix.rst @@ -0,0 +1,2 @@ +Unnecessary numpy import in `ApproxSequenceLike` is removed. +Also Approx's `test_error_messages` is separated for numpy and native datatypes.