[Numpy-discussion] Stop program when getting a warning (invalid value encountered in sqrt)

2010-11-09 Thread Jóan Petur Petersen
Hi, I have write quite a large program, but I occationally get the following warning message: Warning: invalid value encountered in sqrt The programs runs for several hours finding the hyperparameters of a Gaussian Process, but occationally this warning pop up. Maybe due tue rounding errors or

Re: [Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-11-09 Thread Scott Sinclair
On 30 September 2010 10:15, Scott Sinclair scott.sinclair...@gmail.com wrote: I'm behind a firewall that doesn't allow me to use the git protocol so I can't use the git:// URL. I see the following problem: $ git clone http://github.com/numpy/numpy.git numpy Initialized empty Git repository

Re: [Numpy-discussion] Trac unaware of github move

2010-11-09 Thread Ralf Gommers
2010/11/9 Sébastien Barthélemy sebastien.barthel...@crans.org: On Sun, 7 Nov 2010, Ralf Gommers wrote: That will require renaming those files in the source tree from *.txt to *.rst, otherwise there's no way to have github render them properly. Unless I missed something. Would that be fine? I

[Numpy-discussion] ANN: NumPy 1.5.1 release candidate 2

2010-11-09 Thread Ralf Gommers
Hi, I am pleased to announce the availability of the second release candidate of NumPy 1.5.1. This is a bug-fix release with no new features compared to 1.5.0. Please test and report any issues on the numpy mailing list. If no new issues are reported, the final 1.5.1 release will follow in a

Re: [Numpy-discussion] Developmental version numbering with git

2010-11-09 Thread Scott Sinclair
On 8 November 2010 23:17, Matthew Brett matthew.br...@gmail.com wrote: Since the change to git the numpy version in setup.py is '2.0.0.dev' regardless because the prior numbering was determined by svn. Is there a plan to add some numbering system to numpy developmental version? Regardless of

Re: [Numpy-discussion] Developmental version numbering with git

2010-11-09 Thread Charles R Harris
On Tue, Nov 9, 2010 at 8:20 AM, Scott Sinclair scott.sinclair...@gmail.comwrote: On 8 November 2010 23:17, Matthew Brett matthew.br...@gmail.com wrote: Since the change to git the numpy version in setup.py is '2.0.0.dev' regardless because the prior numbering was determined by svn. Is

Re: [Numpy-discussion] Anyone with Core i7 and Ubuntu 10.04?

2010-11-09 Thread Ian Goodfellow
Yes, that's pretty much the situation. I'm mostly looking for someone who has satisfactory performance with their Core i7 so I can get some comparison information and figure out if I need to disable hyperthreading or compile atlas with different flags or what. Are the Ubuntu 10.10 atlas packages

[Numpy-discussion] Python2.7 version check for OSX numpy installer (please Test)

2010-11-09 Thread Vincent Davis
No need to actualy install, You should get an error right away if you do not have both. /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-32 If you have python-2.7-macosx10.5.dmg installed or built python2.7 for both 32

Re: [Numpy-discussion] Python2.7 version check for OSX numpy installer (please Test)

2010-11-09 Thread Ralf Gommers
Hi Vincent, On Wed, Nov 10, 2010 at 1:03 AM, Vincent Davis vinc...@vincentdavis.net wrote: No need to actualy install, You should get an error right away if you do not have both. /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7

Re: [Numpy-discussion] Python2.7 version check for OSX numpy installer (please Test)

2010-11-09 Thread Vincent Davis
On Tue, Nov 9, 2010 at 5:18 PM, Ralf Gommers ralf.gomm...@googlemail.comwrote: Hi Vincent, On Wed, Nov 10, 2010 at 1:03 AM, Vincent Davis vinc...@vincentdavis.net wrote: No need to actualy install, You should get an error right away if you do not have both.

[Numpy-discussion] review request for half type

2010-11-09 Thread Mark Wiebe
This set of patches fully implements a 16-bit floating point half type into NumPy. It's got a lot of changes, but I've tried to organize them logically so that it builds and the tests run after each patch. This took some tweaks to the building and ufunc generation code, so please check that, as