On Thu, Nov 01, 2007 at 05:03:03AM -0700, mabshoff wrote:
> 
> I have released 2.8.11.alpha0 at
> 
> http://sage.math.washington.edu/home/mabshoff/sage-2.8.11.alpha0.tar
> 
> It passes testall on sage.math, but I would like to get some build
> feedback on OSX 10.4, both PPC and Intel flavors, as well as 32 bit
> Linux. I plan to release 2.8.11 final by late Friday night (PST).
> Overall it is a rather conservative release because that build will be
> the basis for Sage Bug Day 5.

2.8.11.alpha0 builds and seems to run fine on my gentoo 32-bit machine.  
However, I have this one failed doc-test (which appears to basically be a 
precision issue):

sage -t  devel/sage-main/sage/lfunctions/lcalc.py           
**********************************************************************
File "lcalc.py", line 188:
    sage: E.Lseries().values_along_line(0.5, 3, 5)
Expected:
    lcalc:  1.5 0 WARNING- we don't have enough Dirichlet coefficients.
    lcalc:  Will use the maximum possible, though the output will not 
necessarily be accurate.
    lcalc:  nan nan
    [(0, 0.209951303),
     (0.500000000, -2.96501173e-16),
     (1.00000000, 0.133768433),
     (2.00000000, 0.552975867)]
Got:
    lcalc:  1.5 0 WARNING- we don't have enough Dirichlet coefficients.
    lcalc:  Will use the maximum possible, though the output will not 
necessarily be accurate.
    lcalc:  nan nan
    [(0, 0.209951303), (0.500000000, -2.33390770e-16), (1.00000000, 
0.133768433), (2.00000000, 0.552975867)]
**********************************************************************

--
Joel

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to