[SciPy-user] Scheduled release

Fernando Perez fperez at colorado.edu
Thu Sep 25 15:02:54 EDT 2003


Travis Oliphant wrote:
> The release of scipy is coming along, but I think we need to postpone 
> the release until Tuesday as I have found some bugs in special that need 
> addressing.
> 
> Comments?

By all means fix them :)

One small thing:  I've seen some strange warning messages using weave.inline() 
under python 2.3, for code which works 100% cleanly if run it again with 2.2. 
  I mentioned this to Eric, but unfortunately I don't have a _small_ example 
to test with.  It might be nice to at least test inline() against 2.3, in 
particular using type_converters=converters.blitz.

My warnings look typically like:

In file included from /usr/local/include/python2.3/Python.h:8,
                  from 
/home/fperez/.python23_compiled/sc_4108fdf932cdf49195bce6c017cbda992.cpp:4:
/usr/local/include/python2.3/pyconfig.h:844:1: warning: "_POSIX_C_SOURCE" 
redefined
In file included from 
/usr/include/c++/3.2.2/i386-redhat-linux/bits/os_defines.h:39,
                  from 
/usr/include/c++/3.2.2/i386-redhat-linux/bits/c++config.h:34,
                  from /usr/include/c++/3.2.2/string:45,
                  from 
/usr/local/lib/python2.3/site-packages/weave/blitz-20001213/blitz/blitz.h:153,
                  from 
/usr/local/lib/python2.3/site-packages/weave/blitz-20001213/blitz/array-impl.h:154,
                  from 
/usr/local/lib/python2.3/site-packages/weave/blitz-20001213/blitz/array.h:94,
                  from 
/home/fperez/.python23_compiled/sc_4108fdf932cdf49195bce6c017cbda992.cpp:3:
/usr/include/features.h:131:1: warning: this is the location of the previous 
definition


Ultimately if you can't see any problems, I can mail you off-list my stuff and 
you can try to see if it helps.  It's not 'small', but the problems appear 
when running the test suite, so it wouldn't be too much of a hassle.

Note that as far as I've seen, the code _works_ under 2.3, it just spews out a 
ton of warnings which I don't see with 2.2.

Best,

f.




More information about the SciPy-User mailing list