Re: [Numpy-discussion] numpy distutils log error with easy_install

2012-10-06 Thread Matthew Brett
Hi, On Thu, Oct 4, 2012 at 10:29 AM, Matthew Brett matthew.br...@gmail.com wrote: Hi, On Thu, Oct 4, 2012 at 7:35 AM, Ralf Gommers ralf.gomm...@gmail.com wrote: On Thu, Oct 4, 2012 at 12:14 AM, Matthew Brett matthew.br...@gmail.com wrote: Hi, On Wed, Oct 3, 2012 at 10:51 PM, Ralf

Re: [Numpy-discussion] numpy-1.6.2: python setup.py build bdist_rpm fails

2012-10-06 Thread Ralf Gommers
On Fri, Oct 5, 2012 at 10:45 PM, Ed Sexton sextonhad...@gmail.com wrote: Hello Numpy Group- I have a working installation of Numpy-1.6.2 on a RHEL 6.3 host, now I have to create an RPM to push out to 600+ hosts. 1. I cannot get the RPM build command to work, error listed below. 2.

Re: [Numpy-discussion] specifying numpy as dependency in your project, install_requires

2012-10-06 Thread Ralf Gommers
On Sun, Sep 23, 2012 at 10:20 PM, Nathaniel Smith n...@pobox.com wrote: On Sat, Sep 22, 2012 at 1:18 PM, Ralf Gommers ralf.gomm...@gmail.com wrote: On Fri, Sep 21, 2012 at 11:39 PM, Nathaniel Smith n...@pobox.com wrote: So the question is, how do we get a .egg-info? For the specific case

Re: [Numpy-discussion] set_printoptions precision and single floats

2012-10-06 Thread Ralf Gommers
On Fri, Oct 5, 2012 at 5:17 PM, Dan Goodman dg.gm...@thesamovar.net wrote: Hi, numpy.set_printoptions(precision=...) doesn't affect single floats, even if they are numpy floats rather than Python floats. Is this a bug or is there some reason for this behaviour? I ask because I have a class

Re: [Numpy-discussion] set_printoptions precision and single floats

2012-10-06 Thread Warren Weckesser
On Sat, Oct 6, 2012 at 12:17 PM, Ralf Gommers ralf.gomm...@gmail.comwrote: On Fri, Oct 5, 2012 at 5:17 PM, Dan Goodman dg.gm...@thesamovar.netwrote: Hi, numpy.set_printoptions(precision=...) doesn't affect single floats, even if they are numpy floats rather than Python floats. Is this a

Re: [Numpy-discussion] dtype '|S0' not understood

2012-10-06 Thread David Warde-Farley
On Wed, Oct 3, 2012 at 1:58 PM, Will Lee lee.w...@gmail.com wrote: This seems to be a old problem but I've recently hit with this in a very random way (I'm using numpy 1.6.1). There seems to be a ticket (1239) but it seems the issue is unscheduled. Can somebody tell me if this is fixed? In