[SciPy-dev] More bugs fixed

Stephen Walton stephen.walton at csun.edu
Sun Oct 9 15:17:59 EDT 2005


Robert Kern wrote:

>At the moment, the
>scipy_core versions are "physically" under scipy.basic. In
>scipy/__init__.py, we have a block like this:
>
>    import scipy.basic.fft as fftpack
>    import scipy.basic.linalg as linalg
>    import scipy.basic.random as random
>
>So "from scipy import linalg" should work even with scipy_core.
>
Yes, but the equivalent usage

import scipy.linalg as linalg

does not work with this setup.  I'm not sure how big a concern that is, 
but wanted to point it out.




More information about the SciPy-Dev mailing list