[SciPy-dev] from scipy import * in r4484 doesn't load submodules
Pauli Virtanen
pav@iki...
Thu Jul 3 02:58:38 CDT 2008
Hi,
It was so in Scipy 0.6 that
>>> from scipy import *
imported also the submodules 'optimize', 'integrate', 'special',
'linalg', etc, etc. to the namespace.
It seems that this has changed in Scipy 0.7 SVN since that. Is removing
these from __all__ and the API change intentional? (If it is, getting it
to release notes would be nice.)
--
Pauli Virtanen
More information about the Scipy-dev
mailing list