passagemath-ntl 10.6.26__tar.gz → 10.6.40__tar.gz

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.
Files changed (178) hide show
  1. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/MANIFEST.in +2 -0
  2. {passagemath_ntl-10.6.26/passagemath_ntl.egg-info → passagemath_ntl-10.6.40}/PKG-INFO +6 -5
  3. passagemath_ntl-10.6.40/VERSION.txt +1 -0
  4. passagemath_ntl-10.6.40/passagemath_ntl/__init__.py +3 -0
  5. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40/passagemath_ntl.egg-info}/PKG-INFO +6 -5
  6. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/passagemath_ntl.egg-info/SOURCES.txt +1 -0
  7. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/passagemath_ntl.egg-info/requires.txt +3 -3
  8. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/pyproject.toml +12 -11
  9. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/m4ri.pxd +1 -1
  10. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/finite_rings/element_ntl_gf2e.pyx +2 -1
  11. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ZZ_pX_CR_element.pyx +1 -1
  12. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/setup.py +1 -0
  13. passagemath_ntl-10.6.26/VERSION.txt +0 -1
  14. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/README.rst +0 -0
  15. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/passagemath_ntl.egg-info/dependency_links.txt +0 -0
  16. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/passagemath_ntl.egg-info/top_level.txt +0 -0
  17. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/all__sagemath_ntl.py +0 -0
  18. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/ext/ccobject.h +0 -0
  19. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/all__sagemath_ntl.py +0 -0
  20. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/mpfi/__init__.pxd +0 -0
  21. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/mpfi/types.pxd +0 -0
  22. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/GF2.pxd +0 -0
  23. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/GF2E.pxd +0 -0
  24. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/GF2EX.pxd +0 -0
  25. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/GF2X.pxd +0 -0
  26. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ZZ.pxd +0 -0
  27. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ZZX.pxd +0 -0
  28. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ZZ_p.pxd +0 -0
  29. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ZZ_pE.pxd +0 -0
  30. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ZZ_pEX.pxd +0 -0
  31. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ZZ_pX.pxd +0 -0
  32. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/__init__.py +0 -0
  33. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/all.py +0 -0
  34. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/conversion.pxd +0 -0
  35. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/convert.pxd +0 -0
  36. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/convert.pyx +0 -0
  37. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/decl.pxi +0 -0
  38. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/error.pyx +0 -0
  39. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/lzz_p.pxd +0 -0
  40. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/lzz_pX.pxd +0 -0
  41. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/mat_GF2.pxd +0 -0
  42. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/mat_GF2E.pxd +0 -0
  43. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/mat_ZZ.pxd +0 -0
  44. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/meson.build +0 -0
  45. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/misc.pxi +0 -0
  46. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2.pxd +0 -0
  47. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2.pyx +0 -0
  48. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2E.pxd +0 -0
  49. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2E.pyx +0 -0
  50. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2EContext.pxd +0 -0
  51. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2EContext.pyx +0 -0
  52. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2EX.pxd +0 -0
  53. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2EX.pyx +0 -0
  54. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2X.pxd +0 -0
  55. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2X.pyx +0 -0
  56. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_GF2X_linkage.pxi +0 -0
  57. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ.pxd +0 -0
  58. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ.pyx +0 -0
  59. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZX.pxd +0 -0
  60. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZX.pyx +0 -0
  61. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_p.pxd +0 -0
  62. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_p.pyx +0 -0
  63. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pContext.pxd +0 -0
  64. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pContext.pyx +0 -0
  65. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pE.pxd +0 -0
  66. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pE.pyx +0 -0
  67. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pEContext.pxd +0 -0
  68. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pEContext.pyx +0 -0
  69. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pEX.pxd +0 -0
  70. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pEX.pyx +0 -0
  71. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pEX_linkage.pxi +0 -0
  72. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pX.pxd +0 -0
  73. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_ZZ_pX.pyx +0 -0
  74. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_lzz_p.pxd +0 -0
  75. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_lzz_p.pyx +0 -0
  76. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_lzz_pContext.pxd +0 -0
  77. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_lzz_pContext.pyx +0 -0
  78. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_lzz_pX.pxd +0 -0
  79. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_lzz_pX.pyx +0 -0
  80. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_mat_GF2.pxd +0 -0
  81. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_mat_GF2.pyx +0 -0
  82. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_mat_GF2E.pxd +0 -0
  83. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_mat_GF2E.pyx +0 -0
  84. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_mat_ZZ.pxd +0 -0
  85. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_mat_ZZ.pyx +0 -0
  86. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntl_tools.pxd +0 -0
  87. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntlwrap.h +0 -0
  88. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/ntlwrap_impl.h +0 -0
  89. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/types.pxd +0 -0
  90. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/vec_GF2.pxd +0 -0
  91. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/libs/ntl/vec_GF2E.pxd +0 -0
  92. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/matrix/all__sagemath_ntl.py +0 -0
  93. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/matrix/matrix_mod2_dense.pxd +0 -0
  94. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/matrix/matrix_modn_dense_double.pxd +0 -0
  95. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/matrix/matrix_modn_dense_float.pxd +0 -0
  96. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/matrix/matrix_modn_dense_template.pxi +0 -0
  97. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/matrix/matrix_modn_dense_template_header.pxi +0 -0
  98. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/matrix/matrix_modn_sparse.pxd +0 -0
  99. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/misc/all__sagemath_ntl.py +0 -0
  100. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/all__sagemath_ntl.py +0 -0
  101. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm/README.txt +0 -0
  102. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm/README2.txt +0 -0
  103. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm/bern_modp.cpp +0 -0
  104. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm/bern_modp.h +0 -0
  105. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm/bern_modp_util.cpp +0 -0
  106. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm/bern_modp_util.h +0 -0
  107. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm/bern_rat.cpp +0 -0
  108. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm/bern_rat.h +0 -0
  109. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm/bernmm-test.cpp +0 -0
  110. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernmm.pyx +0 -0
  111. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/bernoulli_mod_p.pyx +0 -0
  112. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/finite_rings/all__sagemath_ntl.py +0 -0
  113. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/finite_rings/element_ntl_gf2e.pxd +0 -0
  114. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/finite_rings/finite_field_ntl_gf2e.py +0 -0
  115. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/finite_rings/residue_field_ntl_gf2e.pyx +0 -0
  116. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/CA_template.pxi +0 -0
  117. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/CA_template_header.pxi +0 -0
  118. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/CR_template.pxi +0 -0
  119. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/CR_template_header.pxi +0 -0
  120. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/FM_template.pxi +0 -0
  121. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/FM_template_header.pxi +0 -0
  122. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/FP_template.pxi +0 -0
  123. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/FP_template_header.pxi +0 -0
  124. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/all__sagemath_ntl.py +0 -0
  125. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/common_conversion.pxd +0 -0
  126. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/morphism.pxd +0 -0
  127. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ZZ_pX_CA_element.pxd +0 -0
  128. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ZZ_pX_CA_element.pyx +0 -0
  129. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ZZ_pX_CR_element.pxd +0 -0
  130. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ZZ_pX_FM_element.pxd +0 -0
  131. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ZZ_pX_FM_element.pyx +0 -0
  132. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ZZ_pX_element.pxd +0 -0
  133. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ZZ_pX_element.pyx +0 -0
  134. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_capped_absolute_element.pxd +0 -0
  135. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_capped_relative_element.pxd +0 -0
  136. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ext_element.pxd +0 -0
  137. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_ext_element.pyx +0 -0
  138. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_fixed_mod_element.pxd +0 -0
  139. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_floating_point_element.pxd +0 -0
  140. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_generic_element.pxd +0 -0
  141. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_printing.pxd +0 -0
  142. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_relaxed_element.pxd +0 -0
  143. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_relaxed_errors.pxd +0 -0
  144. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_template_element.pxi +0 -0
  145. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/padic_template_element_header.pxi +0 -0
  146. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/pow_computer.pxd +0 -0
  147. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/pow_computer_ext.pxd +0 -0
  148. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/pow_computer_ext.pyx +0 -0
  149. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/pow_computer_relative.pxd +0 -0
  150. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/relative_ramified_CA.pxd +0 -0
  151. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/relative_ramified_CR.pxd +0 -0
  152. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/relative_ramified_FM.pxd +0 -0
  153. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/relative_ramified_FP.pxd +0 -0
  154. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/relaxed_template.pxi +0 -0
  155. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/padics/relaxed_template_header.pxi +0 -0
  156. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/all__sagemath_ntl.py +0 -0
  157. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/evaluation_ntl.pxd +0 -0
  158. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/evaluation_ntl.pyx +0 -0
  159. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_gf2x.pxd +0 -0
  160. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_gf2x.pyx +0 -0
  161. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_integer_dense_ntl.pxd +0 -0
  162. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_integer_dense_ntl.pyx +0 -0
  163. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_modn_dense_ntl.pxd +0 -0
  164. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_modn_dense_ntl.pyx +0 -0
  165. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_template.pxi +0 -0
  166. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_template_header.pxi +0 -0
  167. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_zz_pex.pxd +0 -0
  168. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/polynomial/polynomial_zz_pex.pyx +0 -0
  169. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/rings/real_mpfi.pxd +0 -0
  170. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/schemes/all__sagemath_ntl.py +0 -0
  171. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/schemes/hyperelliptic_curves/all__sagemath_ntl.py +0 -0
  172. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/schemes/hyperelliptic_curves/hypellfrob/README +0 -0
  173. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/schemes/hyperelliptic_curves/hypellfrob/hypellfrob.cpp +0 -0
  174. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/schemes/hyperelliptic_curves/hypellfrob/hypellfrob.h +0 -0
  175. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/schemes/hyperelliptic_curves/hypellfrob/recurrences_ntl.cpp +0 -0
  176. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/schemes/hyperelliptic_curves/hypellfrob/recurrences_ntl.h +0 -0
  177. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/sage/schemes/hyperelliptic_curves/hypellfrob.pyx +0 -0
  178. {passagemath_ntl-10.6.26 → passagemath_ntl-10.6.40}/setup.cfg +0 -0
@@ -1,3 +1,5 @@
1
+ graft passagemath_ntl
2
+
1
3
  prune sage
2
4
 
3
5
  include VERSION.txt
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-ntl
3
- Version: 10.6.26
3
+ Version: 10.6.40
4
4
  Summary: passagemath: Computational Number Theory with NTL
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -24,15 +24,16 @@ Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
26
  Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.10
30
+ Requires-Python: <3.15,>=3.10
30
31
  Description-Content-Type: text/x-rst
31
- Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
32
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
32
33
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
34
  Requires-Dist: memory_allocator
34
- Requires-Dist: passagemath-environment~=10.6.26.0
35
- Requires-Dist: passagemath-categories~=10.6.26.0
35
+ Requires-Dist: passagemath-environment~=10.6.40.0
36
+ Requires-Dist: passagemath-categories~=10.6.40.0
36
37
  Provides-Extra: test
37
38
  Requires-Dist: passagemath-repl; extra == "test"
38
39
  Requires-Dist: passagemath-modules; extra == "test"
@@ -0,0 +1 @@
1
+ 10.6.40
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-ntl
2
+
3
+ from sage.all__sagemath_ntl import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-ntl
3
- Version: 10.6.26
3
+ Version: 10.6.40
4
4
  Summary: passagemath: Computational Number Theory with NTL
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -24,15 +24,16 @@ Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
26
  Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.10
30
+ Requires-Python: <3.15,>=3.10
30
31
  Description-Content-Type: text/x-rst
31
- Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
32
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
32
33
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
34
  Requires-Dist: memory_allocator
34
- Requires-Dist: passagemath-environment~=10.6.26.0
35
- Requires-Dist: passagemath-categories~=10.6.26.0
35
+ Requires-Dist: passagemath-environment~=10.6.40.0
36
+ Requires-Dist: passagemath-categories~=10.6.40.0
36
37
  Provides-Extra: test
37
38
  Requires-Dist: passagemath-repl; extra == "test"
38
39
  Requires-Dist: passagemath-modules; extra == "test"
@@ -3,6 +3,7 @@ README.rst
3
3
  VERSION.txt
4
4
  pyproject.toml
5
5
  setup.py
6
+ passagemath_ntl/__init__.py
6
7
  passagemath_ntl.egg-info/PKG-INFO
7
8
  passagemath_ntl.egg-info/SOURCES.txt
8
9
  passagemath_ntl.egg-info/dependency_links.txt
@@ -1,10 +1,10 @@
1
1
  cysignals!=1.12.0,>=1.11.2
2
2
  memory_allocator
3
- passagemath-environment~=10.6.26.0
4
- passagemath-categories~=10.6.26.0
3
+ passagemath-environment~=10.6.40.0
4
+ passagemath-categories~=10.6.40.0
5
5
 
6
6
  [:sys_platform == "win32"]
7
- cysignals<1.12.4
7
+ cysignals!=1.12.4
8
8
 
9
9
  [test]
10
10
  passagemath-repl
@@ -2,13 +2,13 @@
2
2
  # Minimum requirements for the build system to execute.
3
3
  requires = [
4
4
  'setuptools >= 77.0.0',
5
- 'passagemath-conf ~= 10.6.26.0 ; sys_platform != "win32"',
6
- 'passagemath-setup ~= 10.6.26.0',
7
- 'passagemath-environment ~= 10.6.26.0',
8
- 'passagemath-categories ~= 10.6.26.0',
9
- 'passagemath-modules ~= 10.6.26.0',
10
- 'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
11
- 'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
5
+ 'passagemath-conf ~= 10.6.40.0 ; sys_platform != "win32"',
6
+ 'passagemath-setup ~= 10.6.40.0',
7
+ 'passagemath-environment ~= 10.6.40.0',
8
+ 'passagemath-categories ~= 10.6.40.0',
9
+ 'passagemath-modules ~= 10.6.40.0',
10
+ 'cython >=3.0.8, <3.3.0', 'cython >=3.0.8,<3.3.0',
11
+ 'cysignals !=1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
12
12
  'memory_allocator',
13
13
  'pkgconfig',
14
14
  ]
@@ -18,10 +18,10 @@ build-backend = "setuptools.build_meta"
18
18
  name = "passagemath-ntl"
19
19
  description = "passagemath: Computational Number Theory with NTL"
20
20
  dependencies = [
21
- 'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
21
+ 'cysignals !=1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
22
22
  'memory_allocator',
23
- 'passagemath-environment ~= 10.6.26.0',
24
- 'passagemath-categories ~= 10.6.26.0',
23
+ 'passagemath-environment ~= 10.6.40.0',
24
+ 'passagemath-categories ~= 10.6.40.0',
25
25
  ]
26
26
  dynamic = ["version"]
27
27
  license = "GPL-2.0-or-later"
@@ -42,10 +42,11 @@ classifiers = [
42
42
  "Programming Language :: Python :: 3.11",
43
43
  "Programming Language :: Python :: 3.12",
44
44
  "Programming Language :: Python :: 3.13",
45
+ "Programming Language :: Python :: 3.14",
45
46
  "Programming Language :: Python :: Implementation :: CPython",
46
47
  "Topic :: Scientific/Engineering :: Mathematics",
47
48
  ]
48
- requires-python = ">=3.10, <3.14"
49
+ requires-python = ">=3.10, <3.15"
49
50
 
50
51
  [project.urls]
51
52
  "release notes" = "https://github.com/passagemath/passagemath/releases"
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-linbox
2
- # distutils: extra_compile_args = -std=c++11
2
+ # distutils: extra_compile_args = -std=c++14
3
3
  # distutils: language = c++
4
4
 
5
5
  cdef extern from "m4ri/m4ri.h":
@@ -443,7 +443,8 @@ cdef class Cache_ntl_gf2e(Cache_base):
443
443
 
444
444
  EXAMPLES::
445
445
 
446
- sage: k.<a> = GF(2^20,modulus='minimal_weight')
446
+ sage: # needs sage.libs.m4ri
447
+ sage: k.<a> = GF(2^20, modulus='minimal_weight')
447
448
  sage: k._cache.polynomial()
448
449
  [1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
449
450
  """
@@ -514,7 +514,7 @@ cdef class pAdicZZpXCRElement(pAdicZZpXElement):
514
514
  sage: hash(a)
515
515
  Traceback (most recent call last):
516
516
  ...
517
- TypeError: unhashable type: 'sage.rings.padics.qadic_flint_CR.qAdicCappedRelativeElement'
517
+ TypeError: ...unhashable type: 'sage.rings.padics.qadic_flint_CR.qAdicCappedRelativeElement'...
518
518
 
519
519
  However, we want to cache computations which depend on them. Therefore
520
520
  they define a ``_cache_key`` which is hashable and uniquely identifies
@@ -8,6 +8,7 @@ sys.path.insert(0, os.path.dirname(__file__))
8
8
  from sage_setup import sage_setup
9
9
 
10
10
  sage_setup(['sagemath-ntl'],
11
+ recurse_packages=('sage', 'passagemath_ntl'),
11
12
  required_modules=('m4ri',),
12
13
  spkgs=['ntl', 'm4ri'],
13
14
  package_data={'sage.libs.ntl': ['*.h', '*.pxi']})
@@ -1 +0,0 @@
1
- 10.6.26