On Wed, May 23, 2007 at 05:31:50PM -0600, Travis Oliphant wrote:
> I'm pleased to announce the release of NumPy 1.0.3

numpy 1.0.3 is causing a warning on scipy 0.5.2:

In [1]: import numpy

In [2]: numpy.__version__
Out[2]: '1.0.3'

In [3]: import scipy
/Users/mike/Library/Python/2.5/site-packages/scipy/misc/__init__.py:25: 
DeprecationWarning: ScipyTest is now called NumpyTest; please update your code
  test = ScipyTest().test

In [4]: scipy.__version__
Out[4]: '0.5.2'

I wasn't getting this error with numpy 1.0.1 (I skipped 1.0.2, but would
be happy to check if it would be useful). Assuming that I can live with
the warning message, is there anything to worry about here? Do I need to
upgrade to scipy svn?

-- Mike
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to