summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorSebastian Berg <sebastianb@nvidia.com>2023-04-25 14:14:03 +0200
committerSebastian Berg <sebastianb@nvidia.com>2023-04-25 14:15:59 +0200
commita8face152ced3e951d067ee7276ff1fcb6be61b8 (patch)
tree575801d54457c7b033f71c321498b440cd3d170f /doc/release
parent6f3e1f458e04d13bdd56cff5669f9fd96a25fb66 (diff)
downloadnumpy-a8face152ced3e951d067ee7276ff1fcb6be61b8.tar.gz
DEP: Finalize checking for sequence-like if something is array-like
This was always just a stop-gap for shapely basically, so there is no harm finalizing things.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/23660.expired.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/23660.expired.rst b/doc/release/upcoming_changes/23660.expired.rst
new file mode 100644
index 000000000..615367350
--- /dev/null
+++ b/doc/release/upcoming_changes/23660.expired.rst
@@ -0,0 +1,2 @@
+* NumPy now always ignores sequence behavior for an array-like (defining
+ one of the array protocols). (Deprecation started NumPy 1.20)