[Numpy-discussion] Windows binary release?

2007-03-28 Thread Christopher Ball
Hi, I wonder if anyone can tell me when the next release is planned? Or specifically, any idea when a new Windows binary installer will be released? I'm interested because we'd like to release a new version of our neural map-modeling software (which depends on numpy) soon, but the subtract.re

[Numpy-discussion] numpy types for xml pickling

2007-03-22 Thread Christopher Ball
Hi, Gnosis Utils (http://www.gnosis.cx/download/Gnosis_Utils.More/) contains several modules for XML processing, one of which (xml.pickle) serializes objects to and from XML and has an API compatible with Python's pickle [http://freshmeat.net/projects/gnosisxml/]. The xml.pickle module needs t

Re: [Numpy-discussion] 0/0 is 0 or nan?

2007-03-13 Thread Christopher Ball
> Thank you both for your replies - the difference is clear to me now. Actually, sorry, I'm still confused! If I want to be able to have a/0 be inf (for a!=0), then why does that stop 0/0 from being nan? In Python, a/0 gives a divide-by-zero error for any a, but in numpy, I can ignore divid