[Numpy-discussion] NumPy 1.2.0b2 released

David Cournapeau cournape at gmail.com
Fri Aug 15 15:25:44 EDT 2008


On Fri, Aug 15, 2008 at 11:41 AM, Andrew Dalke
<dalke at dalkescientific.com> 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



More information about the NumPy-Discussion mailing list