[SciPy-dev] Now new svn of numpy is ready

Andrew Straw strawman at astraw.com
Thu Jan 5 02:13:54 EST 2006


>Perhaps a compromise solution would be to have something like
>
>numpy.scipy_enable()
>  
>
Or, even better (IMO), shift the overwriting to scipy:

scipy.enhance_numpy_namespace() # or other suitable name

Obviously, scipy would do the slightly naughty trick of modifying
numpy's namespace. I think that's acceptable if it's done under such a
function name.

This would make numpy contain no references to scipy, which I think is a
great idea.




More information about the SciPy-Dev mailing list