On Tue, May 20, 2008 at 8:39 PM, David Cournapeau < [EMAIL PROTECTED]> wrote:
> Charles R Harris wrote: > > > > > > On Tue, May 20, 2008 at 8:14 PM, David Cournapeau > > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > > wrote: > > > > Hi, > > > > I noticed that some functions in numpy.core call functions in > > numpy.lib. Shouldn't this be avoided as much as possible, to avoid > > potential circular import, dependencies, etc... ? > > > > > > Probably not. > > Probably not avoided, or should probably not be called ? > Just that it looks cleaner to me if stuff in numpy/core doesn't call special libraries. I don't know that it is a problem. Maybe some utility functions should be moved into core? Chuck
_______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
