From 06e413f6a3041ce484901e3a33389028362cd012 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Mon, 14 Nov 2022 10:57:43 -0800 Subject: DOC: Clarify relationship between row_stack and vstack. --- numpy/core/shape_base.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/core/shape_base.py') diff --git a/numpy/core/shape_base.py b/numpy/core/shape_base.py index c5e0ad475..84a6bd671 100644 --- a/numpy/core/shape_base.py +++ b/numpy/core/shape_base.py @@ -234,6 +234,8 @@ def vstack(tup, *, dtype=None, casting="same_kind"): and r/g/b channels (third axis). The functions `concatenate`, `stack` and `block` provide more general stacking and concatenation operations. + ``np.row_stack`` is an alias for `vstack`. They are the same function. + Parameters ---------- tup : sequence of ndarrays -- cgit v1.2.1