diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2017-07-02 00:28:55 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2017-09-12 23:14:10 -0700 |
commit | 0228ebf759bda388ef2712cbca836ea39e13054e (patch) | |
tree | d260b7eb647b1d04da20eb634223c9461e4bd599 /doc | |
parent | 57fe5d04f0e54b5ef92c7bd69b6a31ad7df0bba5 (diff) | |
download | numpy-0228ebf759bda388ef2712cbca836ea39e13054e.tar.gz |
ENH: Add the out parameter to stack too
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.14.0-notes.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/release/1.14.0-notes.rst b/doc/release/1.14.0-notes.rst index 94626ed78..11ee9c008 100644 --- a/doc/release/1.14.0-notes.rst +++ b/doc/release/1.14.0-notes.rst @@ -211,10 +211,10 @@ selected via the ``--fcompiler`` and ``--compiler`` options to supported; by default a gfortran-compatible static archive ``openblas.a`` is looked for. -``concatenate`` gained an ``out`` argument ------------------------------------------- -A preallocated buffer of the desired dtype can now be used with ``concatenate``. - +``concatenate`` and ``stack`` gained an ``out`` argument +-------------------------------------------------------- +A preallocated buffer of the desired dtype can now be used for the output of +these functions. Changes ======= |