Re: [Numpy-discussion] Numpy 1.4.0 rc1 released

2009-12-02 Thread Nadav Horesh
: gentoo linux on amd64, python2.6.4 Nadav -Original Message- From: numpy-discussion-boun...@scipy.org on behalf of Jarrod Millman Sent: Wed 02-Dec-09 02:05 To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Numpy 1.4.0 rc1 released On Tue, Dec 1, 2009 at 4:47 AM, David

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 René Dudfield
On Wed, Dec 2, 2009 at 9:49 AM, David Cournapeau da...@ar.media.kyoto-u.ac.jp 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

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 people

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 da...@ar.media.kyoto-u.ac.jp 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

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 tarball.

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 chris.bar...@noaa.govwrote: 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

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 array

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 v...@it.uu.se 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 improvements

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 seb.ha...@gmail.com 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

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 courn...@gmail.com 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

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 Bruce Southey
On Mon, Nov 30, 2009 at 9:47 PM, David Cournapeau courn...@gmail.com 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

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 bsout...@gmail.com 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

[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 *