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