SHA256
1
0
forked from pool/pari

Accepting request 1032584 from science

- Update to release 2.15.0

OBS-URL: https://build.opensuse.org/request/show/1032584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2022-11-01 12:43:14 +00:00 committed by Git OBS Bridge
commit d01f5a8ef9
6 changed files with 47 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bcde9eceae1592814381c1697cdb7063567b6504201b1be47bb58920f3bce185
size 4772735

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEQgKOpASi6dgKxFMUjw58K0Ui44cFAmI9mcsACgkQjw58K0Ui
44f+fxAAh5+XVI0GojmtnueB+nTA6VsChzOI9UBOUMXlWfI/phd/m61WoMlaDag/
UTvDLZjxLh7FlLVEYwLu6Y9D4QRfj9T1UAg0dvnVa1Y0e3tG9fIrBPvJDYBgQxOE
IqH34zA5u/FvQH/NO4vUDt1OiXoTvVxdIMyWaZw72qRTfY9CLY7SvEj4Dsj6NGUX
9PtCWktDZVhAy6isO3jS9kpep4Upa5c63IFwWi1vyyNY9Y3Zn0yJfy06u1/iZCyd
MbQ/fmwNvFr4gY9AjsRbOFxiqpUWCNACrZdTKbrsRCDoPokxYhQ8SzQRiq5dyUlt
u0lyR2eW1Ue7JnLGX9xv/t3g6UtrOqciTB8rKVVOPifTeU8GWwe1FQ3ko+GfrT8s
Gn9/l/8it2BXTmyYC0HXGgsdMDuZXi27zopUOWEz1g5uO7vpDBaMU7WI9q2EOXWY
x6oNrWHgC/m2pwWOrW8UdT4Df2V4cskikWtYaEl06P2DtTUFSxDTY9pZwpQHg/OL
dflpzHW46r8cQnPgY9dz8BIKu+zsCySgQZyxMkt49/TsAP1FLyIVHj/LHJteKgAR
+KFb1cpksQXG8EVuNC7zs1FNbCOMZfDx/oFiaIUtYoRok9EJmre1nRwGiXnMrdjx
mO+ezbdoQWafpuznK3pDc9bR2VzyeXA9qe0ZQsG1HUWERTXw5Xs=
=iuIO
-----END PGP SIGNATURE-----

3
pari-2.15.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e474851e0d16d4e4f9a0d9612c746a2ae7c9a1ec185d04c440b1c74a85755685
size 5172089

16
pari-2.15.0.tar.gz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEQgKOpASi6dgKxFMUjw58K0Ui44cFAmMoa5QACgkQjw58K0Ui
44d89A//bWKzFcexBZ9L/tApl9rbw/N/jIa3fu+9xQTKDSSHVGp3fHhxy54ECQJO
tsvOxE9QapNYiuNFOY/73xuC5fryTDMIhyPab+2DG2pZe6wHR3EkMnb2VVbMFcCY
PPOh1TzxSXbsTW37LzsR++C7gH4N6/EdOb3kHi+UfF3ZgHeFvYKpo5dR+gwVD7Hj
RP3nOvNY+bSnmi7aMZt6LhQZvvKHV3Rb50h0TgJ5bwzv6BfLrYaTecWEOp4knQfb
1j/BpfIgjOelojrJXPTjw/7ykNBt3ThO+G+5/mYJxn8Zuvh/URePaw2b2CB75RdV
x/ghKKsPZQOOgpqYJ4cpd1UcoShQnkzECvvQvQSpowPkDAODSn3FsnLkyHK8KPyc
IDAbMEcoEzdjGC9fEn0VjAWMwGgZjIWgGffJL4Z/GrpC2M9xBXIaEyAU9cWdfYz/
7KPMrZ13Nk10Stj6TTDGKZZ7aTHDYTVs4Dc4UUBlozF8cdQMm8v3MEvtz7L0q3bD
Yujb6jdoc85AJ6CYwNeWvJAGMg/xdJzHSyyXWpDIk55QN19m7Rbv8nCdFHme70hm
PVq0qqHpJ+EthKEXVuEYpzMyuFVGtjhLg2zOscsNTVv0a4zIUqIxdPuAjPaFBYL2
vGd4R9dfI7KgHexK6YIfjcvGv5u+i0HCH6bnq8kCKPVNaVQbd/4=
=9/KS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Oct 27 13:41:40 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
- Update to release 2.15.0
* The GP language:
* Notion of DebugLevel "domains" that allow to finely control
diagnostics.
* The syntax setdebug(dom, val) and default(def, val) are now
recognized in the GPRC file.
* Linear Algebra:
* qflll() now implements most LLL modes in fplll (fast, dpe and
heuristic), allowing large speedups. Directly and in the many
functions that use the LLL algorithm.
* New GP function snfrank(), a utility function returning
q-ranks from Smith Normal Forms
* Elementary Number Theory:
* New GP function: harmonic(), to compute generalized harmonic
numbers
* Reworked Euler numbers, analogously to Benoulli's: eulervec()
is now faster and caches computed values, and a new GP
function eulerreal() computes floating point approximations.
* Elliptic Curves: New module to compute the Mordell-Weil group
of rational elliptic curves
* See https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.15.0.changelog
for details.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 13 18:58:43 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com> Wed Apr 13 18:58:43 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@ -25,10 +25,10 @@ power series, algebraic numbers, and transcendental functions.\
# See # See
# http://pari.math.u-bordeaux.fr/archives/pari-dev-1211/msg00006.html # http://pari.math.u-bordeaux.fr/archives/pari-dev-1211/msg00006.html
# for details on the SO versioning. # for details on the SO versioning.
%global sover 7 %global sover 8
%global lname libpari-gmp-tls%sover %global lname libpari-gmp-tls%sover
Name: pari Name: pari
Version: 2.13.4 Version: 2.15.0
Release: 0 Release: 0
Summary: Computer Algebra System for computations in Number Theory Summary: Computer Algebra System for computations in Number Theory
License: GPL-2.0-only License: GPL-2.0-only