[Numpy-discussion] Uncomfortable with matrix change

Charles R Harris charlesr.harris at gmail.com
Fri May 9 12:06:00 EDT 2008


On Fri, May 9, 2008 at 9:56 AM, Jonathan Wright <wright at esrf.fr> wrote:

> Timothy Hochberg wrote:
> > +0
> >
> > My personal opinion is that current matrix class is pretty useless and
> > the change won't help much from my point of view. My preference would
> > be to leave the matrix class alone, design a new matrix class, with a
> > different name, for 1.2 and then deprecate the old matrix class
> +1
>

The problem here is the workarounds in the numpy code, which we would have
to maintain. I am against messing with the numpy code just to accommodate a
matrix class that shouldn't have inherited from ndarray in the first place.
So I am OK with backing out the changes as long as we also leave all the
bugs in place.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080509/0869a857/attachment.html>


More information about the NumPy-Discussion mailing list