#16997: Upgrade PARI to git master
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.6
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:  François Bissey
        Authors:  Jeroen Demeyer     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  4c8b04499de97a8fd13fa5f526ee12c97e8804e6
  u/jdemeyer/ticket/16997            |     Stopgaps:
   Dependencies:  #16976             |
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 For the `dokchitser` failure, there is some annoying global state (which
 is probably a bug) in the `computel.gp` script. For example, in the
 doctest
 {{{
         sage: E = EllipticCurve('389a')
         sage: L = E.lseries().dokchitser()
         sage: L.num_coeffs ()
         156
         sage: L.derivative(1,E.rank())
         1.51863300057685
         sage: L.taylor_series(1,4)
         2.90760251490292e-20 + (-1.64772944938078e-20)*z +
 0.759316500288427*z^2 - 0.430302337583362*z^3 + O(z^4)  # 32-bit
         2.90614059330736e-20 + (-1.64690098288532e-20)*z +
 0.759316500288427*z^2 - 0.430302337583362*z^3 + O(z^4)  # 64-bit
 }}}

 removing the `L.num_coeffs ()` test changes the last results.

--
Ticket URL: <http://trac.sagemath.org/ticket/16997#comment:79>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to