Built fine and all tests pass on 64-bit Suse.

Built fine and all but one tests pass on 32-bit Suse, the exception
being the known thing in multi_polynomial_ideal.py:

Failed example:
    S = R.quotient((x**Integer(2) + y**Integer(2),
Integer(17)),names=('a', 'b')); (a, b,) =
S._first_ngens(Integer(2))###line 58:_sage_    >>> S.<a,b> =
R.quotient((x^2 + y^2, 17))
Expected:
    verbose 0 ... Warning: falling back to very slow toy implementation.
Got nothing

John

2008/12/16 mabshoff <mabsh...@googlemail.com>:
>
> Hi,
>
> here goes 3.2.2.rc0. The S-integral point counting code is in, the
> Sage Words library is not, but it will likely be in 3.2.2.rc1. The
> main issue with the Sage Words library are pickle jar failures which
> need to be resolved one way or the other, but more about that in a
> separate thread. Since we are pressed for time rc1 will likely happen
> in the next 24 hours and all patches not yet in then will have to wait
> post 3.3.
>
> As usual there is a sage.math only binary as well as sources at
>
> http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2.2/
>
> You may upgrade to 3.2.2.rc0 by running
>
>  ./sage -upgrade 
> http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2.2/sage-3.2.2.rc0/
>
> Note that it is highly recommended to run a "sage -ba" afterwards
> since we upgrade to a new Cython version due to Robert Bradshaw which
> fixes a memleak in exception handling which causes massive leaks in
> Sage for certain computations. Thanks Robert for tracking this down.
>
> If you open ticket please open them against 3.4. Do not assign tickets
> to 3.2.2 or 3.3 unless they are either blockers and/or positively
> reviewed patches. But you may be unlucky and those patches might still
> not make it into 3.2.2.
>
> Please build, test and report issues. DSage still has some failures,
> so we will probably disable some doctests before 3.2.2.final.
>
> Cheers,
>
> Michael
>
> Merged in Sage 3.2.2.rc0:
>
> #3677: Gary Furnish: sage -tp does not take into account the current
> directory [Reviewed by Michael Abshoff]
> #4276: Robert Bradshaw: move number fields to new coercion, implement
> embeddings [Reviewed by Nick Alexander]
> #4741: John Cremona, Michael Mardaus, Tobias Nagel: Implement S-
> integral point finding for elliptic curves over Q [Reviewed by William
> Stein]
> #4747: William Stein: add custom hash function for cusps [Reviewed by
> John Cremona, Craig Citro]
> #4783: William Stein: email -- create an "email" command, so users can
> easily notify themselves when their sage programs have completed some
> task [Reviewed by Timothy Clemans]
> #4784: John Palmieri: trivial ref manual fix for 3.2.2.alpha2
> [Reviewed by Michael Abshoff]
> #4785: Michael Abshoff: Failure of tests in sage/schemes/
> elliptic_curves/ell_generic.py due to non installed magma [Reviewed by
> Jaap Spies]
> #4787: Gary Furnish: Race condition in sage-doctest folder creation
> [Reviewed by Michael Abshoff]
> #4788: Gary Furnish: Dsage doctest fixes [Reviewed by Michael Abshoff]
> #4791: Michael Abshoff: purge nodoctest.py from the Sage library tree
> [Reviewed by Craig Citro]
> #4792: Mike Hansen: Sage 3.2.1 + interactive gdb or valgrind are
> broken [Reviewed by Michael Abshoff]
> #4796: Craig Citro: Remove bugs.py in sage/modular/modform [Reviewed
> by Michael Abshoff]
> #4798: Robert Bradshaw: Update Cython to 0.10.2.p0 [Reviewed by
> Michael Abshoff]
> #4799: Nicolas Thiery, Mike Hansen: Add mapped CombinatorialClasses
> [Reviewed by Mike Hansen, Nicolas Theiry]
> #4800: Nicolas Thiery: Add a strongly connected components method to
> graphs [Reviewed by Mike Hansen]
> #4801: Nicolas Thiery: Add a flag when starting MuPAD so that it can
> tell when it's being run from Sage [Reviewed by Mike Hansen]
> #4802: Nicolas Thiery: Add an on the fly ranker to Sage [Reviewed by
> Mike Hansen]
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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