Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-04 Thread David Cournapeau
Robert Pyle wrote:

 I should have been clearer:  I performed two installations, from the  
 source tarball for EPD, and from the OS X installer for the python.org  
 2.5 python.
   

ok.

Thanks for the report,

David
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-04 Thread Christopher Barker
 I am pleased to announce the release of the rc2 for numpy 1.3.0.

OS-X 10.4 Intel MacBook. Python.org Python 2.5:

Ran 2030 tests in 10.865s

OK (KNOWNFAIL=1, SKIP=1)


Looks good to me -- Thanks for all your work on this,

-Chris

-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/ORR(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

chris.bar...@noaa.gov
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Stéfan van der Walt
Hi David

2009/4/3 David Cournapeau da...@ar.media.kyoto-u.ac.jp:
 I am pleased to announce the release of the rc2 for numpy 1.3.0. I have
 decided to go for a rc2 instead of the release directly because of the
 serious mac os X issue. You can find source tarballs and installers for
 both Mac OS X and Windows on the sourceforge page:

Thanks for all your effort!

Also, thanks to the 3 people (out of the 300 who downloaded the
binary) who reported that it was unusable :-)

Cheers
Stéfan
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Robert Pyle
Hi David,

On Apr 3, 2009, at 11:18 AM, David Cournapeau wrote:

 I am pleased to announce the release of the rc2 for numpy 1.3.0. I  
 have
 decided to go for a rc2 instead of the release directly because of the
 serious mac os X issue. You can find source tarballs and installers  
 for
 both Mac OS X and Windows on the sourceforge page:

 https://sourceforge.net/projects/numpy/

PPC G5, Mac OS X 10.5.6

Installing from source for my usual python (EPD Py25 4.1.30101) went  
smoothly and numpy.test() passed.

Installing from the OS X installer for python.org was uneventful, but  
when I tried to run the usual tests, I got


~ $ /Library/Frameworks/Python.framework/Versions/2.5/bin/python2.5
Python 2.5.4 (r254:67917, Dec 23 2008, 14:57:27)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type help, copyright, credits or license for more information.
  import numpy as np
  np.__version__
'1.3.0rc2'
  np.test()
Running unit tests for numpy
Traceback (most recent call last):
   File stdin, line 1, in module
   File /Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/numpy/testing/nosetester.py, line 242, in test
 self._show_system_info()
   File /Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/numpy/testing/nosetester.py, line 149, in  
_show_system_info
 nose = import_nose()
   File /Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/numpy/testing/nosetester.py, line 49, in  
import_nose
 raise ImportError(msg)
ImportError: Need nose = 0.10.0 for tests - see 
http://somethingaboutorange.com/mrl/projects/nose
 


I guess EPD python already has nose, but python.org does not?

Bob


___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Jarrod Millman
On Fri, Apr 3, 2009 at 8:18 AM, David Cournapeau
da...@ar.media.kyoto-u.ac.jp wrote:
 I am pleased to announce the release of the rc2 for numpy 1.3.0. I have
 decided to go for a rc2 instead of the release directly because of the
 serious mac os X issue. You can find source tarballs and installers for
 both Mac OS X and Windows on the sourceforge page:

Thanks to David and everyone else who worked on this release!  I am
looking forward to 1.3.0 final.
Jarrod
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread David Cournapeau
On Sat, Apr 4, 2009 at 1:44 AM, Robert Pyle rp...@post.harvard.edu wrote:


 PPC G5, Mac OS X 10.5.6

 Installing from source for my usual python (EPD Py25 4.1.30101) went
 smoothly and numpy.test() passed.

That's confusing. I have no idea why this works - or maybe EPD loads
numpy as installed in the python.org binary ?


 I guess EPD python already has nose, but python.org does not?

Indeed. The whole point of EPD is to package a whole suite of tools
integrated together - you need to install node separately.

cheers,

David
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Alan G Isaac
Looks good.

Cheers,
Alan Isaac


Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on 
win32
Type help, copyright, credits or license for more information.
 import numpy as np 
 np.test()
Running unit tests for numpy
NumPy version 1.3.0rc2
NumPy is installed in C:\Python26\lib\site-packages\numpy
Python version 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit 
(Intel)]
nose version 0.11.0
[snip]
Ran 1882 tests in 10.453s

OK (KNOWNFAIL=3, SKIP=1)
nose.result.TextTestResult run=1882 errors=0 failures=0


___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] [ANN] Numpy 1.3.0rc2

2009-04-03 Thread Robert Pyle

On Apr 3, 2009, at 1:10 PM, David Cournapeau wrote:

 On Sat, Apr 4, 2009 at 1:44 AM, Robert Pyle rp...@post.harvard.edu  
 wrote:


 PPC G5, Mac OS X 10.5.6

 Installing from source for my usual python (EPD Py25 4.1.30101) went
 smoothly and numpy.test() passed.

 That's confusing. I have no idea why this works - or maybe EPD loads
 numpy as installed in the python.org binary ?

I should have been clearer:  I performed two installations, from the  
source tarball for EPD, and from the OS X installer for the python.org  
2.5 python.


 I guess EPD python already has nose, but python.org does not?

After I installed nose for the python.org 2.5, numpy.test() runs  
perfectly, that is,

Ran 2030 tests in 13.710s

OK (KNOWNFAIL=2, SKIP=1)
nose.result.TextTestResult run=2030 errors=0 failures=0

Bob

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion