PARI/GP

Try GP in your browser
Main
  Download
  Packages
  Funding
  SEARCH

Help / Community
  FAQ
  Documentation
  Tutorials
  Mailing Lists
  Bugs
  Timeline
  Ateliers PARI/GP

Library
  Publications
  Contributed GP scripts
  Links
  Fun!

Development
  Latest Changes
  Version Control
  Coding Guidelines
  PariDroid
  Logo

Tests & benchmarks
  Buildlogs
  Coverage Report
  Doc Coverage
  Refcards test
  Benchmarks

  WWW Stats

Changes commited to PARI GIT during the last two weeks


11e908049b | Karim Belabas | Sun, 12 Oct 2025 23:50:30 +0200
zbrent comments + cleanups
11	10	src/language/sumiter.c

f6be07b78d | Karim Belabas | Sun, 12 Oct 2025 22:04:00 +0200
40- solve() iteration could incorrectly abort and return 0.0 [#2638]
1	0	CHANGES
6	3	src/language/sumiter.c
2	1	src/test/32/solve
1	0	src/test/in/solve

3aeff38f42 | Bill Allombert | Sun, 12 Oct 2025 13:35:41 +0200
mtsingle_err_recover: do not reset trace level when called from SIGINT.

Fix a crash introduced in
"pari_sigint: call mt_break_recover() for thread emulation work"
when stopping a thread for the second time

With mt=single:

? parfor(i=1,10^6,i;for(j=1,200000,))
^C
break> 
^C
SEGV
1	0	CHANGES
1	0	src/language/eval.c
1	2	src/mt/mt.c

eb0764aa74 | Bill Allombert | Thu, 9 Oct 2025 17:44:50 +0200
arch-osname: tr: set LC_ALL=C
1	1	config/arch-osname

ea527624ab | Karim Belabas | Thu, 9 Oct 2025 03:33:12 +0200
ellmaninconstant: mention Watkins conjectures
3	2	src/functions/elliptic_curves/ellmaninconstant

4fad30555a | Karim Belabas | Thu, 9 Oct 2025 03:27:21 +0200
ellmaninconstant: improve doc
26	15	src/functions/elliptic_curves/ellmaninconstant

b6db1bb395 | Karim Belabas | Wed, 8 Oct 2025 20:36:55 +0200
ellmaninconstant: improve doc
12	7	src/functions/elliptic_curves/ellmaninconstant

b8de812414 | Bill Allombert | Mon, 6 Oct 2025 17:46:50 +0200
doc: ellmoddegree: simplify examples by using ellmaninconstant
13	20	src/functions/elliptic_curves/ellmoddegree

bae756938e | Bill Allombert | Sun, 5 Oct 2025 18:24:53 +0200
doc: znlog: linear sieve was replace by quadratic sieve.
2	2	src/functions/number_theoretical/znlog

643471c6d0 | Bill Allombert | Sat, 4 Oct 2025 16:34:36 +0200
doc: galoissubcyclo: clarify n in Gaussian period [#2633]
2	1	src/functions/number_fields/galoissubcyclo

aec97003c8 | Karim Belabas | Fri, 3 Oct 2025 19:50:09 +0200
improve language
3	3	src/functions/number_fields/HEADER

bb97dfd663 | Karim Belabas | Thu, 2 Oct 2025 21:51:29 +0200
39- mateigen must not call qfjacobi on non-real matrices [#2636]
1	0	CHANGES
9	4	src/basemath/alglin1.c
8	1	src/test/32/charpoly
3	0	src/test/in/charpoly

f439a92f94 | Bill Allombert | Thu, 2 Oct 2025 21:02:13 +0200
BA  38- fforder(,factor(1)) -> crash [#2618]

Fixed in Fix fforder(,factor(1))->crash [#2618]
1	0	CHANGES

11a433bb03 | Bill Allombert | Thu, 2 Oct 2025 18:29:21 +0200
HC  37- lfunmfspec(L) divided by zero if period vanishes

Fixed in commit "corrected lfunmfspec which broke if a period vanishes"
1	0	CHANGES

334cd4e85e | Bill Allombert | Thu, 2 Oct 2025 18:29:21 +0200
HC  36- hypergeom([8,8.5],7,-0.4) was wrong [#2628]

Fixed in "corrected hypergeom finite [#2628]"
1	0	CHANGES

b2e05cc2ce | Bill Allombert | Thu, 2 Oct 2025 18:28:40 +0200
35- lfunthetainit: lost accuracy for large shifts.

Fixed in "lfunthetainit: increase extrabit when Vgaeasytheta"
1	0	CHANGES

36ae3b6ddc | Karim Belabas | Thu, 2 Oct 2025 12:40:46 +0200
language improvements
29	29	src/functions/number_fields/HEADER

5b9f4cbd01 | Bill Allombert | Wed, 1 Oct 2025 23:33:11 +0200
Buchall_param: document new tech parameters.
1	0	CHANGES
3	3	src/basemath/buch2.c
38	16	src/functions/number_fields/HEADER

759df8fdd5 | Bill Allombert | Wed, 1 Oct 2025 20:47:10 +0200
buchall_param: add parameter nbthr, for paralelism
2	1	src/basemath/buch2.c

78e830fa4f | Bill Allombert | Wed, 1 Oct 2025 20:20:35 +0200
bnfinit: add parameter idex: exponent of ideal to use for small_norm
14	13	src/basemath/buch2.c
1	1	src/headers/paridecl.h

9592b4194d | Bill Allombert | Wed, 1 Oct 2025 20:15:02 +0200
Buchall_param: add maxtry_fact parameters
25	24	src/basemath/buch2.c
1	1	src/headers/paridecl.h

ab6f3d7904 | Bill Allombert | Wed, 1 Oct 2025 20:04:25 +0200
bnfinit: parallel Fincke_Pohst
1	0	CHANGES
225	20	src/basemath/buch2.c
6	0	src/functions/number_fields/bnfinit
1	1	src/headers/paridecl.h
1	0	src/headers/paripriv.h

e8caad0258 | Bill Allombert | Wed, 1 Oct 2025 17:09:45 +0200
Add 34- mftonew: fix problem with mfbd forms [#2619]

fixed in mftonew: fix [#2619]
1	0	CHANGES

c54e163fd7 | Bill Allombert | Tue, 30 Sep 2025 15:22:00 +0200
Add 33- Z[CM]_hnfremdiv(A,B,&Q) was setting Q to the negative of the documented value

Fixed in 16- new GP function matmodhnf
2	0	CHANGES

a80f2baa63 | Bill Allombert | Mon, 29 Sep 2025 18:35:55 +0200
Remove 18-, add 18- zeta([3,2,1]) -> oo-loop
1	1	CHANGES



PARI/GP Development
Last Modified: 2025-06-25 23:47:34
Copyleft © 2003-2025 the PARI group.