diff --git a/AUTHORS b/AUTHORS index e797f2146..9822b81cc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -265,6 +265,7 @@ Ondřej Súkup Oscar Benjamin Parth Patel Patrick Hayes +Patrick Kenny Paul Müller Paul Reece Pauli Virtanen diff --git a/changelog/10210.bugfix.rst b/changelog/10210.bugfix.rst new file mode 100644 index 000000000..7ef0fd341 --- /dev/null +++ b/changelog/10210.bugfix.rst @@ -0,0 +1 @@ +Fixes issue where nested data structures of different types did not raise an error with ``approx``.