<div dir="ltr">Hi all,<div><br></div><div>There has been some work on ufunc arguments going on in numpy, e.g. multiple output parameters can now be specified in a tuple to the 'out' keyword argument, see <a href="https://github.com/numpy/numpy/pull/5621">#5621</a>.</div><div><br></div><div>There is also an ongoing discussion, see <a href="https://github.com/numpy/numpy/issues/5662">#5662</a>, on whether this taking of tuples of arrays as 'out' arguments should be extended to the ufunc methods that can support it, which seems to only be `outer`. We need a ufunc with two inputs and more than one output to test this, and there are none in NumPy (the only ufuncs with more than one output are frexp and modf, which take a single input). I haven't been able to spot any such ufunc in a quick search of scipy.special, but would appreciate if someone more knowledgeable of the innards of scipy could confirm this or point me in the right direction.</div><div><br></div><div>Thanks!</div><div><br></div><div>Jaime<br clear="all"><div><br></div>-- <br><div class="gmail_signature">(\__/)<br>( O.o)<br>( > <) Este es Conejo. Copia a Conejo en tu firma y ayúdale en sus planes de dominación ..</div>
</div></div>