[Numpy-discussion] Adding out to bincount

2017-07-13 Thread Jaime Fernández del Río
There is an ongoing discussion on #9397 about adding an out= keyword argument to np.bincount(). Presently the design seems headed toward: - the new counts will be added to the contents of out, perhaps we need a better name than out, suggestions

Re: [Numpy-discussion] pytest and degrees of separation.

2017-07-13 Thread Ralf Gommers
On Thu, Jul 13, 2017 at 8:14 AM, Pauli Virtanen wrote: > Charles R Harris kirjoitti 12.07.2017 klo 13:53: > > In practice, that would generally be true, but the nose testing tools > > were 1, all nose imports were buried in functions that ran during > > testing. Whether or not that