From 682cd97e1f4485aa92e40684f7966d66a4a7371b Mon Sep 17 00:00:00 2001 From: Eric Moore Date: Wed, 6 May 2015 08:51:07 -0400 Subject: DOC: note versionadded for broadcast_to closes gh-5839 --- numpy/lib/stride_tricks.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'numpy/lib/stride_tricks.py') diff --git a/numpy/lib/stride_tricks.py b/numpy/lib/stride_tricks.py index e7649cb60..c05d56e2f 100644 --- a/numpy/lib/stride_tricks.py +++ b/numpy/lib/stride_tricks.py @@ -97,6 +97,10 @@ def broadcast_to(array, shape, subok=False): If the array is not compatible with the new shape according to NumPy's broadcasting rules. + Notes + ----- + .. versionadded:: 1.10.0 + Examples -------- >>> x = np.array([1, 2, 3]) -- cgit v1.2.1