#9343: upgrade pari to version 2.4.3
---------------------------+------------------------------------------------
Reporter: was | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.5.2
Component: packages | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by jdemeyer):
I did a complete from scratch build of sage-4.5.1 with the new patches and
did a long doctest. I got some more errors than John:
{{{
sage -t -long devel/sage-
test/sage/schemes/elliptic_curves/heegner.py # 7 doctests failed
sage -t -long devel/sage-
test/sage/rings/number_field/number_field.py # 18 doctests failed
sage -t -long devel/sage-
test/sage/schemes/elliptic_curves/ell_point.py # 2 doctests failed
sage -t -long devel/sage-
test/sage/schemes/elliptic_curves/ell_generic.py # 1 doctests failed
sage -t -long devel/sage-
test/sage/rings/number_field/number_field_rel.py # 3 doctests failed
sage -t -long devel/sage-
test/sage/rings/number_field/number_field_element.pyx # 2 doctests failed
sage -t -long devel/sage-
test/sage/rings/number_field/number_field_ideal.py # 17 doctests failed
sage -t -long devel/sage-
test/sage/rings/number_field/number_field_ideal_rel.py # 3 doctests failed
sage -t -long devel/sage-
test/doc/en/constructions/algebraic_geometry.rst # 2 doctests failed
sage -t -long devel/sage-test/sage/interfaces/gp.py # 2 doctests
failed
sage -t -long devel/sage-
test/sage/schemes/elliptic_curves/ell_rational_field.py # 1 doctests
failed
}}}
Some are probably because John did not do "long" doctests, but also in
some cases I get PariError: not enough memory. For example:
{{{
File "/usr/local/src/sage-newpari-4.5.1/devel/sage-
test/sage/schemes/elliptic_curves/ell_generic.py", line 2646:
sage: [t[1] for t in
EllipticCurve(GF(10^60+3201),[0,a,0,b,0])._p_primary_torsion_basis(2)]
Exception raised:
[...]
PariError: not enough memory (28)
}}}
I will have a look at these errors and see what I can fix.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9343#comment:99>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.