-
-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Milestone
Description
This is to upgrade to PARI 2.13.x. https://repology.org/project/pari/versions
This new PARI release brings a lot of bug fixes,
new functionality, and speedups.
Changes in the PARI library that needs adaptation in SageMath code
34- bnfissunit is obsolete, use bnfisunit
35- bnfsunit is mostly obsolete, use bnfunits
36- bnfisunit and bnfissunit: torsion unit exponent is now a t_INT (used
to be a t_INTMOD)
1- Removed member functions .futu and .tufu [deprecated since 2.2], used in simon two descent scripts.
56- zetamultall: add flag
Last upgrade:
- Upgrade to pari 2.11.4 #29313 (Upgrade: pari 2.11.4), merged in Sage 9.2.beta7 (released 2020-08-03)
Follow-up ticket: #31754
Upstream: Fixed upstream, but not in a stable release.
CC: @dimpase @orlitzky @mkoeppe @slel @antonio-rojas @kiwifb @videlec @tobihan @collares @isuruf @dkwo @xcaruso @loefflerd @kliem
Component: packages: standard
Keywords: upgrade, pari
Author: Vincent Delecroix, Antonio Rojas, Gonzalo Tornaría
Branch: c78b147
Reviewer: Dima Pasechnik, David Loeffler
Issue created by migration from https://trac.sagemath.org/ticket/30801