mabshoff wrote: > Hello folks, > > here goes 3.2.2.alpha0. We have been steadily merging patches and > gotten some of the larger and more disruptive patches in. The most > visible change is #717 by Gary Furnish which finally fixes a long > standing problem with time out issues in doctests, i.e. with this > release any hanging pexpect session will be killed when the timeout > has been reached regardless of CPU use. > > Note that slightly against the rules I have merged the three patches > at #4276 because I wanted to avoid bitrotting them again. Nick > Alexander has done some review of the patch and is unhappy about > certain aspect of the embedding code, so right now the patch is in > alpha0 on probation. If push comes to shove the patch will go in since > it doesn't change any defaults AFAIK (Robert?) and even if the new > functionality is slightly buggy and/or incomplete this can be fixed > until 3.2.2 is done. Another reason is that various people plan to > work on number fields and this patch set is sure to cause major pain > merging. > > As always there are sources and a sage.math binary in > > http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2.2/ > > You should be able to upgrade from 3.2.1 by running > > ./sage -upgrade > http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2.2/sage-3.2.2.alpha0/ > > Please build, test and report any issues.
Om Fedora 10, 32 bits after an upgrade from 3.2.1-rc1: One failure Trying: closest_root(x**Integer(3)-Integer(1), CDF.gen(0))###line 223:_sage_ >>> closest_root(x^3-1, CDF.0) Expecting: -0.500000000000000 + 0.866025403784439*I ********************************************************************** File "/home/jaap/Download/sage-3.2.1.rc0/devel/sage/sage/rings/number_field/number_field_morphisms.pyx", line 210, in __main__.example_10 Failed example: closest_root(x**Integer(3)-Integer(1), CDF.gen(0))###line 223:_sage_ >>> closest_root(x^3-1, CDF.0) Expected: -0.500000000000000 + 0.866025403784439*I Got: -0.500000000000000 + 0.866025403784438*I 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 -~----------~----~----~----~------~----~------~--~---