[Numpy-discussion] NumPy 1.0.3.x and SciPy 0.5.2.x

2007-08-15 Thread Jarrod Millman
Hello, I am hoping to release NumPy 1.0.3.1 and SciPy 0.5.2.1 this weekend. These releases will work with each other and get rid of the annoying deprecation warning about SciPyTest. They are both basically ready to release. If you have some time, please build and install the stable branches and

Re: [Numpy-discussion] NumPy-1.0.3.x

2007-08-10 Thread Robert Kern
Jarrod Millman wrote: > 2) when I run scipy.test(1,10), I get: > check_cosine_weighted_infinite > (scipy.integrate.tests.test_quadpack.test_quad)Illegal instruction > > If anyone has any ideas as to what is wrong, please let me know. What platform are you on and what underlying libraries (ATLAS,

[Numpy-discussion] NumPy-1.0.3.x

2007-08-10 Thread Jarrod Millman
Hello everyone, I made a mumpy-1.0.3.x branch from the 1.0.3 tag and tried to get everything working (see changesets 3957-3961). I added back get_path to numpy/distutils/misc_util.py, which is used by Lib/odr/setup.py in scipy 0.5.2. I also tried to clean up a few issues by doing the same thing