[sage-devel] Sage 3.0.4.alpha2 released

2008-07-07 Thread mabshoff
Hello folks, Sage 3.0.4.alpha2 is finally out and we are hoping it will actually build this time. Much work went into making it start up more quickly due to some script written by Andrew Dalke that analyzes import time at startup. We also merged a patch set by William Stein that should make a

[sage-devel] Re: Sage 3.0.4.alpha2 released - pbuild failure...

2008-07-07 Thread Glenn H Tarbox, PhD
Without pbuild gutsy 64 builds but fails with pbuild. logs at: http://tarbox.org/sage/alpha2/ -glenn On Mon, 2008-07-07 at 00:00 -0700, mabshoff wrote: Hello folks, Sage 3.0.4.alpha2 is finally out and we are hoping it will actually build this time. Much work went into making it start up

[sage-devel] Re: Sage 3.0.4.alpha2 released

2008-07-07 Thread Jaap Spies
mabshoff wrote: Hello folks, Sage 3.0.4.alpha2 is finally out and we are hoping it will actually build this time. Much work went into making it start up more quickly due to some script written by Andrew Dalke that analyzes import time at startup. We also merged a patch set by William Stein

[sage-devel] Re: fast_float rewrite -- comments requested

2008-07-07 Thread Gary Furnish
I was one of the people who discussed this at dev1, and give a very positive +1 to it (especially possible code auto generation). On Tue, Jul 1, 2008 at 10:59 AM, [EMAIL PROTECTED] wrote: On Tue, 1 Jul 2008, Carl Witty wrote: I can't find any caching for fast_float objects (I can't see

[sage-devel] Re: Sage 3.0.4.alpha2 released

2008-07-07 Thread Jaap Spies
Jaap Spies wrote: On Fedora 9, 32 bits: The following tests failed: sage -t devel/sage/sage/misc/cython.py sage -t devel/sage/sage/server/notebook/worksheet.py sage -t devel/sage/sage/finance/time_series.pyx All known issues I suppose. As a follow up: I

[sage-devel] Re: Sage 3.0.4.alpha2 released

2008-07-07 Thread John Cremona
I get the same three fails as Jaap after a successful build on [EMAIL PROTECTED] /proc/version Linux version 2.6.24-19-generic ([EMAIL PROTECTED]) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Jun 18 14:43:41 UTC 2008 The following tests failed: sage -t

[sage-devel] Re: Sage 3.0.4.alpha2 released

2008-07-07 Thread David Joyner
On hardy heron amd64, phenom chip: -- The following tests failed: sage -t devel/sage/sage/server/notebook/worksheet.py sage -t devel/sage/sage/misc/cython.py Total time for all tests: 4738.8 seconds Please

[sage-devel] Sage 3.0.4.rc0 released

2008-07-07 Thread mabshoff
Hello folks, Sage 3.0.4.rc0 is out. We merged only bug fixes and hope that this will be identical to the final release. This time we have a source tarball at http://sage.math.washington.edu/home/was/tmp/sage-3.0.4.rc0.tar There might or might not be a sage.math binary since the release was put

[sage-devel] Re: 3.0.4.alpha2 builds

2008-07-07 Thread mabshoff
On Jul 7, 8:58 am, William Stein [EMAIL PROTECTED] wrote: Build report: * the pickles from 3.0.3 all work in 3.0.4. * fermat -- my ppc osx 10.5 machine -- ran out of disk space building sage. * os x intel (my laptop) -- built fine and passed all tess * debian 64-bit intel:        sage

[sage-devel] QuaternionAlgebra over RealIntervalField bug

2008-07-07 Thread saucerful
Hello, I have boiled it down to: R = RealIntervalField(32); A.i,j,k=QuaternionAlgebra(R,-1,-1) print A(1)/(j + 2); Executing this code results in an error whose traceback is pasted at the end of this message. Note that by hand (or by using RealField instead of RealIntervalField) this