| Bill Allombert on Sat, 31 Dec 2022 14:30:38 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| pari-2.15.2 (STABLE) released |
Dear PARI lovers,
I would like to announce the release of pari-2.15.2 (STABLE). The sources
and Windows and MacOS binaries are available from
http://pari.math.u-bordeaux.fr/download.html
This is a BUGFIX release for the stable branch.
This release addresses significant problems that could be fixed in a
simple, harmless way. However we strongly encourage you to upgrade since
it fixes a number of cases where PARI was returning an incorrect result.
It also revert compiler flags changes on 32bit x86 systems.
Binaries for ARM-based Mac are available, thanks to the
hardware provided by the Sagemath project, donations made to
https://opencollective.com/sage_math, and technical support from William Stein.
--------------------------
Thanks to all those who reported problems, on the mailing lists or through
our Bug Tracking System. ( See http://pari.math.u-bordeaux.fr/Bugs/ ), or
who tested the preleases.
Have fun and happy new years,
Bill, Aurel and Karim
P.S: The Changelog:
Bug numbers refer to the BTS at http://pari.math.u-bordeaux.fr/Bugs/
Done for version 2.15.2 (released 24/12/2022):
Fixed
1- polredbest: rare error "inconsistent concatenation" [#2423] [F12]
2- hypergeom([0,0],[1],2) -> SEGV [#2425] [F13]
3- powers(t_INT, ...) was very slow [F15]
4- factor(prod(i=1,20,nextprime(2^i)), 131) would include 131 [F16]
5- sumeulerrat(x^2/(1+x),2) -> FPE [#2433] [F17]
6- lambertw(10^1000) -> overflow [#2429] [F18]