Move empyscripts into empymod.scripts
Merge empyscripts
into empymod
under empymod.scripts
.
-
Clear separation between mandatory and optional imports:
-
Mandatory:
numpy
scipy
-
Optional:
numexpr
(forempymod.kernel
)matplotlib
(forempymod.scripts.fdesign
)IPython
(forempymod.scripts.printinfo
)
-
-
Broaden namespace of
empymod
. All public functions from the various modules and the modules fromempymod.scripts
are now available underempymod
directly.