Re: [Numpy-discussion] r4730 broke numpy in maskedarray branch

2008-01-20 Thread Eric Firing
Stefan van der Walt wrote: > Hi Eric > > Sorry for the inconvenience -- I applied Pierre's patch. No problem, and thanks to both of you. I am glad to see maskedarray making progress towards official inclusion. Eric > > Thanks, > Stéfan > > On Sat, Jan 19, 2008 at 11:25:02AM -1000, Eric Firin

Re: [Numpy-discussion] r4730 broke numpy in maskedarray branch

2008-01-20 Thread Stefan van der Walt
Hi Eric Sorry for the inconvenience -- I applied Pierre's patch. Thanks, Stéfan On Sat, Jan 19, 2008 at 11:25:02AM -1000, Eric Firing wrote: > Stefan, > > The renaming of concatenator to AxisConcatenator in r4730 in the maskedaray > branch needs to be propagated into ma/extras.py; I don't know

Re: [Numpy-discussion] r4730 broke numpy in maskedarray branch

2008-01-19 Thread Pierre GM
Eric, My bad, I discovered that eralier this week, created a patch and didn't pass it around. Here it is. Sorry for the inconvenience, Pierre > The renaming of concatenator to AxisConcatenator in r4730 in the > maskedaray branch needs to be propagated into ma/extras.py; I don't know > whether the

[Numpy-discussion] r4730 broke numpy in maskedarray branch

2008-01-19 Thread Eric Firing
Stefan, The renaming of concatenator to AxisConcatenator in r4730 in the maskedaray branch needs to be propagated into ma/extras.py; I don't know whether there are other places that similar changes are needed. As it stands, after 4730, numpy cannot be imported. Eric __