Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread Christopher Barker
Charles R Harris wrote: > David says this is due to a stray old file (see earlier post), you need > to clean out the previous numpy installation. Done, and yes, that was it. Which is weird, because I really thought I'd cleared it out the first time! I"m still having trouble figuring out how to

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread Charles R Harris
On Wed, Dec 2, 2009 at 1:28 PM, Christopher Barker wrote: > I downloaded rc1, and built it on my PPC OS-X 10.4 box, with Python > 2.5.2 (from python.org). Then ran the tests. I got: > > -- > Ran 2521 tests in 24.804s > > FAILED (K

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread Christopher Barker
I downloaded rc1, and built it on my PPC OS-X 10.4 box, with Python 2.5.2 (from python.org). Then ran the tests. I got: -- Ran 2521 tests in 24.804s FAILED (KNOWNFAIL=4, SKIP=1, errors=27, failures=2) Many of them look like th

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread Bruce Southey
On 12/02/2009 02:49 AM, David Cournapeau wrote: > Nadav Horesh wrote: > >> I got the following errors with a clean installation of numpy (previous >> installations deleted): >> >> > Actually, there are still some leftover: the file > numpy/core/test_defmatrix.py does not exist in the tar

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread René Dudfield
On Wed, Dec 2, 2009 at 11:51 AM, David Cournapeau wrote: > René Dudfield wrote: >> We put in some hacks into pygame distutils for removing old files >> (with msi installer, and for setup.py installer).  However I think the >> long term solution they are thinking of is to allow distutils to >> unin

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread David Cournapeau
René Dudfield wrote: > We put in some hacks into pygame distutils for removing old files > (with msi installer, and for setup.py installer). However I think the > long term solution they are thinking of is to allow distutils to > uninstall correctly. I think this is just wishful thinking from peo

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread René Dudfield
On Wed, Dec 2, 2009 at 9:49 AM, David Cournapeau wrote: > Nadav Horesh wrote: >> I got the following errors with a clean installation of numpy (previous >> installations deleted): >> > > Actually, there are still some leftover: the file > numpy/core/test_defmatrix.py does not exist in the tarball

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread David Cournapeau
Nadav Horesh wrote: > I got the following errors with a clean installation of numpy (previous > installations deleted): > Actually, there are still some leftover: the file numpy/core/test_defmatrix.py does not exist in the tarball. cheers, David __

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread Nadav Horesh
match 100.0%) x: array([ 9.41165773e+09, 9.41165773e+09, 9.41165773e+09, 9.41165773e+09], dtype=float32) y: array([ 700., 800., 1000., 7500.], dtype=float32) -- Ran 2521 tests in 10.292s I am able to co

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-01 Thread David Cournapeau
On Wed, Dec 2, 2009 at 12:17 PM, Bruce Southey wrote: > Traceback (most recent call last): >  File "E:\Python26\lib\site-packages\numpy\core\tests\test_umath_complex.py", > line 179, in test_special_values >    assert_almost_equal(np.log(x), y) >  File "E:\Python26\lib\site-packages\numpy\testing

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-01 Thread Bruce Southey
On Mon, Nov 30, 2009 at 9:47 PM, David Cournapeau wrote: > Hi, > > The first release candidate for 1.4.0 has been released. The sources, > as well as mac and windows installers may be found here: > > https://sourceforge.net/projects/numpy/files/ > I installed 32-bit Python 2.6.3 and 23-bit Python

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-01 Thread David Warde-Farley
On 30-Nov-09, at 10:47 PM, David Cournapeau wrote: > Hi, > > The first release candidate for 1.4.0 has been released. The sources, > as well as mac and windows installers may be found here: > > https://sourceforge.net/projects/numpy/files/ Hi David, All clear on my Intel Atom and Core i5 boxes,

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-01 Thread Jarrod Millman
On Tue, Dec 1, 2009 at 4:47 AM, David Cournapeau wrote: > The first release candidate for 1.4.0 has been released. Excellent! Thanks for all your effort, Jarrod ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-01 Thread David Cournapeau
On Tue, Dec 1, 2009 at 6:00 PM, Sebastian Haase wrote: > > I can only agree - great work ! > Thanks. > Where can one find out about the > * New Neighborhood iterator (C-level only) > ? Here: http://docs.scipy.org/doc/numpy/reference/c-api.array.html#functions You can find some examples in th

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-01 Thread Sebastian Haase
On Tue, Dec 1, 2009 at 9:17 AM, Virgil Stokes wrote: > David Cournapeau wrote: >> Hi, >> >> The first release candidate for 1.4.0 has been released. The sources, >> as well as mac and windows installers may be found here: >> >> https://sourceforge.net/projects/numpy/files/ >> >> The main improveme

Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-01 Thread Virgil Stokes
David Cournapeau wrote: > Hi, > > The first release candidate for 1.4.0 has been released. The sources, > as well as mac and windows installers may be found here: > > https://sourceforge.net/projects/numpy/files/ > > The main improvements compared to 1.3.0 are: > > * Faster import time > * Extended

[Numpy-discussion] Numpy 1.4.0 rc1 released

2009-11-30 Thread David Cournapeau
Hi, The first release candidate for 1.4.0 has been released. The sources, as well as mac and windows installers may be found here: https://sourceforge.net/projects/numpy/files/ The main improvements compared to 1.3.0 are: * Faster import time * Extended array wrapping mechanism for ufuncs * New