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

2012-10-05 Thread Ed Sexton
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. Another issue, how do you pass --fcompiler=gnu95 to bdlist_rpm? I have everything co

[Numpy-discussion] set_printoptions precision and single floats

2012-10-05 Thread Dan Goodman
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 that derives from numpy.float64 and adds some extra information, and I'd like