[Numpy-discussion] deprecate numpy.matrix
Alan G Isaac
alan.isaac at gmail.com
Mon Feb 10 16:13:07 EST 2014
On 2/10/2014 4:03 PM, Pauli Virtanen wrote:
> What sparked this discussion (on Github) is that it is not possible to
> write duck-typed code that works correctly for:
Do you mean one must start out with an 'asarray'?
Or more than that?
As I detailed in past discussion, the one thing
I really do not like about the `matrix` design
is that indexing always returns a matrix.
I speculate this is the primary problem you're running into?
Thanks,
Alan Isaac
More information about the NumPy-Discussion
mailing list