[Numpy-discussion] Scipy release

Alexandre Fayolle alexandre.fayolle at logilab.fr
Wed Jul 4 06:48:40 EDT 2007


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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 481 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070704/b66a09c1/attachment.sig>


More information about the NumPy-Discussion mailing list