summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-10-20 14:58:18 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-11-19 12:44:52 -0700
commit8c00ec87d2084a6ac1978bb7e383597a5d3c94b5 (patch)
tree7ab8b09a2a03a129cdaac569503494acadc14bc3 /doc/release
parentc773eb14b832a99ac9d720775b26f7987f9bfa93 (diff)
downloadnumpy-8c00ec87d2084a6ac1978bb7e383597a5d3c94b5.tar.gz
DOC: Add gh-16570 to NumPy 1.20.0 release notes.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/16570.compatibility.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/16570.compatibility.rst b/doc/release/upcoming_changes/16570.compatibility.rst
new file mode 100644
index 000000000..5efd1218b
--- /dev/null
+++ b/doc/release/upcoming_changes/16570.compatibility.rst
@@ -0,0 +1,4 @@
+The ``operator.concat`` function now raises TypeError for array arguments
+-------------------------------------------------------------------------
+The previous behavior was to fall back to addition and add the two arrays,
+which was thought to be unexpected behavior for a concatenation function.