Re: [Numpy-discussion] 1.10.3 release tomorrow, 1.11.x branch this month.

2016-01-05 Thread Marten van Kerkwijk
Hi Chuck, others, A propos __numpy_ufunc__, what is the current status? Is it still the undetermined result of the monster-thread ( https://github.com/numpy/numpy/issues/5844 -- just found it again by sorting by number of comments...)? As noted by Stephan and myself when the decision was made to

Re: [Numpy-discussion] 1.10.3 release tomorrow, 1.11.x branch this month.

2016-01-05 Thread CJ Carey
I'll echo Marten's sentiments. I've found __numpy_ufunc__ as it exists in the master branch to be quite useful in my experiments with sparse arrays ( https://github.com/perimosocordiae/sparray), and I think it'll be a net benefit to scipy.sparse as well (despite the unpleasantness with __mul__). -

Re: [Numpy-discussion] 1.10.3 release tomorrow, 1.11.x branch this month.

2016-01-05 Thread Charles R Harris
On Tue, Jan 5, 2016 at 6:17 PM, CJ Carey wrote: > I'll echo Marten's sentiments. I've found __numpy_ufunc__ as it exists in > the master branch to be quite useful in my experiments with sparse arrays ( > https://github.com/perimosocordiae/sparray), and I think it'll be a net > benefit to scipy.sp

Re: [Numpy-discussion] 1.10.3 release tomorrow, 1.11.x branch this month.

2016-01-05 Thread Nathaniel Smith
On Tue, Jan 5, 2016 at 4:55 PM, Marten van Kerkwijk wrote: > Hi Chuck, others, > > A propos __numpy_ufunc__, what is the current status? Is it still the > undetermined result of the monster-thread > (https://github.com/numpy/numpy/issues/5844 -- just found it again by > sorting by number of commen

Re: [Numpy-discussion] Numpy 1.10.3 release.

2016-01-05 Thread Ralf Gommers
On Mon, Jan 4, 2016 at 9:38 PM, Charles R Harris wrote: > > > The failed tests require pyrex, fortran, and swig. The refcount error > comes and goes, probably the test isn't very good. Ralf, is there any > reason to keep the various extension building tests? They are very old. > There are f2py t