[Numpy-svn] [numpy/numpy] bb3ae0: ENH: ufuncs can take a tuple of arrays as 'out' kw...
GitHub
noreply at github.com
Sun Mar 8 13:19:14 EDT 2015
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: bb3ae05f773e1997b4e95655cf1795cb7c8f904b
https://github.com/numpy/numpy/commit/bb3ae05f773e1997b4e95655cf1795cb7c8f904b
Author: Jaime Fernandez <jaime.frio at gmail.com>
Date: 2015-03-08 (Sun, 08 Mar 2015)
Changed paths:
M doc/release/1.10.0-notes.rst
M doc/source/reference/ufuncs.rst
M numpy/core/src/umath/ufunc_object.c
M numpy/core/tests/test_umath.py
Log Message:
-----------
ENH: ufuncs can take a tuple of arrays as 'out' kwarg
Closes #4752
Commit: bc034dcda527372080ced5b629dc317047ef9336
https://github.com/numpy/numpy/commit/bc034dcda527372080ced5b629dc317047ef9336
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2015-03-08 (Sun, 08 Mar 2015)
Changed paths:
M doc/release/1.10.0-notes.rst
M doc/source/reference/ufuncs.rst
M numpy/core/src/umath/ufunc_object.c
M numpy/core/tests/test_umath.py
Log Message:
-----------
Merge pull request #5621 from jaimefrio/ufunc_out_tuple
ENH: ufuncs can take a tuple of arrays as 'out' kwarg
Compare: https://github.com/numpy/numpy/compare/a0ea0593aea9...bc034dcda527
More information about the Numpy-svn
mailing list