Re: [Numpy-discussion] Deprecate matrices in 1.15 and remove in 1.17?

2017-12-02 Thread Ralf Gommers
On Sat, Dec 2, 2017 at 7:03 AM, Chris Barker wrote: > On Thu, Nov 30, 2017 at 11:58 AM, Marten van Kerkwijk < > m.h.vankerkw...@gmail.com> wrote: > >> Your point about not doing things in the python 2->3 move makes sense; >> > > But this is NOT the 2->3 move -- numpy as been py3 compatible for ye

Re: [Numpy-discussion] Deprecate matrices in 1.15 and remove in 1.17?

2017-12-02 Thread Ralf Gommers
On Fri, Dec 1, 2017 at 8:39 AM, Charles R Harris wrote: > > > On Thu, Nov 30, 2017 at 11:43 AM, Ralf Gommers > wrote: > >> >> >> On Fri, Dec 1, 2017 at 7:17 AM, Matthew Rocklin >> wrote: >> >>> How would the community handle the scipy.sparse matrix subclasses? >>> These are still in common use.