From: Fernando P. <fpe...@gm...> - 2006-08-29 23:24:55
|
On 8/29/06, Travis Oliphant <oli...@ie...> wrote: > > Hi all, > > Classes start for me next Tuesday, and I'm teaching a class for which I > will be using NumPy / SciPy extensively. I need to have a release of > these two (and hopefully matplotlib) that work with each other. > > Therefore, I'm going to make a 1.0b5 release of NumPy over the weekend > (probably Monday), and also get a release of SciPy out as well. At that > point, I'll only be available for bug-fixes to 1.0. Therefore, the next > release after 1.0b5 I would like to be 1.0rc1 (release-candidate 1). What's the status of these 'overwriting' messages? planck[/tmp]> python -c 'import scipy;scipy.test()' Overwriting info=<function info at 0x40ba748c> from scipy.misc (was <function info at 0x4080409c> from numpy.lib.utils) Overwriting fft=<function fft at 0x430ae33c> from scipy.fftpack.basic (was <module 'numpy.fft' from '/home/fperez/tmp/local/lib/python2.3/site-packages/numpy/fft/__init__.pyc'> from /home/fperez/tmp/local/lib/python2.3/site-packages/numpy/fft/__init__.pyc) ... I was under the impression you'd decided to quiet them out, but they seem to be making a comeback. Cheers, f |