28 Mar
2005
28 Mar
'05
7:16 a.m.
Pearu Peterson wrote:
from scipy.base import *
will replace
from Numeric import *
or
from numarray import *
roughly speaking.
Pearu
This is exactly what I would like to see. We will need, however, to provide that import Numeric and friends still works for backward compatibility, but it should be deprecated. Best, -Travis