On Wed, Jul 04, 2007 at 11:15:58AM +0100, John Reid wrote:
> Hi,
> 
> Is there going to be a scipy release anytime soon?
> 
> I'm using numpy 1.0.3 with scipy 0.5.2 and I get these ugly warnings all 
> the time:
> 
> c:\apps\python25\lib\site-packages\scipy\misc\__init__.py:25: 
> DeprecationWarning: ScipyTest is now called NumpyTest; please update 
> your code
>    test = ScipyTest().test
> 
> These are the latest downloadable versions right? I'm beginning to 
> wonder whether I shouldn't start building scipy myself.

If these do really drive you mad, why not use the -W option to python ?

Running you script with 

python -W ignore myscript.py


-- 
Alexandre Fayolle                              LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian:  http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
Informatique scientifique:               http://www.logilab.fr/science
Reprise et maintenance de sites CPS:     http://www.migration-cms.com/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to