summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuki <drsuaimqjgar@gmail.com>2023-03-25 01:47:02 +0000
committeryuki <drsuaimqjgar@gmail.com>2023-03-25 01:50:17 +0000
commitf9bbf9bac86c42c079fc8156540fab841128102c (patch)
tree10d4d2d601f85e1116e3be8c8caf87705a2a1f38
parent13086bdf5e3cafb64c265f8de475b618a6a0252f (diff)
downloadnumpy-f9bbf9bac86c42c079fc8156540fab841128102c.tar.gz
DOC: add release note
-rw-r--r--doc/release/upcoming_changes/23322.improvement.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/23322.improvement.rst b/doc/release/upcoming_changes/23322.improvement.rst
new file mode 100644
index 000000000..ce5ab8cf5
--- /dev/null
+++ b/doc/release/upcoming_changes/23322.improvement.rst
@@ -0,0 +1,4 @@
+`np.ma.dot()` now supports for non-2d arrays
+--------------------------------------------
+Previously `np.ma.dot()` only worked if `a` and `b` were both 2d.
+Now it works for non-2d arrays as well as `np.dot()`.