On Fri, Aug 15, 2008 at 11:41 AM, Andrew Dalke <[EMAIL PROTECTED]> wrote: > > It's possible to clean up the code so this loop > doesn't exist, and fix things so that fewer things > are imported when some environment variable is set, > but it doesn't look easy. Modules depend on other > modules a bit too much to make me happy.
Yes. numpy.core should not depend on anything else. That would be the easy thing to do: there is only one function used IIRC from numpy.lib. As you said, the hairy stuff (from import dependency POV) is in numpy.lib. cheers, David _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
