passagemath-flint 10.5.22__cp312-cp312-macosx_14_0_arm64.whl → 10.5.24__cp312-cp312-macosx_14_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of passagemath-flint might be problematic. Click here for more details.

Files changed (80) hide show
  1. {passagemath_flint-10.5.22.dist-info → passagemath_flint-10.5.24.dist-info}/METADATA +4 -4
  2. {passagemath_flint-10.5.22.dist-info → passagemath_flint-10.5.24.dist-info}/RECORD +80 -80
  3. {passagemath_flint-10.5.22.dist-info → passagemath_flint-10.5.24.dist-info}/WHEEL +1 -1
  4. passagemath_flint.dylibs/libmpfi.0.dylib +0 -0
  5. passagemath_flint.dylibs/libopenblas_armv8p-r0.3.28.dylib +0 -0
  6. sage/combinat/posets/hasse_cython_flint.cpython-312-darwin.so +0 -0
  7. sage/data_structures/bounded_integer_sequences.cpython-312-darwin.so +0 -0
  8. sage/data_structures/bounded_integer_sequences.pyx +2 -4
  9. sage/graphs/chrompoly.cpython-312-darwin.so +0 -0
  10. sage/graphs/matchpoly.cpython-312-darwin.so +0 -0
  11. sage/libs/arb/arith.cpython-312-darwin.so +0 -0
  12. sage/libs/flint/arith.cpython-312-darwin.so +0 -0
  13. sage/libs/flint/arith_sage.cpython-312-darwin.so +0 -0
  14. sage/libs/flint/flint_sage.cpython-312-darwin.so +0 -0
  15. sage/libs/flint/fmpq_poly_sage.cpython-312-darwin.so +0 -0
  16. sage/libs/flint/fmpz_factor_sage.cpython-312-darwin.so +0 -0
  17. sage/libs/flint/fmpz_poly.cpython-312-darwin.so +0 -0
  18. sage/libs/flint/fmpz_poly_sage.cpython-312-darwin.so +0 -0
  19. sage/libs/flint/nmod_poly_linkage.pxi +2 -4
  20. sage/libs/flint/qsieve.cpython-312-darwin.so +0 -0
  21. sage/libs/flint/qsieve_sage.cpython-312-darwin.so +0 -0
  22. sage/libs/flint/ulong_extras.cpython-312-darwin.so +0 -0
  23. sage/libs/flint/ulong_extras_sage.cpython-312-darwin.so +0 -0
  24. sage/matrix/change_ring.cpython-312-darwin.so +0 -0
  25. sage/matrix/matrix_complex_ball_dense.cpython-312-darwin.so +0 -0
  26. sage/matrix/matrix_cyclo_dense.cpython-312-darwin.so +0 -0
  27. sage/matrix/matrix_integer_dense.cpython-312-darwin.so +0 -0
  28. sage/matrix/matrix_integer_dense.pyx +26 -16
  29. sage/matrix/matrix_integer_sparse.cpython-312-darwin.so +0 -0
  30. sage/matrix/matrix_rational_dense.cpython-312-darwin.so +0 -0
  31. sage/matrix/matrix_rational_dense.pyx +1 -1
  32. sage/matrix/matrix_rational_sparse.cpython-312-darwin.so +0 -0
  33. sage/matrix/misc_flint.cpython-312-darwin.so +0 -0
  34. sage/modular/modform/eis_series_cython.cpython-312-darwin.so +0 -0
  35. sage/modular/modsym/apply.cpython-312-darwin.so +0 -0
  36. sage/modular/modsym/heilbronn.cpython-312-darwin.so +0 -0
  37. sage/modular/pollack_stevens/dist.cpython-312-darwin.so +0 -0
  38. sage/modular/pollack_stevens/dist.pyx +3 -3
  39. sage/quivers/algebra_elements.cpython-312-darwin.so +0 -0
  40. sage/quivers/algebra_elements.pyx +8 -6
  41. sage/quivers/paths.cpython-312-darwin.so +0 -0
  42. sage/rings/complex_arb.cpython-312-darwin.so +0 -0
  43. sage/rings/complex_arb.pyx +69 -7
  44. sage/rings/complex_interval.cpython-312-darwin.so +0 -0
  45. sage/rings/convert/mpfi.cpython-312-darwin.so +0 -0
  46. sage/rings/factorint_flint.cpython-312-darwin.so +0 -0
  47. sage/rings/fraction_field_FpT.cpython-312-darwin.so +0 -0
  48. sage/rings/number_field/bdd_height.py +2 -2
  49. sage/rings/number_field/galois_group.py +1 -1
  50. sage/rings/number_field/maps.py +2 -2
  51. sage/rings/number_field/number_field.py +9 -38
  52. sage/rings/number_field/number_field_element.cpython-312-darwin.so +0 -0
  53. sage/rings/number_field/number_field_element_quadratic.cpython-312-darwin.so +0 -0
  54. sage/rings/number_field/number_field_morphisms.cpython-312-darwin.so +0 -0
  55. sage/rings/number_field/number_field_rel.py +3 -3
  56. sage/rings/number_field/order.py +3 -3
  57. sage/rings/number_field/small_primes_of_degree_one.py +1 -1
  58. sage/rings/number_field/splitting_field.py +2 -1
  59. sage/rings/number_field/unit_group.py +1 -1
  60. sage/rings/polynomial/evaluation_flint.cpython-312-darwin.so +0 -0
  61. sage/rings/polynomial/hilbert.cpython-312-darwin.so +0 -0
  62. sage/rings/polynomial/polynomial_complex_arb.cpython-312-darwin.so +0 -0
  63. sage/rings/polynomial/polynomial_integer_dense_flint.cpython-312-darwin.so +0 -0
  64. sage/rings/polynomial/polynomial_integer_dense_flint.pyx +2 -1
  65. sage/rings/polynomial/polynomial_number_field.cpython-312-darwin.so +0 -0
  66. sage/rings/polynomial/polynomial_rational_flint.cpython-312-darwin.so +0 -0
  67. sage/rings/polynomial/polynomial_rational_flint.pyx +1 -1
  68. sage/rings/polynomial/polynomial_zmod_flint.cpython-312-darwin.so +0 -0
  69. sage/rings/polynomial/polynomial_zmod_flint.pyx +2 -4
  70. sage/rings/polynomial/real_roots.cpython-312-darwin.so +0 -0
  71. sage/rings/polynomial/refine_root.cpython-312-darwin.so +0 -0
  72. sage/rings/polynomial/weil/weil_polynomials.cpython-312-darwin.so +0 -0
  73. sage/rings/qqbar.py +9 -9
  74. sage/rings/real_arb.cpython-312-darwin.so +0 -0
  75. sage/rings/real_interval_absolute.cpython-312-darwin.so +0 -0
  76. sage/rings/real_mpfi.cpython-312-darwin.so +0 -0
  77. sage/rings/real_mpfi.pyx +1 -1
  78. sage/schemes/elliptic_curves/descent_two_isogeny.cpython-312-darwin.so +0 -0
  79. sage/schemes/elliptic_curves/descent_two_isogeny.pyx +3 -5
  80. {passagemath_flint-10.5.22.dist-info → passagemath_flint-10.5.24.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: passagemath-flint
3
- Version: 10.5.22
3
+ Version: 10.5.24
4
4
  Summary: passagemath: Fast computations with MPFI and FLINT
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -29,8 +29,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
29
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
30
  Requires-Python: <3.14,>=3.9
31
31
  Description-Content-Type: text/x-rst
32
- Requires-Dist: passagemath-categories~=10.5.22.0
33
- Requires-Dist: passagemath-ntl~=10.5.22.0
32
+ Requires-Dist: passagemath-categories~=10.5.24.0
33
+ Requires-Dist: passagemath-ntl~=10.5.24.0
34
34
  Requires-Dist: numpy>=1.19
35
35
  Requires-Dist: numpy>=1.22.4
36
36
  Provides-Extra: test
@@ -1,31 +1,31 @@
1
+ passagemath_flint-10.5.24.dist-info/RECORD,,
2
+ passagemath_flint-10.5.24.dist-info/WHEEL,sha256=9b8csWT06_iYIdikmVa2gVx1m3Qxt7qljqDUiBJvsbI,109
3
+ passagemath_flint-10.5.24.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
+ passagemath_flint-10.5.24.dist-info/METADATA,sha256=BQjE6O_cM1kTVdCnMe1MaayyFjd_AKHRkSlYH66wxrc,3601
1
5
  passagemath_flint.dylibs/libgsl.28.dylib,sha256=m529JfgXvK7_GqkgNneDp5N3qCFM7QUVP413LG_VQQo,2618912
2
- passagemath_flint.dylibs/libmpfi.0.dylib,sha256=D9SRFtwdzOz3y8rOBNw5R3KfvCbVhE2UV65Rd0rtO6c,167952
6
+ passagemath_flint.dylibs/libmpfi.0.dylib,sha256=XagTezoW_ggysV_Y-kMASzl3aJTadDMRfVeslGIBpkY,167952
3
7
  passagemath_flint.dylibs/libgf2x.3.dylib,sha256=DM8u7l1mWzRdj2W0Qr2GZvvuSE7nqMmamZYEdkDNcCY,137056
4
8
  passagemath_flint.dylibs/libntl.44.dylib,sha256=N66XnE_d3syV5xgPbWYg2l7NSbFab3othVCddgsdVx4,2170096
5
9
  passagemath_flint.dylibs/libgfortran.5.dylib,sha256=X50-wF9JpEZCtwDdg1_D0m-WFGSIf6HYEmaBQascQjs,1947952
6
- passagemath_flint.dylibs/libopenblas_armv8p-r0.3.28.dylib,sha256=DUam8RBfR-gol__SAOhWdw2zmiNJHxdsPwRS9x7nfEA,12763056
10
+ passagemath_flint.dylibs/libopenblas_armv8p-r0.3.28.dylib,sha256=SFSCualxWQe3nY2kd4whk0MNQbZTxgLY65aKuXu_Zyg,12763056
7
11
  passagemath_flint.dylibs/libflint.19.0.dylib,sha256=ECJj2qkRTo2nA-HjMivoSHxmYFRC84MKIWYL4Ss0RfA,8722128
8
12
  passagemath_flint.dylibs/libquadmath.0.dylib,sha256=jkNHyAe-J-POk4QVEm0bs3nyJUl4K_mZGzU6hoBoU9Q,362752
9
13
  passagemath_flint.dylibs/libgcc_s.1.1.dylib,sha256=Bf9UjkCnDbKpr5eUehjGUSBcUFA5AmsCvC6n0-zAH10,220512
10
14
  passagemath_flint.dylibs/libgmp.10.dylib,sha256=g7hHJUv_Qd8h0sAQ68FpONMchYA47i6pf4snUVQDm98,464688
11
15
  passagemath_flint.dylibs/libmpfr.6.dylib,sha256=0u3F5_rqspXFiE2VzyWtVx8MmBUf8qTIIHgnq5IFQjo,466160
12
- passagemath_flint-10.5.22.dist-info/RECORD,,
13
- passagemath_flint-10.5.22.dist-info/WHEEL,sha256=K6Spq1kyvln8vdZf4xAPz20_F-9hz62IhBAuac6sFbY,109
14
- passagemath_flint-10.5.22.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
15
- passagemath_flint-10.5.22.dist-info/METADATA,sha256=wdytC83F6n2uNabQUql8N-cjosTKTc0Soewxz86thQU,3601
16
16
  sage/all__sagemath_flint.py,sha256=EpfIEBXUSo5cMp6KaD15mzl8rOQ2T74yGMlgLUdmxRU,876
17
17
  sage/schemes/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
18
- sage/schemes/elliptic_curves/descent_two_isogeny.cpython-312-darwin.so,sha256=mjPgPjfRmNgyaWnPSqXMKDpmAzO52eWY0-KL7ZG4ajo,216512
18
+ sage/schemes/elliptic_curves/descent_two_isogeny.cpython-312-darwin.so,sha256=qTs9DH38lFoZOQ5oPZmwCfGxx_-qAB2vf2De0mxdX1M,216496
19
19
  sage/schemes/elliptic_curves/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
20
20
  sage/schemes/elliptic_curves/descent_two_isogeny_pari.pxd,sha256=uVI64a0PV_sEVlGOMCM9z9mIxmEaD8siAPN_ga0DTu8,165
21
- sage/schemes/elliptic_curves/descent_two_isogeny.pyx,sha256=YABw0VAQ_VSK8XVuQl1GYB3xaKLEP_DbJegb0UIuEtQ,45775
22
- sage/data_structures/bounded_integer_sequences.pyx,sha256=Ao448VzFIxAaNmNPvvZtaF7DfEyawfwiMDnN2RIvecw,46242
23
- sage/data_structures/bounded_integer_sequences.cpython-312-darwin.so,sha256=ZOnwaxP08zR56ntquaz741iu5tf_0VZL3r4bCE2JYEI,249920
21
+ sage/schemes/elliptic_curves/descent_two_isogeny.pyx,sha256=WqDEAM-fORj-xluLzeMRxp-AU8Z-W_yWOp40Wl7fi9Y,45790
22
+ sage/data_structures/bounded_integer_sequences.pyx,sha256=ud2KW0jdslwZkxHFAkcsLogl3Mec1cVUat0NcLw9Q5U,46261
23
+ sage/data_structures/bounded_integer_sequences.cpython-312-darwin.so,sha256=C2EjMTkh5c2Jknsvrvvrcx2zvSrnUuUJA4Vumd8k6cA,249920
24
24
  sage/data_structures/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
25
25
  sage/data_structures/bounded_integer_sequences.pxd,sha256=vnbaCjLfE3YIYUBLoUBbV5k9j9AeKRfpEiv_20krzzc,3055
26
26
  sage/combinat/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
27
27
  sage/combinat/posets/hasse_cython_flint.pyx,sha256=SJW3TizRL0g-UAZjUompM4q6LAuW9jzCYBmto3M7QY8,6666
28
- sage/combinat/posets/hasse_cython_flint.cpython-312-darwin.so,sha256=Q-9KTL-DVrzAOoa3FT3KaC714xi2sz4dEDDsMCJ7nbo,138784
28
+ sage/combinat/posets/hasse_cython_flint.cpython-312-darwin.so,sha256=A0T1qzlZehi4Ibz6Rl71PtYsmWcULtRA_upCLJd8keY,138784
29
29
  sage/combinat/posets/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
30
30
  sage/libs/all__sagemath_flint.py,sha256=1-6VHt1LGmqytv1a62Ol9YJiqrdx9pwtCvw9NHusZrs,325
31
31
  sage/libs/flint/nmod_vec.pxd,sha256=K-zUPBTYd5YkP7hLaHqvg6cbN972OYFxUgqylMQYITI,2617
@@ -41,14 +41,14 @@ sage/libs/flint/dirichlet.pxd,sha256=0OTNQRGxd5zxJceoZ_whGC_yPvaKqbFi7nf_gSTfj8c
41
41
  sage/libs/flint/fq_nmod_poly.pxd,sha256=xBBSOfQeAlI-nC6IDnQpRU8LcwLZMfWkOpZvP_8YAAg,27552
42
42
  sage/libs/flint/ulong_extras.pyx,sha256=YEz6qOqScmAlww-d48nhcTt1dwBm3Kf2IVnFDbiv8Cc,675
43
43
  sage/libs/flint/ca_vec.pxd,sha256=cMQytxF81hKX7HRL1iZTz17LoiILDUWbTBJqhZ6A4Tg,3078
44
- sage/libs/flint/fmpz_poly_sage.cpython-312-darwin.so,sha256=pogIRKlWoSftO48S5qBPTFh8c1LO5P64lE4JTnUx9Fo,169728
45
- sage/libs/flint/flint_sage.cpython-312-darwin.so,sha256=I-Jc94k5BGER8cvSXopZUBIU3J5m1nkjw6EzUNv4GO8,100880
44
+ sage/libs/flint/fmpz_poly_sage.cpython-312-darwin.so,sha256=kjss-I40pyaNiQsGYjtn7NJpw1hybAuHNXJCp3DOJFk,169728
45
+ sage/libs/flint/flint_sage.cpython-312-darwin.so,sha256=eJJCE0BI6JtU6gfM__ckl7qXUDOc1G73OS64OY9mcic,100880
46
46
  sage/libs/flint/acb_theta.pxd,sha256=DlehCISFPz5ignGvjTjf9gpKWis0gfgXiO5uVH5gGBI,10932
47
47
  sage/libs/flint/arb.pxd,sha256=kKAQCy2RYzhOt4wj9fv3S9Wjxh4GlKsoxbfwo9G30GY,27663
48
48
  sage/libs/flint/acb_hypgeom.pxd,sha256=gVLOZa-kbz1o36-d-3yLWHUyqxKkhhQIYkB7duEy1HM,17837
49
- sage/libs/flint/ulong_extras_sage.cpython-312-darwin.so,sha256=jch-FW3jKIFtXhaLsl96sz9R6AlDRQEyLkdtmXhJIPc,94112
49
+ sage/libs/flint/ulong_extras_sage.cpython-312-darwin.so,sha256=-gp_n1S1EBDjRky_IM-n0cQY-_bgFLZpoSRby-V1Ld8,94112
50
50
  sage/libs/flint/fmpq.pxd,sha256=91bzF_SKVILYgQeXz2pfAh-GvpB8u_AVJc6-bVi-OVI,10104
51
- sage/libs/flint/nmod_poly_linkage.pxi,sha256=ruHeK9O_O4R62msew-kgyubQbq6ustazBqqljRTzXYQ,19833
51
+ sage/libs/flint/nmod_poly_linkage.pxi,sha256=E-qIZ5X2uYw4KbgdZ2tmeZQg4sZZGXsNVnSWiJwPOL8,19847
52
52
  sage/libs/flint/acb_poly_macros.pxd,sha256=rinr1AXMquqZzvV6R0ECakGqQiUNmA7fhP6jjoIs6IM,236
53
53
  sage/libs/flint/fmpq_vec.pxd,sha256=Yw9w5hG01GeNkQyZNr0H5gK-lbXYD-eoRnP4kFjumVk,1444
54
54
  sage/libs/flint/acb_mat.pxd,sha256=Gj2bp0QaCAq3vlEZn9k4p6CWPwTzi92ixIh2TY_Ga-U,11206
@@ -75,7 +75,7 @@ sage/libs/flint/fexpr.pxd,sha256=wX9YfZ5QGWNozI9MlQtzf60ezv1Ec2TndjaGdI7LDSE,671
75
75
  sage/libs/flint/fq_vec.pxd,sha256=ESzkI105naUBbsB-R06jmS9fTTL_CsU49i7V8tYYtko,2320
76
76
  sage/libs/flint/fmpq_poly_sage.pxd,sha256=OhcwPL2lavCdecYN62T7vYCfDR0IkRdewCWj5wSu6E0,1583
77
77
  sage/libs/flint/mpoly.pxd,sha256=G5HIChMMuCCKezin3djr1DrUQHVMxuE3HuyFz0iBqZs,6520
78
- sage/libs/flint/arith.cpython-312-darwin.so,sha256=V_-D8OOLKtJPaCyospLh-xdsMCTOOYxKkIDpUeI8O5k,92704
78
+ sage/libs/flint/arith.cpython-312-darwin.so,sha256=ZO99eeXs9yWt2__XMlJQdCrhyO3yDelMZbK_B6NOYVg,92704
79
79
  sage/libs/flint/arith.pyx,sha256=20GkrbeTGIkELA7YBtMfBQJpoRt-N-zj_PfQjqOfdNI,3433
80
80
  sage/libs/flint/flint.pxd,sha256=l1K2CSces4F7_mPLL8egEFfnDv4plzTLgbdxKWKG10s,1708
81
81
  sage/libs/flint/fmpz_factor_sage.pxd,sha256=ZVnCDM4BpRes75z-iGUk4Yp2zqNZd48t4ouRAnHtjtE,125
@@ -85,7 +85,7 @@ sage/libs/flint/fmpz_poly_sage.pyx,sha256=xTg8w6k9GvexE9J9oseaPHLh9gxI6NWOBbH31R
85
85
  sage/libs/flint/padic_poly.pxd,sha256=UoaXUuXeBOzfhmIZ4hZ7gAloUUgzLYfLnIX_L7a0jPA,7972
86
86
  sage/libs/flint/fmpz_mpoly_q.pxd,sha256=KydHPEHerR3bsYz3KWtkv96gpCW-cFZ3Zx__KZstf54,5169
87
87
  sage/libs/flint/fmpz_mod_mpoly_factor.pxd,sha256=WJo1pXK1Wvyw8dbq4betsa58-UpHelyAb2viLAjFc0A,2030
88
- sage/libs/flint/fmpq_poly_sage.cpython-312-darwin.so,sha256=2_ELoLu2UCydXJkHdb0FfA26ATV2wPwCOHluiI3N2Xk,76384
88
+ sage/libs/flint/fmpq_poly_sage.cpython-312-darwin.so,sha256=H5_mWzBURmWTDyyaJZuvl-7oUY5YEyzh8mS4alLJz3c,76384
89
89
  sage/libs/flint/fft.pxd,sha256=sM3hJfYAo5I3OFu1X9e_h06Z8RKVugVFnu7c7VJg25M,7600
90
90
  sage/libs/flint/fq_default_poly.pxd,sha256=SSkmFqxJFb9n4lnhiuCKzUYo1p37qIspvQ_lAL_ZaTo,11087
91
91
  sage/libs/flint/ca_ext.pxd,sha256=A0wbYcHWtQp3RT66ya0e_sIKGuPNCo4kjxLQUWlqViE,2070
@@ -97,15 +97,15 @@ sage/libs/flint/ulong_extras_sage.pyx,sha256=mSplc2i4kaJuT4fgMbg8BFtHQ2W3Fgt2BPv
97
97
  sage/libs/flint/gr_vec.pxd,sha256=_nkyLHmNWXalHAW1WBsnz0SZ8QhG3MGvMp1r0oaS3to,11340
98
98
  sage/libs/flint/fmpz_lll.pxd,sha256=Mg3mTAMojK008i68OU1ZPDoBsBNGYFF3n0dCwSumvno,4653
99
99
  sage/libs/flint/calcium.pxd,sha256=bMmSfgGRQSlar1U9V7bI_ONnhra6HzZn9zD1jLj-DeA,1383
100
- sage/libs/flint/arith_sage.cpython-312-darwin.so,sha256=0m6BRW37X46vg-mYGtgIxIdQtP8AlACuCTKDTgFmAhY,116720
100
+ sage/libs/flint/arith_sage.cpython-312-darwin.so,sha256=tOTIW8Wfqqd_fFLRlfuAccw90LXG7QPZyfqZknZDfz8,116720
101
101
  sage/libs/flint/fmpq_poly.pxd,sha256=6adVDMpX0Oxg1AU0zD5UAZ91v5GoGXifNN7_LbNWWTw,24063
102
102
  sage/libs/flint/fmpq_mat_macros.pxd,sha256=uMmYG8aq_eVRH-7aH9xrsBEfuz0gSO9h5eZn35av39Y,312
103
103
  sage/libs/flint/mpf_vec.pxd,sha256=3x0IGpYm_OLgymYhs5RF-K-hXnXhuWOptAvNa3AX7oE,2074
104
104
  sage/libs/flint/fmpz_vec.pxd,sha256=rDOknTxI1MXo_a1q3gtW8G9_2CiT9D0vIU-DOf8ru04,6294
105
- sage/libs/flint/qsieve.cpython-312-darwin.so,sha256=qkAelQh59BicZnokMWLpQUunr-JkiChbGxW54qJoWzg,75520
105
+ sage/libs/flint/qsieve.cpython-312-darwin.so,sha256=x1s6RyJctojOIHdWqQceE-XKTKOvEBNbB0mibl85kt0,75520
106
106
  sage/libs/flint/fq_zech_vec.pxd,sha256=X-OtchvLIXM5HFu49zzfsKloO8c8GKOpldzcbXZ9ogw,2645
107
107
  sage/libs/flint/acb_macros.pxd,sha256=37nFIHOv7yJhvK4hrIaD_IT46_9O4P10ZqAOLCSuzZ0,239
108
- sage/libs/flint/qsieve_sage.cpython-312-darwin.so,sha256=zoEmsX87MalHOkpbYq2UmBDl7tOOwmT6A5cv6YBr9fw,95040
108
+ sage/libs/flint/qsieve_sage.cpython-312-darwin.so,sha256=yXouCAEAEX5Eaz5f8xenpTFdZ5xBICxCSMetTdLzSg8,95040
109
109
  sage/libs/flint/aprcl.pxd,sha256=syUAwXlo-I0K9xVUae06icUFeo2H-w7ZFPj8XvxxFWY,5430
110
110
  sage/libs/flint/long_extras.pxd,sha256=5sc-oQCXfZhx0h-ozm4oH-Lp_UNmFNPsUejJxPfeEwc,1034
111
111
  sage/libs/flint/mpfr_mat.pxd,sha256=8Yhtp1XFGdDiA3nyST976L3JOl_uXOVmcSHjewhg5fU,1413
@@ -117,7 +117,7 @@ sage/libs/flint/qadic.pxd,sha256=NbR8N-yxErYpefsGqd9kRcf1QRIm7Yq42OElqvkPX-M,646
117
117
  sage/libs/flint/fmpz_macros.pxd,sha256=2-xyDe8Bp84zUJUuvpQgkX2WnDSo5B1DEIwpP91U2Is,209
118
118
  sage/libs/flint/arb_fpwrap.pxd,sha256=sNebCFE7oeMKkzEBGiGlRhWAIQx5Ng_x-brWj3tuwTo,20642
119
119
  sage/libs/flint/bool_mat.pxd,sha256=nGBL7NPLZ5QBmQn8Uu-4XAP67qFhk5H64r57Fc4i958,3079
120
- sage/libs/flint/ulong_extras.cpython-312-darwin.so,sha256=ylksUbkYuLa-P9r4zS_B2UJqOFIQS3poaYPm3UwWG_g,75664
120
+ sage/libs/flint/ulong_extras.cpython-312-darwin.so,sha256=n8GrGrEe85VU96jdq6jsvVyVNIgevJyqBRfyXTDG9D8,75664
121
121
  sage/libs/flint/fmpq_mat.pxd,sha256=GozGkpYHEZRv0WFde_yRSYxxs0oKUUqmIFwOOhPW6TI,8003
122
122
  sage/libs/flint/gr.pxd,sha256=nYHcbN6qLDldkqpc2zzCZxijYcK8WKWGLDjOoL_xi-A,12183
123
123
  sage/libs/flint/fq_zech.pxd,sha256=fHBe0D6UdjDqg-Q71qw-W_VBpEjw1dqhJWiAjEDcNuw,8168
@@ -145,7 +145,7 @@ sage/libs/flint/nmod_mpoly_factor.pxd,sha256=PetyDaxNcgHzdTizVsWiwM5MmkSJ8Vd4uUm
145
145
  sage/libs/flint/fq_mat.pxd,sha256=xAI_nxhExa893yermrku2LY3EIt77ILHi7Cp3V1e434,6939
146
146
  sage/libs/flint/fmpq_mpoly_factor.pxd,sha256=7ziB4q284elNtpw3dTkcBKEuEFFHfvt9gSdgMOoia9E,2071
147
147
  sage/libs/flint/qfb.pxd,sha256=hHfGOUc7SwvDNM0R_YjM15mvOJgTAGXrAwBPyMDuk44,2330
148
- sage/libs/flint/fmpz_factor_sage.cpython-312-darwin.so,sha256=vfyGjlRL0oLzz0EKoRHebcWzn1roVpI0yMpb8-TsJjE,94080
148
+ sage/libs/flint/fmpz_factor_sage.cpython-312-darwin.so,sha256=Me_BLTNbBGRjGuGpjmRzMBCnxO0C8fqKH8YQTPNa_kY,94080
149
149
  sage/libs/flint/fq_nmod.pxd,sha256=hR7k1eLEKKZcRLUFu2N5vkkxacJGZXv99jLIIwWLW3s,7805
150
150
  sage/libs/flint/fq_embed.pxd,sha256=ggRpGOZeokmJEUp8QQ7YMPrP9tFXlqW5FMDWpzD4XSk,1973
151
151
  sage/libs/flint/fmpz_poly_sage.pxd,sha256=hdryVwPiSHwPkGVVnQ1XuA8hBlEb9G-_MzHfq97O_vU,859
@@ -179,7 +179,7 @@ sage/libs/flint/gr_mpoly.pxd,sha256=amaIG1kRq1U6ZY7ee7WahAt3MKA6o7VRpZUg3xYt6sM,
179
179
  sage/libs/flint/mag_macros.pxd,sha256=wOEz2FZY8IPTzPtw7pNXVibhW5By7TGviMr0lsI8syk,191
180
180
  sage/libs/flint/gr_special.pxd,sha256=TxT5ZltQSTivnPdZkJDaeJdzfKsRCoIu-MlmLXstU0o,18038
181
181
  sage/libs/flint/ca_poly.pxd,sha256=wk4MDQ7HRTvCGOqhib9Zj44QyAxryBr_cPYQCxN7c-c,9002
182
- sage/libs/flint/fmpz_poly.cpython-312-darwin.so,sha256=zVkvI9VlXXUWvRwM8V-iF2YCfB2qlGBtlbTgSryk5fg,75616
182
+ sage/libs/flint/fmpz_poly.cpython-312-darwin.so,sha256=vBO1nPK0QLXYmtcKNt3VZgr1BK--vzJg8vc2eB8PWqQ,75616
183
183
  sage/libs/flint/nmod_poly_factor.pxd,sha256=HV9fQY-8dJtWU5eQdnFlZ4K32z7NM1lMxs-sXExOuQg,3057
184
184
  sage/libs/flint/arb_mat.pxd,sha256=VgNmnf8IJKVoSwKoYwUNaQ1UA3b6jefEvK7sS4RpZb8,11093
185
185
  sage/libs/flint/acb_dft.pxd,sha256=ebWFOonmFFFzyqJ4YYXT1nnHVWh_98K0o9WoRVDsmko,3464
@@ -205,7 +205,7 @@ sage/libs/arb/arb.pxd,sha256=02M-3Sw2DGydgNBfM8KxbG5WblWoOPWp2e5yJi8V42s,4678
205
205
  sage/libs/arb/acb_hypgeom.pxd,sha256=APm7r70uavpjcW4jhDdNuH_7OkpyhblfFKDdkZkrcRE,2068
206
206
  sage/libs/arb/acb_mat.pxd,sha256=yEh_6sv7A6783GJPJbZlbbWkhm6iwbhdr7zrGI4idFU,1535
207
207
  sage/libs/arb/arf.pxd,sha256=2X95Qblj4uggZ0ZPKF8ZpfeaBjC8mv5TC5EXkUJN1mI,2584
208
- sage/libs/arb/arith.cpython-312-darwin.so,sha256=vNcjXVoyTg5o9GAN39v7BwaxnydlGt37wa0owHclcas,96528
208
+ sage/libs/arb/arith.cpython-312-darwin.so,sha256=AIlGvtBnK9wPpx-B7tQoNLrsRAIFBnapeAfMCsBbGIk,96528
209
209
  sage/libs/arb/arith.pyx,sha256=bYCJ0PZj82mvBDgew-WXuGv_mCMdn3QN8lPkZ6E6cLk,2556
210
210
  sage/libs/arb/__init__.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
211
211
  sage/libs/arb/acb_elliptic.pxd,sha256=Ir54vLWQFjQZ5ZfCvJ0JxrtzejOwSnVumi0Fm0sIBjc,671
@@ -217,10 +217,10 @@ sage/libs/arb/arb_hypgeom.pxd,sha256=frVtrP511unCxhE17kqZCLBTJQ6w1pFr-aHZJyQCpO8
217
217
  sage/libs/arb/arb_fmpz_poly.pxd,sha256=hZSkpuSW0CAK7RiXYGUpELhZf-5we4sLzltsOwivt8w,807
218
218
  sage/libs/arb/acb_calc.pxd,sha256=NFYXS5aWinQYYHfoYhO1xYD5xq5kVcVrRf85FdijawM,337
219
219
  sage/libs/arb/bernoulli.pxd,sha256=-6_hHEKtKYdoId07wfl0wlChHBjRTew0pdW3bSpP0rU,227
220
- sage/quivers/algebra_elements.cpython-312-darwin.so,sha256=FUacfeVJbA8JVDVqrgBQs2BQoS_snJUqDnXXxpQCgVM,306368
221
- sage/quivers/paths.cpython-312-darwin.so,sha256=QlphpaPKUNKb9XUuvsMVfZ-An2KwNAxotcS-IpfVvuA,211264
220
+ sage/quivers/algebra_elements.cpython-312-darwin.so,sha256=BYa0Y8oTMEylOAhXE7iHuJWTF03wJMKVULBdV_2SSGA,306368
221
+ sage/quivers/paths.cpython-312-darwin.so,sha256=AT_WuMMycUN7C_vamvGCQL1H8B5JmoSQYT8_db6VLDI,211264
222
222
  sage/quivers/paths.pyx,sha256=9LTXkSCzX90XqHdTXEgDgegmSYoKUPE7pruWg9Mnf5w,26592
223
- sage/quivers/algebra_elements.pyx,sha256=dfrAEF6M--yOrbppTQxcYYK9wYGgPdQs1y7UCoIAAT4,52133
223
+ sage/quivers/algebra_elements.pyx,sha256=s823R8Nc39dHipX6FY106YVxkL1rQ9ZAY2U3OSBExQ4,52256
224
224
  sage/quivers/algebra_elements.pxi,sha256=31sewC1VB685NcX0PwqSsos9Lvc5CDUGX1Rkc8kc9fc,44890
225
225
  sage/quivers/algebra.py,sha256=lApwrXpv8zx341pLbARCeq0lf5hyZWQNKA64sl4SDAg,25123
226
226
  sage/quivers/ar_quiver.py,sha256=Zdu2nWJQZByhzww3MBKuU84inLm5GRtO-Pz7lXnpgwY,33821
@@ -232,28 +232,28 @@ sage/quivers/homspace.py,sha256=5olvtgHsGC1qNyCPku7pyBrMCsMde80qw4DRWfAEX8I,2500
232
232
  sage/quivers/paths.pxd,sha256=-DeHgEKG3x5xjRq7xqq_VOBu2SvZHSf9O5UHwvR8g70,547
233
233
  sage/quivers/representation.py,sha256=S5tJm5rasuX38ZlEJWIp5pGgfUqOUAV7edcSXmC0zR4,111401
234
234
  sage/modular/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
235
- sage/modular/pollack_stevens/dist.pyx,sha256=fOExu_OCQ47-V2xwr8hPwYcEL67laAzB4-fR73jqtqs,49718
236
- sage/modular/pollack_stevens/dist.cpython-312-darwin.so,sha256=ZV5Z_MJ4E88ASl3ahLqj76Y6YEn5f59pN6AYPQqMSGI,398128
235
+ sage/modular/pollack_stevens/dist.pyx,sha256=592HPKcP_lByHWTOHXQDI8pjTm3-kWaPS4HpYp3tzrY,49709
236
+ sage/modular/pollack_stevens/dist.cpython-312-darwin.so,sha256=teEM7112wXUvItI3pCSo84Dahnrv2n1ETjWIgMOFNLo,398128
237
237
  sage/modular/pollack_stevens/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
238
238
  sage/modular/pollack_stevens/dist.pxd,sha256=F5t1rwfGeTdI78Sj5zpfGhazKkBFdjYlt4oVaZdahRY,1064
239
- sage/modular/modsym/apply.cpython-312-darwin.so,sha256=xkGRjj9PjjlYTm06Q6Ekww7JmcyTFVzEkWq7a6OnhUE,98272
239
+ sage/modular/modsym/apply.cpython-312-darwin.so,sha256=78Pk_U-0SIqd6I3fqBTvA2PYyGXeXcrZGww8953wLTA,98272
240
240
  sage/modular/modsym/apply.pyx,sha256=5awe3uEkPQLrlZADvuyb47jMNUPGEwXHxXM2pshjpRY,3148
241
241
  sage/modular/modsym/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
242
- sage/modular/modsym/heilbronn.cpython-312-darwin.so,sha256=-fAKrr8nsbKceE8m-k8L3zx1M6FGckKj5bhQ5doEbRA,220016
242
+ sage/modular/modsym/heilbronn.cpython-312-darwin.so,sha256=rFpeXHFYucw7Xzwy3AEA2e4B2GgSc3QY1yJeN7WuRL8,220016
243
243
  sage/modular/modsym/apply.pxd,sha256=TfQrRggt8yd48QvYXp5ZBzYqLNURJmyPhtpLimj58Nw,256
244
244
  sage/modular/modsym/heilbronn.pyx,sha256=iPDl8pLfdospDqNxMSf5EkGQ3pr3Eg6uTBvB0JyAZdM,32302
245
- sage/modular/modform/eis_series_cython.cpython-312-darwin.so,sha256=GSISS6by5vLI6Uq8InJAN10ZDZPs8F0KWjARtYtI7sA,116224
245
+ sage/modular/modform/eis_series_cython.cpython-312-darwin.so,sha256=vn6rGPr2X-7h9LlWE-eMKNGoJHPSNvQjOuXKez2tCu4,116224
246
246
  sage/modular/modform/eis_series_cython.pyx,sha256=5U4NnwiHvPJcHFsEOlVdO3Jbv3GNSyiLTUi_Cr5XM0I,7021
247
247
  sage/modular/modform/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
248
- sage/rings/complex_interval.cpython-312-darwin.so,sha256=UzDWuIKbakk1Ara10kgBKOrgX8nJvOdGI-Wh_bd6Zos,369376
249
- sage/rings/complex_arb.pyx,sha256=9o_Iit0eeSF7Q1Xp1yzefMadYYr9S_lH54vYEQuytm0,176675
250
- sage/rings/qqbar.py,sha256=6eXbEX9ox8Vuj__-GSEuormppkMqFTm84ZrfvA7izdg,336409
251
- sage/rings/fraction_field_FpT.cpython-312-darwin.so,sha256=nBJVZmInzKadSo0COLiRP5720DeKIfFfISSC9CwY5G0,351760
248
+ sage/rings/complex_interval.cpython-312-darwin.so,sha256=uE9p2DtWrQFCsHr0LokZZjk21L3VThwcDwSvNydRpGQ,369376
249
+ sage/rings/complex_arb.pyx,sha256=C7W6QLnToO-PhRFzonjAgQ8dmtWNu_Je_aurczKrJ1U,178934
250
+ sage/rings/qqbar.py,sha256=6MPhyBTuk8r4_zrlAXhQnf1DsaN2VOi8s7UtijbFeYQ,336695
251
+ sage/rings/fraction_field_FpT.cpython-312-darwin.so,sha256=oiXhXTm4tIQzX0coonTzXiKM6oOhAGLFbQ6EOLeRDYU,351760
252
252
  sage/rings/complex_interval.pxd,sha256=VT84I3LrXcKU24cN-f_ouS50P3VyAnWn_1fD9iWLVUI,986
253
253
  sage/rings/imaginary_unit.py,sha256=GTfOWZSQQza5cdPMSAl9BQpk0fj2OyikYhuMliTr6Z0,135
254
254
  sage/rings/real_interval_absolute.pyx,sha256=0qk3iTLy-EaGb--8tY4euEXb4suwWaSFZYe_FmXNYRA,36712
255
- sage/rings/complex_arb.cpython-312-darwin.so,sha256=WxZjIK6kOqMBs7Z2gW6Rz5PkIOyUluaQgsTjSGHgJKY,729632
256
- sage/rings/real_mpfi.cpython-312-darwin.so,sha256=FgHbQCyEq70OU1RkhHdyTQxh6J5X5LzDdMAUAK1aiFo,630944
255
+ sage/rings/complex_arb.cpython-312-darwin.so,sha256=c142we5q-uDF0QGJELTSesmawcgVxVmjr30VpFDQegY,730832
256
+ sage/rings/real_mpfi.cpython-312-darwin.so,sha256=m0xp7ddp12ZAC4G4Sp28ZraQH0u_v2naMR67xwU_cuI,630944
257
257
  sage/rings/fraction_field_FpT.pyx,sha256=kK9AE7XKvpN2VyAwYln4JI1aF7jCr9GqkM624G9gxi0,63587
258
258
  sage/rings/real_arb.pxd,sha256=Ao86JjZUmunlKL8ye5DEkIveabaIqq8fK_Xu2_tWFq8,844
259
259
  sage/rings/all__sagemath_flint.py,sha256=jnjyyqskGNcCqOq11gc-3PyCP92GfupWv8Ojw5YmNKE,1114
@@ -263,100 +263,100 @@ sage/rings/factorint_flint.pyx,sha256=9mQEqOdcIg6xgNnlG-8AuIm3kTJOgdFnvGZ2SyNlcT
263
263
  sage/rings/complex_interval_field.py,sha256=KIXrN_Ol8dUS3O502U-gzQCCAxBgPMvETdDhAe6in_o,21858
264
264
  sage/rings/cif.py,sha256=ws0SNraUJnvO4APtW4ZDCd16Mgrw-TuSCgwOkPisrVg,141
265
265
  sage/rings/complex_interval.pyx,sha256=ZGDregJUCoQPyoMOI9h2gRWbc5j0YzayeMsOmOr93bo,84288
266
- sage/rings/real_interval_absolute.cpython-312-darwin.so,sha256=K_3_UTlnG4PErvTu7E0frOGcSOiV9bEBw4o2yF9Jf20,279008
266
+ sage/rings/real_interval_absolute.cpython-312-darwin.so,sha256=-KW4CXwxI50BqbZqBLJROTQTD2St5AnMoe1iOczqBP8,279008
267
267
  sage/rings/monomials.py,sha256=1nTdkeYs67IklE6VydcS6cnJJUlWVO3bSg4f3CDvxKg,2116
268
- sage/rings/real_mpfi.pyx,sha256=xYlDXxHtRMW0wSfX_qpsIV_wgKr7mqkvDVvo8wmnc_I,177253
268
+ sage/rings/real_mpfi.pyx,sha256=o_3hPOEXvyvgajwo74gzjzkz62Xn05elaJ7cafqA8mg,177257
269
269
  sage/rings/complex_arb.pxd,sha256=vjVPkuiQC7trTz-belXKb2s-hboBu9mC9qSfuL6CJM8,984
270
- sage/rings/real_arb.cpython-312-darwin.so,sha256=RXhn_122rADKg7glA-YxlE5CqNMq1eX2WdqWQutLQuo,600176
271
- sage/rings/factorint_flint.cpython-312-darwin.so,sha256=uTUWcY26Zv1y_VhMFsdvc98lehlXhQKJEjCzbDagw_U,94736
270
+ sage/rings/real_arb.cpython-312-darwin.so,sha256=3oI5HR9PhBN8EhI96kX7Wr345vPfp5QFqK19v8SlG6w,600176
271
+ sage/rings/factorint_flint.cpython-312-darwin.so,sha256=riCQivLwo20aNJVTWZdofZkfQKSJLH9vSsblLP00Q7s,94736
272
272
  sage/rings/padics/all__sagemath_flint.py,sha256=x3prfnuoIEkYoOkaVFLESdcMyalr9Gr9QfnxIiFbKMU,95
273
- sage/rings/number_field/galois_group.py,sha256=uIm_4nhooQMaZsVAzipg0v_7YH6YGtBsBDBIywFzpsc,48112
274
- sage/rings/number_field/maps.py,sha256=-zTLOrWECwRi-buAEEj03jXgpZQaFT9hSP_U8YEk85c,24742
273
+ sage/rings/number_field/galois_group.py,sha256=h9FI33HIMK3n-dzanUYRf7fjyL4tsYkbxrs-rJkxGBk,48108
274
+ sage/rings/number_field/maps.py,sha256=18sEapbrtklBLOqRCyYWjtPZxY1Sg5WJOQjrgeLBklE,24734
275
275
  sage/rings/number_field/class_group.py,sha256=zNsofisfBueLOkB0OcE6PAWlg80ip_-2_nPUIzf7FQU,25664
276
276
  sage/rings/number_field/selmer_group.py,sha256=Ddey1MDi3WgtlDLojmBzbEK-jsGyxz0RkTBbz6xTgWU,24440
277
- sage/rings/number_field/splitting_field.py,sha256=8p4cQpSzasJcD9CyKsf8d-LgYaFUwT9J5_qIOZZOfEo,26969
277
+ sage/rings/number_field/splitting_field.py,sha256=HXbctiCEzKcnudaope55c_GBcgB3YS_qe_MGE0HEkbk,26997
278
278
  sage/rings/number_field/number_field_morphisms.pyx,sha256=czP4GusZXYeBQsbLfWPWsDdpXzGhwEyYHv6iIz2MG_8,28529
279
- sage/rings/number_field/number_field.py,sha256=MeHOwbbIrOGdZHAklEbnCRUGnlURsBbpm3uimPA6ZEI,478051
279
+ sage/rings/number_field/number_field.py,sha256=MnrSMIUoX_84L6sMpfRy2Z3acmBVwtMUVrsCivkpe_s,476439
280
280
  sage/rings/number_field/number_field_element_quadratic.pxd,sha256=gvPXtoxMUM0c1I3WOKrHFH14xrreCZCnmVQJsqMrYHs,1160
281
- sage/rings/number_field/order.py,sha256=srWxXMeEVQ2v8n9ATcKXBuVFZAkKKtEPdnS3gPWmvnw,105643
281
+ sage/rings/number_field/order.py,sha256=vn2d1m5gtS0KTceEE9nhsSCcSEPVsb0m8MFzF3UZqiQ,105771
282
282
  sage/rings/number_field/S_unit_solver.py,sha256=lmopRsDEMATKkUzLV9FBJLDWmiIgT7i-aAqa26ZCfr0,105419
283
283
  sage/rings/number_field/number_field_element.pxd,sha256=WHRhdPTKIUniKcKtka8lcKCLih2pPVqcpMeQoz4jtnU,1860
284
284
  sage/rings/number_field/all__sagemath_flint.py,sha256=EGBWTnS5YR2UdjnLwlLGW4AZ5lpupWyetcrAZsBKXsg,424
285
285
  sage/rings/number_field/number_field_element.pyx,sha256=q0hWF8MYazAZqt3mHRAdhVsj6dz6YVVpGxribQlZH-w,193629
286
- sage/rings/number_field/number_field_element.cpython-312-darwin.so,sha256=6nY9AsxH0LG1dxCXWSS1P2YwaORhxEn6Ag0wcBVwoTs,930016
287
- sage/rings/number_field/small_primes_of_degree_one.py,sha256=8wqqzI6-MyCMQ1Ucu4adqvnHp4vCL98PJU2c7hUIC0M,8858
288
- sage/rings/number_field/number_field_morphisms.cpython-312-darwin.so,sha256=2FQRKUf_v3gdmhDOBZG4jS0uNqV0vNG9iGYnFe2Vn3E,208688
286
+ sage/rings/number_field/number_field_element.cpython-312-darwin.so,sha256=xQRZfFzzM_h4VuTVV0m8XX1lPtwP9fpFW_2ikRArgTE,930016
287
+ sage/rings/number_field/small_primes_of_degree_one.py,sha256=r2nYYFl4QSO0OZez8hskGr5lVdidhP2lu5yG7XF_zxU,8854
288
+ sage/rings/number_field/number_field_morphisms.cpython-312-darwin.so,sha256=iWgF7a1Kh7l5GjDXAhoku_XXWDCLw_C5lNIZYnUaOIg,208688
289
289
  sage/rings/number_field/homset.py,sha256=B5rYSpzt1XwgM-93kiyTJUXak8EIn9_WD79PPAB1DwA,24156
290
290
  sage/rings/number_field/number_field_element_quadratic.pyx,sha256=hUJNNx2qSxEcL2y5UBeaeyGU9RFBCPbINLP4cxjBjXM,104110
291
291
  sage/rings/number_field/structure.py,sha256=8d7QdPX9FbSyJp7JanfWqe5X3NkK_Rk93hiZJk5WhkQ,14215
292
- sage/rings/number_field/number_field_rel.py,sha256=1maJhBzGwQtKTVGYWkRB8KAv9SrIN4esbbq5f2W3xso,107057
292
+ sage/rings/number_field/number_field_rel.py,sha256=CTz0CPJkSvAzZ_bbuqhD1Mufv_xxvDi-J_kigIUjoo0,107054
293
293
  sage/rings/number_field/morphism.py,sha256=1cQZeKGHlSezfweJTzZDyeQsFmitKJKC99qmsye9Ld4,10228
294
- sage/rings/number_field/bdd_height.py,sha256=o6T2M9rL-KZcOptJJnTzpHSEuw5n6KuvYiQ5TaUhMUw,21782
294
+ sage/rings/number_field/bdd_height.py,sha256=zvD6GiVy2acMgEzAxpIyXUfl2vGqvnqCPYRJDHYrAb0,21765
295
295
  sage/rings/number_field/number_field_ideal_rel.py,sha256=KOSQ1F-SNjQ6dTQVwd6pbQfetxZ071LcpzSPr2L_hpI,32834
296
- sage/rings/number_field/unit_group.py,sha256=BXLMtl2Zvo8ZQa_IeH2icl_bi_2CVJvSbhd2dd8thL0,24005
297
- sage/rings/number_field/number_field_element_quadratic.cpython-312-darwin.so,sha256=529F5ED6fGlHWp021LiXFKTDPfKQje50xIuPvW8ymOQ,445312
296
+ sage/rings/number_field/unit_group.py,sha256=aoE8PSVTyJKgYHZcSXhk-rHQBZNww9MJ39ZWfHiLuDs,24001
297
+ sage/rings/number_field/number_field_element_quadratic.cpython-312-darwin.so,sha256=ko8xnAhLKivIzLQZFeecNT1dVMq6j_lmGco3ZK2Owdc,445312
298
298
  sage/rings/number_field/order_ideal.py,sha256=tn4tGjOqK3eps4B3s7siT1p9OvJ2Tpg5nHtUA1jKhOQ,27409
299
- sage/rings/polynomial/real_roots.cpython-312-darwin.so,sha256=PkxpVAFWOynYYroymYMW4fic5621EM1afNQZtlRz8Bg,919472
300
- sage/rings/polynomial/polynomial_rational_flint.cpython-312-darwin.so,sha256=1ZZ8nwBVZn8IBfQPMgeDWE9Wy8VXQq-VANV-bA8m5K0,481264
299
+ sage/rings/polynomial/real_roots.cpython-312-darwin.so,sha256=Uz2-pNLTK-CYvFHkpCyxVDr8vkRpbKx8N6RX-6hRtM0,919472
300
+ sage/rings/polynomial/polynomial_rational_flint.cpython-312-darwin.so,sha256=OXWTrJBIS2yTw_tMsFY6Xvp3HBUAj9JZ_zlSDR24Nrw,481264
301
301
  sage/rings/polynomial/real_roots.pxd,sha256=hGHYKRfVROqdKussrisPauOyfIjfubm9Eo5RNyVzW20,2031
302
- sage/rings/polynomial/polynomial_rational_flint.pyx,sha256=usbqmGCyUsf_qWGgHOahL8CTWRJcS1Jhqfc_ElkOPJI,87524
303
- sage/rings/polynomial/polynomial_integer_dense_flint.pyx,sha256=hu9C6En5QO4r4gfSid8H5aAk8XvjCwqrvVSZxKPlEdA,58968
304
- sage/rings/polynomial/polynomial_integer_dense_flint.cpython-312-darwin.so,sha256=gEK9icX2NIEvAfIPgwY-qezj5UHQnFoWI3-fxzitD5M,416320
302
+ sage/rings/polynomial/polynomial_rational_flint.pyx,sha256=kXcsUpiQzpfhAbpM0SsyJ5g2oWR4kV8EBrJkF-o213Y,87527
303
+ sage/rings/polynomial/polynomial_integer_dense_flint.pyx,sha256=3Ik9FwNoKdF6S8DbN_AlvuyI9K-Dkq1aP1MAH_J6DDg,58998
304
+ sage/rings/polynomial/polynomial_integer_dense_flint.cpython-312-darwin.so,sha256=JzqcRW_BsmAlk2_DvgzD7Iqorz0dPHtKjGjYZ-trZIA,416464
305
305
  sage/rings/polynomial/polynomial_complex_arb.pyx,sha256=99kaGCdw3hp3kA_pAqFTzoMLkB6fazHnlRH1w-NwQWA,32578
306
- sage/rings/polynomial/polynomial_zmod_flint.pyx,sha256=xjEkDFUqdInX9JVuTAd28c-QhDFvi2Kirz9zd3a4SAM,35546
306
+ sage/rings/polynomial/polynomial_zmod_flint.pyx,sha256=thUg8lmBS_xxo42Ej_XvEq2xnomAvCDZjLRJR9T1xGA,35557
307
307
  sage/rings/polynomial/evaluation_flint.pxd,sha256=mAN7DjrMU9gr2b_HrZNqy5YdL3UUl7PzXmMbp93e-8E,340
308
308
  sage/rings/polynomial/complex_roots.py,sha256=XLlnhqawWk31gT5J11MUtE04VBkcpCxw_tBiTejQM34,11205
309
- sage/rings/polynomial/polynomial_zmod_flint.cpython-312-darwin.so,sha256=i1PMJAa8PG7Gy5hqx6p8IfjmbwSSIfsmlww4c5542O0,395664
309
+ sage/rings/polynomial/polynomial_zmod_flint.cpython-312-darwin.so,sha256=0aPhLYfv9cfqpllVvNfM1oTH6R-0Yr5JVnJwrKNVDMY,395712
310
310
  sage/rings/polynomial/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
311
- sage/rings/polynomial/refine_root.cpython-312-darwin.so,sha256=TqwI4d931-cRer8ndMMbbFrZf8Z8wVEOGNlBQC1DA_E,78304
312
- sage/rings/polynomial/evaluation_flint.cpython-312-darwin.so,sha256=c1SJH1M9qJqd9B0lTk1N3TByfHuFR3FYIXlN2E5g2p4,92208
311
+ sage/rings/polynomial/refine_root.cpython-312-darwin.so,sha256=nFxDOIRN7GLuCJUuSylzifUMHQY3gbj6aN4HEegkr_8,78304
312
+ sage/rings/polynomial/evaluation_flint.cpython-312-darwin.so,sha256=3dZIsYlO6padbth20bACi6N_G4hFUIrG7SO1Gv8MU0Y,92208
313
313
  sage/rings/polynomial/polynomial_number_field.pyx,sha256=nGK2SfmdfS0Dp3cvpoQ3mkShvgMwh9WJocwlmLnnbH4,11465
314
314
  sage/rings/polynomial/polynomial_zmod_flint.pxd,sha256=f1uiTT30tOyQJ5dspV7kp8O6mOXIf1lu_oC7Yvlg0O4,879
315
315
  sage/rings/polynomial/evaluation_flint.pyx,sha256=viULCThQumdclBxHWRyqGUJ7CT71nuKmgdYEO2Yph3I,2276
316
316
  sage/rings/polynomial/polynomial_complex_arb.pxd,sha256=dL33x7bBB_CF41pR_EOCXKsVUl6lsw7eJ8yjlrsKeek,321
317
- sage/rings/polynomial/polynomial_number_field.cpython-312-darwin.so,sha256=ijcLN1Y5nrooQIAE3SQSPf3JTt4uaxudQ5lm3z5n99k,140928
317
+ sage/rings/polynomial/polynomial_number_field.cpython-312-darwin.so,sha256=J0Sdm8E40xTqOhuKN3xECTBAN3OlYisAikgAAdmZvxw,140928
318
318
  sage/rings/polynomial/refine_root.pyx,sha256=u97R1beu8_JCYEMVF7B5dT_aM0KF_S4yyuGoQxPxkTQ,5643
319
319
  sage/rings/polynomial/polynomial_integer_dense_flint.pxd,sha256=EqFP3CLIYkY2rPttb3djvVg_sphHO2PHYW4KxkmKKx4,452
320
- sage/rings/polynomial/polynomial_complex_arb.cpython-312-darwin.so,sha256=jmBbngPNA92qI-ElY25OZChCcoy51C62tqMPQiMu8eY,256144
320
+ sage/rings/polynomial/polynomial_complex_arb.cpython-312-darwin.so,sha256=Zbqr2pBabTtQPkYEPHFF9mLsjIrS0lcYsn6U8mgWO-c,256144
321
321
  sage/rings/polynomial/real_roots.pyx,sha256=wGCK5MVnwYfndCzFr4HrLzNfCHxwiPe3tORdjrrlfj8,185288
322
322
  sage/rings/polynomial/polynomial_rational_flint.pxd,sha256=1gV8T53ETOy2C0ssd1xoqGV-Z4vtIU7JFhlSZX6PA4Q,971
323
323
  sage/rings/polynomial/hilbert.pyx,sha256=bYcHjTSkNlPPUvRDdXuVzfY-Tngcaod-GIeiRVlzFV0,24239
324
- sage/rings/polynomial/hilbert.cpython-312-darwin.so,sha256=YrlPohttHawN9yvAB5qCTdEjpnW-18zudyKwLeUnTgU,207328
324
+ sage/rings/polynomial/hilbert.cpython-312-darwin.so,sha256=yl_u55gK4YwTWaLk7JYI3zBBtp9YIMVQShZIoewrHy4,207328
325
325
  sage/rings/polynomial/weil/weil_polynomials.pyx,sha256=9RtMa1Zpa50T8aCvxIOpq68u5T21bdQDsLoO1KRTKKE,23168
326
- sage/rings/polynomial/weil/weil_polynomials.cpython-312-darwin.so,sha256=oJPjV1dIGcM_gYz-bAA9MQmRIzXAB9Glc3DGbKXShR8,228544
326
+ sage/rings/polynomial/weil/weil_polynomials.cpython-312-darwin.so,sha256=biRzKJcZzSVXZEnMbZIRWbDVYnrul6tH0Y8ACuWP2aI,228544
327
327
  sage/rings/polynomial/weil/power_sums.h,sha256=Xe1slUe1-dIxSCqoeJjwJxPMhRhVz9bSa-8yqkeOxMQ,1442
328
328
  sage/rings/polynomial/weil/all.py,sha256=3NYIrj3CtGikzDqtOiS02xEU6PSLuXlvel6rSCgtDQY,184
329
329
  sage/rings/convert/mpfi.pyx,sha256=J4M5js1bHLO7It4PJlqevP_McO9DHHqkk14tBCswytk,21061
330
330
  sage/rings/convert/all.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
331
331
  sage/rings/convert/mpfi.pxd,sha256=6h4LlaWwZj3OFqe_whD3Fb9CTE48BwlEYbDLvkLeY3s,310
332
- sage/rings/convert/mpfi.cpython-312-darwin.so,sha256=LvHEburK6T4gW_LxtAqf1WMDXNxajOZOk3RCtaXbiqs,140320
332
+ sage/rings/convert/mpfi.cpython-312-darwin.so,sha256=Rcm03krvCi2DCvJGqrXzC3WxOhpEg44y6c9DgpDs2Tw,140320
333
333
  sage/graphs/chrompoly.pyx,sha256=9qwZSd4xyM0amW-nJEHXyu3ABbAcKr_jJCIq8qujORc,20413
334
334
  sage/graphs/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
335
335
  sage/graphs/matchpoly.pyx,sha256=d4NEXXWmwMqRVrOCUy_Xqvyek7XA79VQQ87rbyy6vp0,14439
336
- sage/graphs/matchpoly.cpython-312-darwin.so,sha256=JyN3oUkyDXDCXnkby_MXyplYbdVhy99syYbPA3rjALE,161024
337
- sage/graphs/chrompoly.cpython-312-darwin.so,sha256=ZcwimddfL-Vilt-gQ6dBHym8vvd-9037YJDclLY2IIA,225216
338
- sage/matrix/matrix_rational_dense.cpython-312-darwin.so,sha256=N73gfHqh0GmRdadWtRN222TII3LyKXJpmqAjeOCMHjA,478496
336
+ sage/graphs/matchpoly.cpython-312-darwin.so,sha256=r9QCTvcauijH79U5Rx7FqO3SEgGYBLzZX5vh1MaRwng,161024
337
+ sage/graphs/chrompoly.cpython-312-darwin.so,sha256=qSrRPWK3Fr9NSG1cfRqptPq3Vh1LwxUu9AC7mMSqgXY,225216
338
+ sage/matrix/matrix_rational_dense.cpython-312-darwin.so,sha256=b-AcflCap70CBf6bsM5Ww_2gVwMQhM3_ZhFrszhaX-M,478496
339
339
  sage/matrix/matrix_integer_sparse.pxd,sha256=6HyqNcPXHpvlHCcUdh2OjEDlM55OoMi410wNTJPuMDQ,311
340
- sage/matrix/misc_flint.cpython-312-darwin.so,sha256=Tn85kqN2rajh-dDUXTYr-wayIM6Xb0g4VmjonDdI0v8,98080
340
+ sage/matrix/misc_flint.cpython-312-darwin.so,sha256=aP8519kbnhE4bJ8tRtApYmX3eXlp5JUfJhkqjiO5alM,98080
341
341
  sage/matrix/matrix_rational_sparse.pxd,sha256=AaOUlYCJ5aHoD5ComWm0APlveJyzk0LunRe8lmNNmW0,380
342
342
  sage/matrix/matrix_rational_dense.pxd,sha256=URcgszbgnqo0j1geqVtKAFv7SbE3sKWKATSJca_qDoM,883
343
- sage/matrix/matrix_rational_sparse.cpython-312-darwin.so,sha256=rjoi_sDafQManoJgWS-ifGrTK1eafFA6dwrgBFx8VOM,200832
344
- sage/matrix/matrix_integer_dense.cpython-312-darwin.so,sha256=eNWxoky7hfL8vx9OlFp-nSdfKjymwR9YoBDdH7fszGM,795520
345
- sage/matrix/matrix_cyclo_dense.cpython-312-darwin.so,sha256=N3K2Wt0o_OulrWYhgDYyjQ3MxeOXz1M8lQgvWm4xshE,322064
346
- sage/matrix/matrix_integer_sparse.cpython-312-darwin.so,sha256=mEiMpFnMKdtvcAJKN3xZF6G6t83w5AoN-DCRqijf9r4,222288
343
+ sage/matrix/matrix_rational_sparse.cpython-312-darwin.so,sha256=8P_66du9JjEg-jP5ejl86JswYufyom9KP-KFeRSx21k,200832
344
+ sage/matrix/matrix_integer_dense.cpython-312-darwin.so,sha256=CL_HOlb9NPkftPSa3zQnkEWdXW6u1Z0ePp52bBev31M,812688
345
+ sage/matrix/matrix_cyclo_dense.cpython-312-darwin.so,sha256=l629dUZDgMI0WeYeZwAzL_0F-APswEWPlK842NAmtA0,322064
346
+ sage/matrix/matrix_integer_sparse.cpython-312-darwin.so,sha256=hltY34Vk10-cfBr4us8um9GUXw3UYwHbSRggkF2djzk,222288
347
347
  sage/matrix/matrix_integer_dense_hnf.py,sha256=CP_bD7fo1KVSFLvNMvQlBYHiLmBNdnP50k6lYeDgYkk,41267
348
348
  sage/matrix/matrix_cyclo_dense.pyx,sha256=rM7sPan-m9tXRdfNKRilm31FfSh7AVhT8SgFZnsbNxc,64000
349
349
  sage/matrix/matrix_complex_ball_dense.pyx,sha256=BO71xyUS58IP4bWJULNIdZKM6vjU9y42dm79ZvmNmR4,35715
350
350
  sage/matrix/matrix_integer_dense_saturation.py,sha256=sBNiLA4sQPUQKJM6DTM0eprdcTkqcBnrVp065SNpU_0,10553
351
- sage/matrix/change_ring.cpython-312-darwin.so,sha256=INMmIGrVFWC8kdCcKYoPqUFlGb8QdP40hzgr3asdSfw,95072
351
+ sage/matrix/change_ring.cpython-312-darwin.so,sha256=w0UVzmdAZxWbh6H6XH5raWulmvS4qrNuiw6wbd9wgwA,95072
352
352
  sage/matrix/all__sagemath_flint.py,sha256=xBFppIZjh2y3Vj3UOLBqiOgsWbPPkZfHvSIpAIizHSk,44
353
- sage/matrix/matrix_integer_dense.pyx,sha256=50n6u4FZjfJXN3_I0jUtMvArLjLQEC54fBhLuDu7Hxw,194631
353
+ sage/matrix/matrix_integer_dense.pyx,sha256=1ZhMybi4gc0f544sSf4udiyJ4jLdMJv8oSFcTIqjLuQ,195095
354
354
  sage/matrix/matrix_integer_dense.pxd,sha256=HvwFb4B8O9YwXxm0wNYLtgmnoxjQr3qqNutzvRCBzQs,1386
355
- sage/matrix/matrix_complex_ball_dense.cpython-312-darwin.so,sha256=gN4tWnu9rMTnRFph3u2Q4kr7kGQX6mgCjmmtbyhyZ9w,226128
355
+ sage/matrix/matrix_complex_ball_dense.cpython-312-darwin.so,sha256=q9tsnEPTTBtygfKN3qE1HBHxawbGgf7gaykDW7oLSho,226128
356
356
  sage/matrix/misc_flint.pyx,sha256=jYYkMonN03klh5BrbPQvpFmeoQbOjWiXeaBmmNkiCwE,3619
357
357
  sage/matrix/matrix_complex_ball_dense.pxd,sha256=xYKLJBlL3RIRQtD5MbO2wTvS-vidmNqdlZ_ga9gxItQ,580
358
358
  sage/matrix/matrix_cyclo_dense.pxd,sha256=6Hj_fUpHuMzG86NyDJPmT4vHMh1lOk4kEajf9LHY9Us,542
359
359
  sage/matrix/change_ring.pyx,sha256=OI-cWieOjF5p77XnEjQyhfbcMqP1yQucaiTaEjrq6x0,1557
360
- sage/matrix/matrix_rational_dense.pyx,sha256=ePJ0pnbqo4aRPkckY_zEn3_RbOs03qp2f0SiOLtfKWk,103032
360
+ sage/matrix/matrix_rational_dense.pyx,sha256=jZVIuxes7Fm0y6qj51lCrCyLfiyfMkG1HQqggQL89Us,103034
361
361
  sage/matrix/matrix_rational_sparse.pyx,sha256=qZ8P8uGbO4_7PvV-7tyofQ_4a6MMvaaSj7Ijj-SEYb4,26068
362
362
  sage/matrix/matrix_integer_sparse.pyx,sha256=uLTe8Am19fCqbLGZHgIU0uSIoGRaeZJl7ggnjWDHXB8,37071
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-macosx_14_0_arm64
5
5
 
Binary file
@@ -1373,10 +1373,8 @@ def _biseq_stresstest():
1373
1373
  TESTS::
1374
1374
 
1375
1375
  sage: from sage.data_structures.bounded_integer_sequences import _biseq_stresstest
1376
- sage: alarm(1); _biseq_stresstest() # long time
1377
- Traceback (most recent call last):
1378
- ...
1379
- AlarmInterrupt
1376
+ sage: from sage.doctest.util import ensure_interruptible_after
1377
+ sage: with ensure_interruptible_after(1): _biseq_stresstest() # long time
1380
1378
  """
1381
1379
  cdef int branch
1382
1380
  cdef Py_ssize_t x, y, z
Binary file
Binary file
Binary file
Binary file
@@ -541,10 +541,8 @@ cdef inline int celement_pow(nmod_poly_t res, nmod_poly_t x, long e, nmod_poly_t
541
541
 
542
542
  sage: # needs sage.rings.finite_rings
543
543
  sage: n = 2^23
544
- sage: alarm(0.2); x^n; cancel_alarm()
545
- Traceback (most recent call last):
546
- ...
547
- AlarmInterrupt
544
+ sage: from sage.doctest.util import ensure_interruptible_after
545
+ sage: with ensure_interruptible_after(0.2): (x^n).degree()
548
546
  """
549
547
  if modulus != NULL:
550
548
  sig_on()
@@ -3220,6 +3220,28 @@ cdef class Matrix_integer_dense(Matrix_dense):
3220
3220
  else:
3221
3221
  return R
3222
3222
 
3223
+ def is_unimodular(self):
3224
+ r"""
3225
+ EXAMPLES::
3226
+
3227
+ sage: M = matrix(ZZ, [[1, 0, 0], [0, 1, 0]]); M
3228
+ [1 0 0]
3229
+ [0 1 0]
3230
+ sage: M.is_unimodular()
3231
+ True
3232
+ sage: M = matrix(ZZ, [[1, 1, 0], [-1, 1, 1]]); M
3233
+ [ 1 1 0]
3234
+ [-1 1 1]
3235
+ sage: M.is_unimodular()
3236
+ False
3237
+ """
3238
+ from .matrix_cmr_sparse import Matrix_cmr_chr_sparse
3239
+ from .matrix_space import MatrixSpace
3240
+
3241
+ MS = MatrixSpace(ZZ, self.nrows(), self.ncols(), sparse=True)
3242
+ M = Matrix_cmr_chr_sparse(MS, self)
3243
+ return M.is_unimodular()
3244
+
3223
3245
  def is_LLL_reduced(self, delta=None, eta=None, algorithm='fpLLL'):
3224
3246
  r"""
3225
3247
  Return ``True`` if this lattice is `(\delta, \eta)`-LLL reduced.
@@ -4272,14 +4294,8 @@ cdef class Matrix_integer_dense(Matrix_dense):
4272
4294
 
4273
4295
  sage: A = random_matrix(ZZ, 2000, 2000)
4274
4296
  sage: B = random_matrix(ZZ, 2000, 2000)
4275
- sage: t0 = walltime()
4276
- sage: alarm(2); A._solve_iml(B) # long time
4277
- Traceback (most recent call last):
4278
- ...
4279
- AlarmInterrupt
4280
- sage: t = walltime(t0)
4281
- sage: t < 10 or t
4282
- True
4297
+ sage: from sage.doctest.util import ensure_interruptible_after
4298
+ sage: with ensure_interruptible_after(2, max_wait_after_interrupt=8): A._solve_iml(B)
4283
4299
 
4284
4300
  ALGORITHM: Uses IML.
4285
4301
 
@@ -4363,14 +4379,8 @@ cdef class Matrix_integer_dense(Matrix_dense):
4363
4379
 
4364
4380
  sage: A = random_matrix(ZZ, 2000, 2000)
4365
4381
  sage: B = random_matrix(ZZ, 2000, 2000)
4366
- sage: t0 = walltime()
4367
- sage: alarm(2); A._solve_flint(B) # long time
4368
- Traceback (most recent call last):
4369
- ...
4370
- AlarmInterrupt
4371
- sage: t = walltime(t0)
4372
- sage: t < 10 or t
4373
- True
4382
+ sage: from sage.doctest.util import ensure_interruptible_after
4383
+ sage: with ensure_interruptible_after(2, max_wait_after_interrupt=8): A._solve_flint(B)
4374
4384
 
4375
4385
  AUTHORS:
4376
4386
 
@@ -722,7 +722,7 @@ cdef class Matrix_rational_dense(Matrix_dense):
722
722
  if algorithm == "flint":
723
723
  return self._invert_flint()
724
724
  elif algorithm == "pari":
725
- from sage.libs.pari.all import PariError
725
+ from cypari2.handle_error import PariError
726
726
  from .matrix_rational_pari import _invert_pari
727
727
  try:
728
728
  return _invert_pari(self)
@@ -29,7 +29,7 @@ REFERENCES:
29
29
  # ****************************************************************************
30
30
  import operator
31
31
 
32
- from sage.arith.misc import binomial, bernoulli
32
+ from sage.arith.misc import bernoulli
33
33
  from sage.categories.fields import Fields
34
34
  from sage.matrix.constructor import matrix
35
35
  from sage.matrix.matrix cimport Matrix
@@ -1131,7 +1131,7 @@ cdef class Dist_vector(Dist):
1131
1131
  """
1132
1132
  # assert self._moments[0][0]==0, "not total measure zero"
1133
1133
  # print("result accurate modulo p^",self.moment(0).valuation(self.p) )
1134
- # v=[0 for j in range(0,i)]+[binomial(j,i)*bernoulli(j-i) for j in range(i,M)]
1134
+ # v=[0 for j in range(i)]+[binomial(j,i)*bernoulli(j-i) for j in range(i,M)]
1135
1135
  M = self.precision_relative()
1136
1136
  R = self.parent().base_ring()
1137
1137
  K = R.fraction_field()
@@ -1144,7 +1144,7 @@ cdef class Dist_vector(Dist):
1144
1144
  # bernoulli(1) = -1/2; the only nonzero odd Bernoulli number
1145
1145
  v[m] += m * minhalf * scalar
1146
1146
  for j in range(m - 1, M, 2):
1147
- v[j] += binomial(j, m - 1) * bern[(j - m + 1) // 2] * scalar
1147
+ v[j] += ZZ(j).binomial(m - 1) * bern[(j - m + 1) // 2] * scalar
1148
1148
  p = self.parent().prime()
1149
1149
  cdef Dist_vector ans
1150
1150
  if p == 0:
@@ -269,9 +269,10 @@ cdef class PathAlgebraElement(RingElement):
269
269
  sage: X # indirect doctest
270
270
  5*e_0 + a + 2*b + 3*c + 3*e_2
271
271
  """
272
+ parent = self._parent
272
273
  return repr_lincomb(self._sorted_items_for_printing(), strip_one=True,
273
- scalar_mult=self.parent()._print_options['scalar_mult'],
274
- repr_monomial=self._parent._repr_monomial)
274
+ scalar_mult=parent._print_options['scalar_mult'],
275
+ repr_monomial=parent._repr_monomial)
275
276
 
276
277
  def _latex_(self):
277
278
  r"""
@@ -286,11 +287,12 @@ cdef class PathAlgebraElement(RingElement):
286
287
  sage: latex(X*X)
287
288
  10 e_0 + 3 a\cdot c + 5 a + b + 3 c\cdot a + 6 c\cdot b + 9 e_2
288
289
  """
290
+ parent = self._parent
289
291
  return repr_lincomb(self._sorted_items_for_printing(),
290
- scalar_mult=self.parent()._print_options['scalar_mult'],
291
- latex_scalar_mult=self.parent()._print_options['latex_scalar_mult'],
292
- repr_monomial=self._parent._latex_monomial,
293
- is_latex=True, strip_one=True)
292
+ scalar_mult=parent._print_options['scalar_mult'],
293
+ latex_scalar_mult=parent._print_options['latex_scalar_mult'],
294
+ repr_monomial=parent._latex_monomial,
295
+ is_latex=True, strip_one=True)
294
296
 
295
297
  # Basic properties
296
298
 
Binary file
@@ -169,6 +169,7 @@ from sage.libs.flint.acb_hypgeom cimport *
169
169
  from sage.libs.flint.acb_elliptic cimport *
170
170
  from sage.libs.flint.acb_modular cimport *
171
171
  from sage.libs.flint.acb_poly cimport *
172
+ from sage.libs.flint.acb_dirichlet cimport *
172
173
  from sage.libs.flint.arf cimport arf_init, arf_get_d, arf_get_mpfr, arf_clear, arf_set, arf_is_nan
173
174
  from sage.libs.flint.mag cimport (mag_init, mag_clear, mag_set_d,
174
175
  MAG_BITS, mag_zero, mag_set_ui_2exp_si,
@@ -1187,13 +1188,10 @@ class ComplexBallField(UniqueRepresentation, sage.rings.abc.ComplexBallField):
1187
1188
  sage: ComplexBallField(100).integral(lambda x, _: sin(x), RBF(0), RBF(1))
1188
1189
  [0.4596976941318602825990633926 +/- ...e-29]
1189
1190
 
1190
- sage: from cysignals.alarm import alarm
1191
- sage: alarm(0.1r)
1192
- sage: C = ComplexBallField(1000000)
1193
- sage: C.integral(lambda x, _: x.cos() * x.sin(), 0, 1)
1194
- Traceback (most recent call last):
1195
- ...
1196
- AlarmInterrupt
1191
+ sage: from sage.doctest.util import ensure_interruptible_after
1192
+ sage: with ensure_interruptible_after(0.1):
1193
+ ....: C = ComplexBallField(1000000)
1194
+ ....: C.integral(lambda x, _: x.cos() * x.sin(), 0, 1)
1197
1195
  """
1198
1196
  cdef IntegrationContext ctx = IntegrationContext()
1199
1197
  cdef acb_calc_integrate_opt_t arb_opts
@@ -1264,6 +1262,70 @@ class ComplexBallField(UniqueRepresentation, sage.rings.abc.ComplexBallField):
1264
1262
 
1265
1263
  return res
1266
1264
 
1265
+ def zeta_zeros(self, count, start=1):
1266
+ r"""
1267
+ Compute consecutive zeros of the Riemann zeta function.
1268
+
1269
+ INPUT:
1270
+
1271
+ - ``count`` -- positive integer; number of zeros to be computed, must fit in a machine integer
1272
+
1273
+ - ``start`` -- positive integer (default: 1); index of the first zero to be computed
1274
+
1275
+ OUTPUT:
1276
+
1277
+ A list of ``count`` consecutive zeros of the Riemann zeta function, starting from the ``start``-th zero.
1278
+ Indexing starts at one, following usual mathematical notations.
1279
+
1280
+ EXAMPLES::
1281
+
1282
+ sage: CBF.zeta_zeros(10)
1283
+ [0.5000000000000000 + [14.134725141734...]*I,
1284
+ 0.5000000000000000 + [21.0220396387715...]*I,
1285
+ 0.5000000000000000 + [25.010857580145...]*I,
1286
+ 0.5000000000000000 + [30.4248761258595...]*I,
1287
+ 0.5000000000000000 + [32.935061587739...]*I,
1288
+ 0.5000000000000000 + [37.586178158825...]*I,
1289
+ 0.5000000000000000 + [40.918719012147...]*I,
1290
+ 0.5000000000000000 + [43.32707328091...]*I,
1291
+ 0.5000000000000000 + [48.005150881167...]*I,
1292
+ 0.5000000000000000 + [49.773832477672...]*I]
1293
+
1294
+ sage: CBF.zeta_zeros(6, start=5)
1295
+ [0.5000000000000000 + [32.935061587739...]*I,
1296
+ 0.5000000000000000 + [37.586178158825...]*I,
1297
+ 0.5000000000000000 + [40.918719012147...]*I,
1298
+ 0.5000000000000000 + [43.32707328091...]*I,
1299
+ 0.5000000000000000 + [48.005150881167...]*I,
1300
+ 0.5000000000000000 + [49.773832477672...]*I]
1301
+ """
1302
+ cdef fmpz_t _start
1303
+ fmpz_init(_start)
1304
+ fmpz_set_mpz(_start, (<Integer> Integer(start)).value)
1305
+
1306
+ cdef long _count = count
1307
+ if _count < 1:
1308
+ raise ValueError("count must be positive")
1309
+
1310
+ cdef acb_ptr ar = _acb_vec_init(_count)
1311
+
1312
+ sig_on()
1313
+ acb_dirichlet_zeta_zeros(ar, _start, _count, self._prec)
1314
+ sig_off()
1315
+
1316
+ res = []
1317
+ cdef ComplexBall b
1318
+ for i in range(_count):
1319
+ b = ComplexBall.__new__(ComplexBall)
1320
+ b._parent = self
1321
+ acb_swap(b.value, &ar[i])
1322
+ res.append(b)
1323
+
1324
+ _acb_vec_clear(ar, _count)
1325
+ fmpz_clear(_start)
1326
+
1327
+ return res
1328
+
1267
1329
 
1268
1330
  cdef inline bint _do_sig(long prec) noexcept:
1269
1331
  """
@@ -609,8 +609,8 @@ def bdd_height(K, height_bound, tolerance=1e-2, precision=53):
609
609
  u_height = sum([max(u_log[k], 0) for k in range(r + 1)])
610
610
  unit_height_dict[u] = u_height
611
611
  if u_height < inter_bound:
612
- U0.append(u)
613
- if inter_bound <= u_height and u_height < b - (t/12):
612
+ U0.append(u)
613
+ if inter_bound <= u_height < b - (t/12):
614
614
  U0_tilde.append(u)
615
615
  if u_height > t/12 + d_tilde:
616
616
  U_copy.remove(u)
@@ -17,7 +17,7 @@ from sage.groups.perm_gps.permgroup_element import PermutationGroupElement
17
17
  from sage.misc.superseded import deprecation
18
18
  from sage.misc.cachefunc import cached_method
19
19
  from sage.misc.lazy_attribute import lazy_attribute
20
- from sage.libs.pari.all import pari
20
+ from sage.libs.pari import pari
21
21
  from sage.rings.infinity import infinity
22
22
  from sage.rings.number_field.number_field import refine_embedding
23
23
  from sage.rings.number_field.morphism import NumberFieldHomomorphism_im_gens
@@ -307,7 +307,7 @@ class MapRelativeVectorSpaceToRelativeNumberField(NumberFieldIsomorphism):
307
307
  sage: fr(to(a0 + 2*b0)), fr(V([0, 1])), fr(V([b0, 2*b0])) # indirect doctest
308
308
  (a + 2*b0, a, 2*b0*a + b0)
309
309
  """
310
- from sage.libs.pari.all import pari
310
+ from sage.libs.pari import pari
311
311
 
312
312
  K = self.codomain()
313
313
  B = K.base_field().absolute_field('a')
@@ -377,7 +377,7 @@ class MapRelativeNumberFieldToRelativeVectorSpace(NumberFieldIsomorphism):
377
377
  sage: to_V(a) # indirect doctest
378
378
  (a)
379
379
  """
380
- from sage.libs.pari.all import pari
380
+ from sage.libs.pari import pari
381
381
 
382
382
  K = self.domain()
383
383
  # The element alpha is represented internally by an absolute
@@ -220,7 +220,8 @@ from sage.rings.real_lazy import RLF, CLF
220
220
  from sage.rings.finite_rings.integer_mod_ring import IntegerModRing
221
221
 
222
222
  try:
223
- from sage.libs.pari.all import pari, pari_gen
223
+ from sage.libs.pari import pari
224
+ from cypari2.gen import Gen as pari_gen
224
225
  except ImportError:
225
226
  pari_gen = ()
226
227
 
@@ -7406,7 +7407,7 @@ class NumberField_generic(WithEqualityById, number_field_base.NumberField):
7406
7407
 
7407
7408
  EXAMPLES::
7408
7409
 
7409
- sage: # needs fpylll sage.rings.padics
7410
+ sage: # needs fpylll sage.rings.padics sage.symbolic
7410
7411
  sage: x = polygen(QQ, 'x')
7411
7412
  sage: K.<xi> = NumberField(x^2 + x + 1)
7412
7413
  sage: S = K.primes_above(3)
@@ -7415,7 +7416,7 @@ class NumberField_generic(WithEqualityById, number_field_base.NumberField):
7415
7416
 
7416
7417
  You can get the exponent vectors::
7417
7418
 
7418
- sage: # needs fpylll sage.rings.padics
7419
+ sage: # needs fpylll sage.rings.padics sage.symbolic
7419
7420
  sage: K.S_unit_solutions(S, include_exponents=True) # random, due to ordering
7420
7421
  [((2, 1), (4, 0), xi + 2, -xi - 1),
7421
7422
  ((5, -1), (4, -1), 1/3*xi + 2/3, -1/3*xi + 1/3),
@@ -7424,7 +7425,7 @@ class NumberField_generic(WithEqualityById, number_field_base.NumberField):
7424
7425
 
7425
7426
  And the computed bound::
7426
7427
 
7427
- sage: # needs fpylll sage.rings.padics
7428
+ sage: # needs fpylll sage.rings.padics sage.symbolic
7428
7429
  sage: solutions, bound = K.S_unit_solutions(S, prec=100, include_bound=True)
7429
7430
  sage: bound
7430
7431
  7
@@ -8785,40 +8786,10 @@ class NumberField_absolute(NumberField_generic):
8785
8786
  polynomials are supported (:issue:`252`)::
8786
8787
 
8787
8788
  sage: K.<a> = NumberField(2*x^4 + 6*x^2 + 1/2)
8788
- sage: sorted(K.subfields(), key=lambda x: x[0].discriminant())
8789
- [(Number Field in a3 with defining polynomial x^2 + 2,
8790
- Ring morphism:
8791
- From: Number Field in a3 with defining polynomial x^2 + 2
8792
- To: Number Field in a with defining polynomial 2*x^4 + 6*x^2 + 1/2
8793
- Defn: a3 |--> 2*a^3 + 5*a,
8794
- None),
8795
- (Number Field in a2 with defining polynomial x^2 + 4,
8796
- Ring morphism:
8797
- From: Number Field in a2 with defining polynomial x^2 + 4
8798
- To: Number Field in a with defining polynomial 2*x^4 + 6*x^2 + 1/2
8799
- Defn: a2 |--> 2*a^3 + 7*a,
8800
- None),
8801
- (Number Field in a0 with defining polynomial x,
8802
- Ring morphism:
8803
- From: Number Field in a0 with defining polynomial x
8804
- To: Number Field in a with defining polynomial 2*x^4 + 6*x^2 + 1/2
8805
- Defn: 0 |--> 0,
8806
- None),
8807
- (Number Field in a1 with defining polynomial x^2 - 2,
8808
- Ring morphism:
8809
- From: Number Field in a1 with defining polynomial x^2 - 2
8810
- To: Number Field in a with defining polynomial 2*x^4 + 6*x^2 + 1/2
8811
- Defn: a1 |--> a^2 + 3/2,
8812
- None),
8813
- (Number Field in a4 with defining polynomial x^4 + 1,
8814
- Ring morphism:
8815
- From: Number Field in a4 with defining polynomial x^4 + 1
8816
- To: Number Field in a with defining polynomial 2*x^4 + 6*x^2 + 1/2
8817
- Defn: a4 |--> a^3 + 1/2*a^2 + 5/2*a + 3/4,
8818
- Ring morphism:
8819
- From: Number Field in a with defining polynomial 2*x^4 + 6*x^2 + 1/2
8820
- To: Number Field in a4 with defining polynomial x^4 + 1
8821
- Defn: a |--> -1/2*a4^3 + a4^2 - 1/2*a4)]
8789
+ sage: K
8790
+ Number Field in a with defining polynomial 2*x^4 + 6*x^2 + 1/2
8791
+ sage: sorted([F.discriminant() for F, _, _ in K.subfields()])
8792
+ [-8, -4, 1, 8, 256]
8822
8793
  """
8823
8794
  return self._subfields_helper(degree=degree, name=name,
8824
8795
  both_maps=True, optimize=False)
@@ -101,7 +101,7 @@ from sage.rings.number_field.number_field_base import NumberField as NumberField
101
101
  from sage.rings.number_field.order import (RelativeOrder,
102
102
  relative_order_from_ring_generators)
103
103
  from sage.rings.number_field.morphism import RelativeNumberFieldHomomorphism_from_abs
104
- from sage.libs.pari.all import pari_gen
104
+ from cypari2.gen import Gen as pari_gen
105
105
 
106
106
  from sage.categories.homset import Hom
107
107
  from sage.categories.sets_cat import Sets
@@ -302,7 +302,7 @@ class NumberField_relative(NumberField_generic):
302
302
  raise ValueError("base field and extension cannot have the same name %r" % name)
303
303
  if polynomial.parent().base_ring() != base:
304
304
  polynomial = polynomial.change_ring(base)
305
- #raise ValueError, "The polynomial must be defined over the base field"
305
+ # raise ValueError("The polynomial must be defined over the base field")
306
306
 
307
307
  # Generate the nf and bnf corresponding to the base field
308
308
  # defined as polynomials in y, e.g. for rnfisfree
@@ -1654,7 +1654,7 @@ class NumberField_relative(NumberField_generic):
1654
1654
  elif f.poldegree() == 1:
1655
1655
  # PARI's rnfpolredbest() does not always return a
1656
1656
  # polynomial with integral coefficients in this case.
1657
- from sage.libs.pari.all import pari
1657
+ from sage.libs.pari import pari
1658
1658
  g = f.variable()
1659
1659
  alpha = -f[0]/f[1]
1660
1660
  beta = pari(0).Mod(f)
@@ -108,7 +108,7 @@ def quadratic_order_class_number(disc):
108
108
  ALGORITHM: Either :pari:`qfbclassno` or :pari:`quadclassunit`,
109
109
  depending on the size of the discriminant.
110
110
  """
111
- from sage.libs.pari.all import pari
111
+ from sage.libs.pari import pari
112
112
 
113
113
  # cutoffs from PARI documentation
114
114
  if disc < -10**25 or disc > 10**10:
@@ -2777,11 +2777,11 @@ def absolute_order_from_module_generators(gens,
2777
2777
  in Number Field in i with defining polynomial x^2 + 1
2778
2778
  sage: R.basis()
2779
2779
  [2, 2*i]
2780
- sage: R = absolute_order_from_module_generators([k(1)],
2780
+ sage: R = absolute_order_from_module_generators([k(1)], # needs sage.symbolic
2781
2781
  ....: check_rank=False); R
2782
2782
  Order of conductor I generated by []
2783
2783
  in Number Field in i with defining polynomial x^2 + 1
2784
- sage: R.basis()
2784
+ sage: R.basis() # needs sage.symbolic
2785
2785
  [1]
2786
2786
 
2787
2787
  If the order contains a non-integral element, even if we do not check
@@ -136,7 +136,7 @@ class Small_primes_of_degree_one_iter:
136
136
  self._lc = self._poly.leading_coefficient()
137
137
 
138
138
  # this uses that [ O_K : Z[a] ]^2 = | disc(f(x)) / disc(O_K) |
139
- from sage.libs.pari.all import pari
139
+ from sage.libs.pari import pari
140
140
  self._prod_of_small_primes = ZZ(pari('TEMPn = %s; TEMPps = primes(TEMPn); prod(X = 1, TEMPn, TEMPps[X])' % num_integer_primes))
141
141
  self._prod_of_small_primes //= self._prod_of_small_primes.gcd(self._poly.discriminant() * self._lc)
142
142
 
@@ -24,7 +24,8 @@ from sage.arith.misc import factorial
24
24
  from sage.rings.number_field.number_field import NumberField
25
25
  from sage.rings.polynomial.polynomial_ring_constructor import PolynomialRing
26
26
  from sage.rings.rational_field import RationalField
27
- from sage.libs.pari.all import pari, PariError
27
+ from sage.libs.pari import pari
28
+ from cypari2.handle_error import PariError
28
29
 
29
30
 
30
31
  class SplittingFieldAbort(Exception):
@@ -169,7 +169,7 @@ AUTHOR:
169
169
 
170
170
  from sage.groups.abelian_gps.values import AbelianGroupWithValues_class
171
171
  from sage.structure.proof.proof import get_flag
172
- from sage.libs.pari.all import pari
172
+ from sage.libs.pari import pari
173
173
  from sage.misc.misc_c import prod
174
174
  from sage.rings.integer_ring import ZZ
175
175
 
@@ -77,7 +77,8 @@ from sage.rings.real_mpfi cimport RealIntervalFieldElement
77
77
  from sage.rings.polynomial.evaluation_flint cimport fmpz_poly_evaluation_mpfr, fmpz_poly_evaluation_mpfi
78
78
 
79
79
  try:
80
- from sage.libs.pari.all import pari, pari_gen
80
+ from sage.libs.pari import pari
81
+ from cypari2.gen import Gen as pari_gen
81
82
  except ImportError:
82
83
  pari_gen = ()
83
84
 
@@ -2167,7 +2167,7 @@ cdef class Polynomial_rational_flint(Polynomial):
2167
2167
  Transitive group number 183 of degree 12
2168
2168
 
2169
2169
  sage: f.galois_group(algorithm='magma') # optional - magma
2170
- Transitive group number 5 of degree 4
2170
+ Transitive group number 183 of degree 12
2171
2171
 
2172
2172
  TESTS:
2173
2173
 
@@ -817,10 +817,8 @@ cdef class Polynomial_zmod_flint(Polynomial_template):
817
817
  sage: # needs sage.rings.finite_rings
818
818
  sage: R.<x> = PolynomialRing(GF(65537), implementation="FLINT")
819
819
  sage: f = R.random_element(9973) * R.random_element(10007)
820
- sage: alarm(0.5); f.factor()
821
- Traceback (most recent call last):
822
- ...
823
- AlarmInterrupt
820
+ sage: from sage.doctest.util import ensure_interruptible_after
821
+ sage: with ensure_interruptible_after(0.5): f.factor()
824
822
 
825
823
  Test zero polynomial::
826
824
 
sage/rings/qqbar.py CHANGED
@@ -7089,7 +7089,7 @@ class AlgebraicPolynomialTracker(SageObject):
7089
7089
  return roots
7090
7090
 
7091
7091
  def exactify(self):
7092
- """
7092
+ r"""
7093
7093
  Compute a common field that holds all of the algebraic coefficients
7094
7094
  of this polynomial, then factor the polynomial over that field.
7095
7095
  Store the factors for later use (ignoring multiplicity).
@@ -7112,14 +7112,14 @@ class AlgebraicPolynomialTracker(SageObject):
7112
7112
  sage: x = polygen(AA)
7113
7113
  sage: p = AA(2)^(1/100) * x + AA(3)^(1/100)
7114
7114
  sage: cp = AA.common_polynomial(p)
7115
- sage: alarm(0.5); cp.generator()
7116
- Traceback (most recent call last):
7117
- ...
7118
- AlarmInterrupt
7119
- sage: alarm(0.5); cp.generator()
7120
- Traceback (most recent call last):
7121
- ...
7122
- AlarmInterrupt
7115
+ sage: from sage.doctest.util import ensure_interruptible_after
7116
+ sage: from warnings import catch_warnings, filterwarnings
7117
+ sage: with ensure_interruptible_after(0.5), catch_warnings():
7118
+ ....: filterwarnings("ignore", r"cypari2 leaked \d+ bytes on the PARI stack")
7119
+ ....: cp.generator()
7120
+ sage: with ensure_interruptible_after(0.5), catch_warnings():
7121
+ ....: filterwarnings("ignore", r"cypari2 leaked \d+ bytes on the PARI stack")
7122
+ ....: cp.generator()
7123
7123
  """
7124
7124
  if self._exact:
7125
7125
  return
Binary file
Binary file
sage/rings/real_mpfi.pyx CHANGED
@@ -254,7 +254,7 @@ TESTS::
254
254
 
255
255
  sage: import numpy # needs numpy
256
256
  sage: if int(numpy.version.short_version[0]) > 1: # needs numpy
257
- ....: numpy.set_printoptions(legacy="1.25") # needs numpy
257
+ ....: _ = numpy.set_printoptions(legacy="1.25") # needs numpy
258
258
  sage: RIF(2) == numpy.int8('2') # needs numpy
259
259
  True
260
260
  sage: numpy.int8('2') == RIF(2) # needs numpy
@@ -1208,10 +1208,8 @@ def two_descent_by_two_isogeny(E,
1208
1208
  Elliptic Curve defined by y^2 = x^3 - x^2 - 900*x - 10098 over Rational Field
1209
1209
  sage: E.sha().an()
1210
1210
  4
1211
- sage: alarm(0.5); two_descent_by_two_isogeny(E, global_limit_large=10^8)
1212
- Traceback (most recent call last):
1213
- ...
1214
- AlarmInterrupt
1211
+ sage: from sage.doctest.util import ensure_interruptible_after
1212
+ sage: with ensure_interruptible_after(0.5): two_descent_by_two_isogeny(E, global_limit_large=10^8)
1215
1213
  """
1216
1214
  cdef Integer a1, a2, a3, a4, a6, s2, s4, s6
1217
1215
  cdef Integer c, d, x0
@@ -1318,7 +1316,7 @@ def two_descent_by_two_isogeny_work(Integer c, Integer d,
1318
1316
  p_list_len += 1
1319
1317
  else:
1320
1318
  # Factor more slowly using Pari via Python.
1321
- from sage.libs.pari.all import pari
1319
+ from sage.libs.pari import pari
1322
1320
  d = Integer(0)
1323
1321
  mpz_set(d.value, d_mpz)
1324
1322
  primes = list(pari(d).factor()[0])