From 05b5335ecf25e59477956b4f85b9a8edbdf71bcc Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Wed, 14 Jan 2015 23:41:30 -0800 Subject: ENH: add broadcast_to function Per the mailing list discussion [1], I have implemented a new function `broadcast_to` that broadcasts an array to a given shape according to numpy's broadcasting rules. [1] http://mail.scipy.org/pipermail/numpy-discussion/2014-December/071796.html --- doc/source/reference/routines.array-manipulation.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source/reference/routines.array-manipulation.rst') diff --git a/doc/source/reference/routines.array-manipulation.rst b/doc/source/reference/routines.array-manipulation.rst index 81af0a315..2b3ba342a 100644 --- a/doc/source/reference/routines.array-manipulation.rst +++ b/doc/source/reference/routines.array-manipulation.rst @@ -40,6 +40,7 @@ Changing number of dimensions atleast_2d atleast_3d broadcast + broadcast_to broadcast_arrays expand_dims squeeze -- cgit v1.2.1