Bill Allombert on Sun, 11 Feb 2024 20:14:31 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Please test pari-2.15.5 prerelease 1


Dear PARI developers,

We have made available a prerelease of PARI 2.15.5 (stable).

Please test there are no regressions!

The expected release date is on 23/02/2024.

Please test the prerelease tarball:
<https://pari.math.u-bordeaux.fr/pub/pari/snapshots/pari-2.15.5-pre1.tar.gz>

The digital signature is 
<https://pari.math.u-bordeaux.fr/pub/pari/snapshots/pari-2.15.5-pre1.tar.gz.asc>

Please test the 64bit Windows installer:
<https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/Pari64-2.15.5-pre1.exe>

I have also built the 32bit Windows installer:
<https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/Pari32-2.15.5-pre1.exe>

and the following standalone Windows binaries:

32bit 
<https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp32-2.15.5-pre1.exe>
<https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp32-readline-2.15.5-pre1.exe>

64bit
<https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp64-2.15.5-pre1.exe>
<https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp64-readline-2.15.5-pre1.exe>

64bit, multithreaded
<https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gppthread64-2.15.5-pre1.exe>
<https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gppthread64-readline-2.15.5-pre1.exe>
I will provide link to MacOS binaries later.

For intel-based mac:

the following MacOS DMG:

<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-2.15.5-pre1.dmg>
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-2.15.5-pre1-pthread.dmg>
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-2.15.5-pre1.dmg>
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-2.15.5-pre1-pthread.dmg>

the following MacOS stand-alone binaries:
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-2.15.5-pre1-osx>
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-2.15.5-pre1-pthread-osx>

For arm-based ("Apple silicon") mac

<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-arm-2.15.5-pre1.dmg>
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-arm-2.15.5-pre1-pthread.dmg>
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-arm-2.15.5-pre1.dmg>
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-arm-2.15.5-pre1-pthread.dmg>

the following MacOS stand-alone binaries:
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-arm-2.15.5-pre1-osx>
<https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-arm-2.15.5-pre1-pthread-osx>

On behalf of the PARI Group,
Bill
P.S. the CHANGES

Bug numbers refer to the BTS at http://pari.math.u-bordeaux.fr/Bugs/

[last column crossreferences current development release 2.16.1]
Done for version 2.15.5 (released 23/02/2024):
  Fixed
BA  1- ellisomat/nf could miss isogenies of degree dividing the conductor [F22]
    2- mfcoef(mftwist(f,D), ...) wrong result [#2484]                     [F23]
    3- 'path' broken when initial or trailing ':'                         [F25]
    4- snfrank([1],0) -> 1 [instead of 0].                                [F26]
    5- snfrank(vector of polynomials, 0) -> error                         [F27]
    6- strjoin([1]) -> memory corruption                                  [F29]
    7- qfbclassno(684) -> oo loop [#2491]                                 [F30]
    8- gcd(x-1,(x-1)/x) -> 1/x                                            [F31]
PMo 9- mftonew was wrong on oldspace -> remove mfbd layer                 [F32]
BA 10- rnf.p did not work                                                 [F33]
   11- expm1(tiny negative t_REAL) -> stack overflow                      [F34]
   12- expm1(huge t_REAL) -> junk [#2494]                                 [F35]
BA 13- hyperellratpoints(9*x^2,3) -> SEGV                                 [F36]
   14- lambertw for 2-adics (also fix documentation)                      [F37]
BA 15- plotbox, plotrbox did not clip properly                            [F38]
BA 16- ellheight for non-minimal curve over a number field ->wrong result [F39]
   17- hypergeom(t_POL parameters, z) -> type error [#2515]               [F41]
   18- polrootsreal(0E10*x + 0E10) -> SEGV [#2516]                        [F42]
BA 19- memory leak when using member functions and ~ arguments. [#2513]   [F43]
   20- idealstar(nf,id,,MOD).cyc was not reduced modulo MOD               [F44]