On May 21, 7:14 am, mabshoff <mabsh...@googlemail.com> wrote:
> Hi,
>
> I gotta run to the airport, but sources and upgrade bits of 4.0.rc0
> are in
>
>    http://sage.math.washington.edu/home/mabshoff/release-cycles-4.0/rc0/
>
> Once I get online I will post more info, but I am sure this will take
> a couple hours. Sorry.
>
> Cheers,
>
> Michael

On Intel Mac OS 10.5, 32-bit: an upgrade failed for reasons already
reported here, and my attempts to fix it also failed.  A fresh install
built fine and had a few doctest failures (with sage -testall -long):

The following tests failed:

        sage -t -long "devel/sage/sage/calculus/wester.py"
        sage -t -long "devel/sage/sage/graphs/graph_plot.py"
        sage -t -long "devel/sage/sage/matrix/matrix2.pyx"
        sage -t -long "devel/sage/sage/symbolic/assumptions.py"
        sage -t -long "devel/sage/sage/symbolic/expression.pyx"
        sage -t -long "devel/sage/sage/symbolic/relation.py"

Several of these are sorting issues, e.g.,

File "/Applications/sage_builds/sage-4.0.rc0/devel/sage/sage/calculus/
wester.py", line 212:
    sage: print list(sorted(assumptions()))
Expected:
    [x > y, y > 0]
Got:
    [y > 0, x > y]

Other are numerical noise.  The one in graph_plot is

libpng error: Image width or height is zero in IHDR

leading to a runtime error.

Let me know if you want more details for any of these.

  John

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to