Revisions of pari

buildservice-autocommit accepted request 1165964 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 75)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 74)
(reconfigure osc to exclude local build log)
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 73)
- Update to release 2.15.5
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 72)
- Explicitly buildrequire amsmath.sty to fix a build failure.
buildservice-autocommit accepted request 1098968 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 71)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1098938 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 70)
- update to 2.15.4:
  * lfunan(lfunetaquo([12,1;13*12,1]),1) -> stack overflow
  * FpM_intersect could return a Flm
  * 3- ifac_isprime could be called on input with tiny
    divisors
  * nfcompositum could return non-monic polynomials
  * gammamellininvinit(vector(9,i,1)) -> SEGV
  * incorrect sanity check in rnfeltdown ("not in base
    field")
  * precision loss in gammamellininv
  * [pthread] parselect could crash
  * rare infinite loop in ellsaturation
  * quadunitindex(8461,2)->1 instead of 3
  * chinese(Mod(1,3)*(x^2+x+2),Mod(1,5)*(x-1))->incorrect
    leading term
  * lindep([0,x]) -> SEGV
  * [libpari] RgX_div_by_X_x: wrong variable number
  * MS 14- hyperellratpoints(2*x^3+x^2-x,1000) -> wrong result
  * ellisogeny over a nf -> inconsistent variables error
  * w=3;quadgen(5) -> print x instead of w
  * FpX_convol: wrong result for mixed degree
  * 18- mateigen(,1): eigenvalues were given as t_VEC or
    t_COL. Use t_COL.
  * ellcard over small finite field: potential oo-loop
- add pari.keyring for source integrity validation
buildservice-autocommit accepted request 1080429 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 69)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1079845 from Anton Shvetz's avatar Anton Shvetz (urbic) (revision 68)
- Update to 2.15.3
  * rare infinite loop in idealtwoelt
  * nfisisom(16*x^4+1,16*x^4+1) -> error
  * forprimestep(p=a,b,q,) overflow when a > primelimit
  * lfun([bnrinit(bnfinit(y^2+1),12),[[2,0],[6,0]]],2) -> error
  * lfunthetacost(polcyclo(43)): silent overflow
  * ellcard(ellinit([1,1]*ffgen([41,16])))-> impossible inverse
  * wrong result (missing content) in idealred(nf, [id, elt])
  * det(integer matrix) -> inconsistent exact division
  * fft([],[]) -> SEGV, fft([1],[1]) -> SEGV
  * nfrootsof1(x^0) -> oo-loop
  * hgmalpha did not check its input
  * hyperellchangecurve([],[]) -> SEGV
  * hyperellchangecurve(x^0,[1,matid(2),0]) -> SEGV
  * rnfeltnorm(x,x) -> SEGV
  * polylogmult(1,[],-1) -> SEGV
  * ellheight(non-integral E) -> crash
  * content(1,y) -> pol_1(y) instead of t_INT 1
  * s=taylor(1/((x-1)*(y-1)),x); taylor(s,y) -> invalid object
  * avoid crashing when sumnumsidi diverges (0 bits of accuracy)
buildservice-autocommit accepted request 1056174 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 67)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1056144 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 66)
- update to 2.15.2:
  Fixed
    polredbest: rare error "inconsistent concatenation"
    hypergeom([0,0],[1],2)
    powers(t_INT, ...) was very slow
    factor(prod(i=1,20,nextprime(2^i)), 131) would include 131
    sumeulerrat(x^2/(1+x),2) -> FPE
    lambertw(10^1000) -> overflow
buildservice-autocommit accepted request 1036697 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 65)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 64)
- Update to release 2.15.1
buildservice-autocommit accepted request 1032584 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 63)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 62)
curate changelog
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1031558 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 61)
- Update to release 2.15.0

  * https://pari.math.u-bordeaux.fr/archives/pari-announce-22/msg00001.html
buildservice-autocommit accepted request 970168 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 60)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 59)
- Update to release 2.13.4
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 58)
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 57)
trim changelog, restore style
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 969995 from Anton Shvetz's avatar Anton Shvetz (urbic) (revision 56)
- Update to release 2.13.4. Fixed
  [last column crossreferences current development release 2.14.0] 
    * For z=x+wy a t_QUAD, z.pol returned the modulus z.mod instead
      of the t_POL x+'w*y                                     [F72]
    * allow eulerianpol(0) (= 1)                              [F73]
    * allow polylog(0,x) (was broken when eulerianpol
      was introduced)                                         [F74]
    * concat(t_LIST,t_LIST) was leaking memory                [F75]
    * missing type checks in ellchangepoint (SEGV)            [F76]
    * polsturm(-25*x^4+2*x^3+99*x^2-44*x-132,[-oo,-4])
      returned garbage                                        [F77]
    * ellheight(E,,Q) -> SEGV                                 [F78]
    * besselj(80,66) -> oo loop                               [F79]
    * lfun(1, 0.0) "normalizing a series with a 0
      leading term" [#2329]                                   [F80]
    * (0. + O(x) == 1) returned 'true'                        [F81]
    * idealismaximal(nfinit(x),Mat(2)) -> 0 [#2333]           [F84]
    * O(29^(-1)) == 1 was FALSE (same for -1)                 [F85]
    * Mod(0, 2*x^0)  == 1 was FALSE (same for -1)             [F86]
    * [X11] resizing a window could keep traces
      of previous drawing                                     [F87]
    * x->x+0x1 was not displayed correctly                    [F88]
    * bnfinit(Q) was not using current precision [#2335]      [F89]
    * polresultant(t_POL with t_RFRAC coefs,...)
      -> internal errors                                      [F91]
    * znchardecompose(znstar(2,1),[],2) -> SEGV [#2339]       [F92]
    * missing roots in nfroots(t_POL,) [#2345]                [F94]
    * factorpadic: ensure leading coefs
      are powers of p [#2352]                                 [F95]
    * nfsnf: wrong results [#2353]                            [F96]
    * rare SEGV in nfdisc. [#2356]                            [F97]
    * factor((Mod(1,2)*((t^2+1)*x^4+(t^4+1)*x^2+1)))
      -> division by 0                                        [F98]
    * internal type errors in mfsymboleval [#2360]            [F99]
    * incorrect chargalois for trivial group [#2341]         [F100]
    * minpoly(Mod(1/(x-(t+1))*Mod(1,2),(t+1)*x^2+t*x+1))
      ->err   [#2363]                                        [F101]
    * factor(Mod(1,2)*x^5+a*x^3) -> div by 0                 [F102]
    * nfgrunwaldwang: fix infinite loop [#2343]              [F103]
    * ti=thueinit(3*x^3 + 5*x^2 - 14*x + 54,1); thue(ti,1)
      ->err [#2365]                                          [F104]
    * algdep(t_POLMOD x) -> x.mod instead of correct result  [F105]
    * bnrclassfield: incorrect result when fundamental units
      are large                                              [F107]
- Use spec-cleaner
Displaying revisions 1 - 20 of 75
openSUSE Build Service is sponsored by