summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/21595.new_feature.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/upcoming_changes/21595.new_feature.rst')
-rw-r--r--doc/release/upcoming_changes/21595.new_feature.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/release/upcoming_changes/21595.new_feature.rst b/doc/release/upcoming_changes/21595.new_feature.rst
deleted file mode 100644
index 21b2a746f..000000000
--- a/doc/release/upcoming_changes/21595.new_feature.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-``strict`` option for `testing.assert_array_equal`
---------------------------------------------------
-The ``strict`` option is now available for `testing.assert_array_equal`.
-Setting ``strict=True`` will disable the broadcasting behaviour for scalars and
-ensure that input arrays have the same data type.