[sage-devel] sage-2.5.alpha0 equality testing bug

2007-04-26 Thread Jonathan William Bober
Unless I am misunderstanding something, 2.5.alpha0 seems to have some problems with equality testing. A typical example is sage: bool(sqrt(2) == 1) False sage: bool(sqrt(2) != 1) False However, the following does work correctly: sage: bool(sqrt(2) < 1) False sage: bool(sqrt(2) > 1) True This s

[sage-devel] sage-2.5.alpha0

2007-04-23 Thread William Stein
Hi, I've posted a preliminary SAGE-2.5.alpha0 tarball here: /home/was/sage2.5 I'm uploading it now -- it's 93 MB, and I'm uploading it as I write this email. I don't know for certain that it builds, though hopefully it will both build and pass all doctests -- reports are welcome. Especially i