On Nov 15, 2008, at 03:15 , mabshoff wrote:

>
> Hello folks,
>
> here goes the slightly delayed 3.2.rc1 with some goodies from SD 11 as
> well as various fixes from Bug Day 16. There are actually *four*
> segfault fixes in this build. On top the cleanup up build system, i.e.
> massive speedups to dependency tracking and cleanups of setup.py, are
> in and it should be much more stable since at least the most obvious
> kinks have been ironed out.
>
> We are still having some issues with numerical noise, but since the
> pickle jar and a couple other blockers are outstanding we will see an
> rc2 hopefully before the weekend is over. Sources as well as a
> sage.math only binary are in the usual location at
>
> http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2/

Built w/o problems on Mac OS X, 10.5.5 (Dual Quad Xeon).  Testing  
showed two failures, as follows.  Should I file bug reports?

Justin

        sage -t  devel/sage/sage/calculus/wester.py:
**********************************************************************
File "/Users/tmp/sage-3.2.rc1/devel/sage/sage/calculus/wester.py",  
line 261:
     : [float(f(i/10)) for i in range(1,5)]
Expected:
     <BLANKLINE>
     [-0.00033670040754082975,
      -0.0027778004096620235,
      -0.00989099409140...,
      -0.025411145508414...]
Got:
     [-0.00033670040754081587, -0.0027778004096621622,  
-0.0098909940914039818, -0.025411145508414779]
**********************************************************************
1 items had failures:
    1 of 193 in __main__.example_0
***Test Failed*** 1 failures.

        sage -t  devel/sage/sage/matrix/matrix_double_dense.pyx:
**********************************************************************
File "/Users/tmp/sage-3.2.rc1/devel/sage/sage/matrix/ 
matrix_double_dense.pyx", line 444:
     sage: ~A
Expected:
     Traceback (most recent call last):
     ...
     LinAlgError: singular matrix
Got:
     [-4.50359962737e+15  9.00719925474e+15 -4.50359962737e+15]
     [ 9.00719925474e+15 -1.80143985095e+16  9.00719925474e+15]
     [-4.50359962737e+15  9.00719925474e+15 -4.50359962737e+15]
**********************************************************************
1 items had failures:
    1 of  11 in __main__.example_15

Justin

--
Justin C. Walker
Curmudgeon-at-large
--
Network, n., Difference between work
charged for and work done




--~--~---------~--~----~------------~-------~--~----~
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to