Re: [Numpy-discussion] Moved matrix class into separate module

2009-09-16 Thread Christopher Hanley
My apologizes. I had remembered to remove the previous build directory but not the target installation directory. After having removed all traces of the previous numpy installation and do a clean install I receive no new errors. Sorry for the false alarm. Chris -- Christopher Hanley Se

Re: [Numpy-discussion] Moved matrix class into separate module

2009-09-16 Thread David Cournapeau
On Thu, Sep 17, 2009 at 12:32 AM, Christopher Hanley wrote: > Hi, > > When I try running the tests on a fresh build from the trunk I receive > 28 errors.  Most of the errors are of the form: > > "NameError: global name 'matrix' is not defined" > > It looks like  there was some change to the numpy

Re: [Numpy-discussion] Moved matrix class into separate module

2009-09-16 Thread Christopher Hanley
Hi, When I try running the tests on a fresh build from the trunk I receive 28 errors. Most of the errors are of the form: "NameError: global name 'matrix' is not defined" It looks like there was some change to the numpy namespace. I can provide a full listing of the unit test errors if de

[Numpy-discussion] Moved matrix class into separate module

2009-09-16 Thread David Cournapeau
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.m