mabshoff wrote: > Hello folks, > > it took a couple hours longer than planned, but here goes 3.2.1.rc1. > The changes merged went a little deeper than planned, i.e. the two > biggest changes are massive improvements to the Magma interface by > William and the overhaul of module_list.py by Craig. The changes by > Craig will force you to rebase any patch adding extensions, but not > the file is prettied up and most importantly there aren't any > duplicates any more. In 3.2.2 we will also merge code written by Craig > that allows building of the Sage library extensions in parallel, so it > was well worth it. Other than that the usual assortment of bug fixes, > among them some long awaited fixes for "make install". We also fixed a > bug that prevented binaries on sage.math to work properly (see #4317 > for the gory details), so form now on I will roll binaries for > sage.math again. > > As usual sources and the sage.math-only binary can be found in > > http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2.1/ > > You can also upgrade 3.2.1.alpha2 or higher via > > sage -upgrade > http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2.1/sage-3.2.1.rc1/ >
Upgrade from rc0 on Fedora 10, 32 bits gives a new failure: [EMAIL PROTECTED] sage-3.2.1.rc0]$ ./sage -t "devel/sage/sage/combinat/root_system/type_dual.py" sage -t "devel/sage/sage/combinat/root_system/type_dual.py" ********************************************************************** File "/home/jaap/Download/sage-3.2.1.rc0/devel/sage/sage/combinat/root_system/type_dual.py", line 43: sage: [[x.__cmp__(y) for x in ct] for y in ct] Expected: [[0, 1, -1], [-1, 0, -1], [1, 1, 0]] Got: [[0, 1, 1], [-1, 0, 1], [1, 1, 0]] ********************************************************************** File "/home/jaap/Download/sage-3.2.1.rc0/devel/sage/sage/combinat/root_system/type_dual.py", line 45: sage: sorted(ct) Expected: [['A', 4], A1xB2, B2xA1] Got: [A1xB2, B2xA1, ['A', 4]] ********************************************************************** 1 items had failures: 2 of 8 in __main__.example_3 ***Test Failed*** 2 failures. For whitespace errors, see the file /home/jaap/Download/sage-3.2.1.rc0/tmp/.doctest_type_dual.py [3.0 s] exit code: 1024 Jaap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---