[Numpy-discussion] Moved matrix class into separate module
David Cournapeau
david@ar.media.kyoto-u.ac...
Wed Sep 16 01:56:05 CDT 2009
Hi,
I just wanted to mention I integrated a patch from some time ago to make
numpy.core independent from other numpy modules. This is really useful
when working on involved changes at the C level. This meant moving some
stuff around, in particular the matrix class and utilities is now into
numpy.matrixclass module. The numpy namespace is of course unchanged.
cheers,
David
More information about the NumPy-Discussion
mailing list