passagemath-categories 10.6.1rc4__tar.gz → 10.6.21__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.

Potentially problematic release.


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

Files changed (644) hide show
  1. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/PKG-INFO +33 -28
  2. passagemath_categories-10.6.21/README.rst +120 -0
  3. passagemath_categories-10.6.21/VERSION.txt +1 -0
  4. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/PKG-INFO +33 -28
  5. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/requires.txt +1 -1
  6. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/pyproject.toml +9 -7
  7. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/classical_crystals.py +1 -1
  8. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coxeter_groups.py +16 -16
  9. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/crystals.py +1 -1
  10. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/crystals.py +1 -1
  11. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_dimensional_lie_algebras_with_basis.py +1 -1
  12. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_complex_reflection_groups.py +1 -1
  13. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_coxeter_groups.py +2 -2
  14. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_crystals.py +1 -1
  15. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_algebras_with_basis.py +1 -1
  16. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_lie_algebras_with_basis.py +22 -20
  17. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_modules_with_basis.py +46 -61
  18. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/groups.py +5 -5
  19. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/highest_weight_crystals.py +1 -1
  20. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/hopf_algebras.py +1 -1
  21. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_algebras.py +29 -23
  22. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_algebras_with_basis.py +9 -9
  23. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/loop_crystals.py +1 -1
  24. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/number_fields.py +5 -5
  25. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/ore_modules.py +2 -1
  26. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/posets.py +1 -1
  27. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/regular_crystals.py +1 -1
  28. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/regular_supercrystals.py +1 -1
  29. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/rings.py +1 -1
  30. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/simplicial_sets.py +1 -1
  31. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/supercrystals.py +1 -1
  32. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/weyl_groups.py +2 -2
  33. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/partition.py +2 -2
  34. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/permutation.py +1 -1
  35. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/q_analogues.py +1 -1
  36. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/stream.py +11 -17
  37. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/citation.pyx +2 -2
  38. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/latex.py +1 -1
  39. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/all__sagemath_categories.py +0 -5
  40. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/finite_field_base.pyx +1 -0
  41. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/integer_mod.pyx +2 -2
  42. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/integer_mod_ring.py +38 -34
  43. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/fraction_field_element.pyx +1 -1
  44. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/jacobian_khuri_makdisi.py +2 -2
  45. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/order_rational.py +1 -1
  46. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/ideal.py +4 -4
  47. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/integer.pyx +2 -1
  48. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/lazy_series.py +33 -31
  49. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/lazy_series_ring.py +11 -12
  50. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/morphism.pyx +3 -2
  51. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/all__sagemath_categories.py +3 -0
  52. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/cyclotomic.pyx +3 -3
  53. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial.pyx +15 -15
  54. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_ideal.py +5 -2
  55. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_ring.py +1 -1
  56. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_sequence.py +14 -13
  57. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_element.pyx +4 -4
  58. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_singular_interface.py +1 -1
  59. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/symmetric_ideal.py +37 -39
  60. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/quotient_ring_element.py +5 -1
  61. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_point.py +1 -1
  62. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/algebraic_scheme.py +4 -4
  63. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/homset.py +5 -5
  64. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/rational_point.py +1 -1
  65. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/cohomology.py +2 -2
  66. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_point.py +1 -1
  67. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_rational_point.py +1 -1
  68. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_space.py +8 -10
  69. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_subscheme.py +4 -4
  70. passagemath_categories-10.6.1rc4/README.rst +0 -117
  71. passagemath_categories-10.6.1rc4/VERSION.txt +0 -1
  72. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/MANIFEST.in +0 -0
  73. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/SOURCES.txt +0 -0
  74. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/dependency_links.txt +0 -0
  75. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/top_level.txt +0 -0
  76. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/all__sagemath_categories.py +0 -0
  77. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/all.py +0 -0
  78. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/constants.pxd +0 -0
  79. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/functions.pxd +0 -0
  80. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/functions.pyx +0 -0
  81. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/meson.build +0 -0
  82. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/misc.py +0 -0
  83. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/multi_modular.pxd +0 -0
  84. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/multi_modular.pyx +0 -0
  85. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/rational_reconstruction.pxd +0 -0
  86. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/rational_reconstruction.pyx +0 -0
  87. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/srange.pyx +0 -0
  88. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/calculus/all__sagemath_categories.py +0 -0
  89. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/calculus/functional.py +0 -0
  90. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/calculus/functions.py +0 -0
  91. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/additive_groups.py +0 -0
  92. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/additive_magmas.py +0 -0
  93. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/additive_monoids.py +0 -0
  94. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/additive_semigroups.py +0 -0
  95. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/affine_weyl_groups.py +0 -0
  96. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/algebra_ideals.py +0 -0
  97. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/algebra_modules.py +0 -0
  98. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/algebras.py +0 -0
  99. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/algebras_with_basis.py +0 -0
  100. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/all.py +0 -0
  101. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/aperiodic_semigroups.py +0 -0
  102. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/associative_algebras.py +0 -0
  103. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/bialgebras.py +0 -0
  104. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/bialgebras_with_basis.py +0 -0
  105. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/bimodules.py +0 -0
  106. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/chain_complexes.py +0 -0
  107. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coalgebras.py +0 -0
  108. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coalgebras_with_basis.py +0 -0
  109. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coercion_methods.pyx +0 -0
  110. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_additive_groups.py +0 -0
  111. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_additive_monoids.py +0 -0
  112. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_additive_semigroups.py +0 -0
  113. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_algebra_ideals.py +0 -0
  114. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_algebras.py +0 -0
  115. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_ring_ideals.py +0 -0
  116. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_rings.py +0 -0
  117. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/complete_discrete_valuation.py +0 -0
  118. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/complex_reflection_groups.py +0 -0
  119. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/complex_reflection_or_generalized_coxeter_groups.py +0 -0
  120. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coxeter_group_algebras.py +0 -0
  121. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/cw_complexes.py +0 -0
  122. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/dedekind_domains.py +0 -0
  123. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/discrete_valuation.py +0 -0
  124. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/distributive_magmas_and_additive_magmas.py +0 -0
  125. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/division_rings.py +0 -0
  126. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/domains.py +0 -0
  127. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/drinfeld_modules.py +0 -0
  128. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/dual.py +0 -0
  129. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/enumerated_sets.py +0 -0
  130. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/euclidean_domains.py +0 -0
  131. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/algebras_with_basis.py +0 -0
  132. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/all.py +0 -0
  133. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/commutative_additive_monoids.py +0 -0
  134. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/commutative_additive_semigroups.py +0 -0
  135. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/coxeter_groups.py +0 -0
  136. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/cw_complexes.py +0 -0
  137. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/facade_sets.py +0 -0
  138. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/filtered_algebras_with_basis.py +0 -0
  139. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/filtered_modules_with_basis.py +0 -0
  140. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_coxeter_groups.py +0 -0
  141. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_dimensional_algebras_with_basis.py +0 -0
  142. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_enumerated_sets.py +0 -0
  143. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_monoids.py +0 -0
  144. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_semigroups.py +0 -0
  145. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_weyl_groups.py +0 -0
  146. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/graded_connected_hopf_algebras_with_basis.py +0 -0
  147. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/graded_modules_with_basis.py +0 -0
  148. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/graphs.py +0 -0
  149. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/hopf_algebras_with_basis.py +0 -0
  150. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/infinite_enumerated_sets.py +0 -0
  151. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/lie_algebras.py +0 -0
  152. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/lie_algebras_with_basis.py +0 -0
  153. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/magmas.py +0 -0
  154. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/manifolds.py +0 -0
  155. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/meson.build +0 -0
  156. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/monoids.py +0 -0
  157. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/posets.py +0 -0
  158. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/semigroups.py +0 -0
  159. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/semigroups_cython.pyx +0 -0
  160. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/semirings.py +0 -0
  161. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/sets_cat.py +0 -0
  162. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/sets_with_grading.py +0 -0
  163. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/with_realizations.py +0 -0
  164. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/fields.py +0 -0
  165. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_algebras.py +0 -0
  166. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_algebras_with_basis.py +0 -0
  167. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_hopf_algebras_with_basis.py +0 -0
  168. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_modules.py +0 -0
  169. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_modules_with_basis.py +0 -0
  170. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_bialgebras_with_basis.py +0 -0
  171. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_coalgebras_with_basis.py +0 -0
  172. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_graded_lie_algebras_with_basis.py +0 -0
  173. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_hopf_algebras_with_basis.py +0 -0
  174. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_nilpotent_lie_algebras_with_basis.py +0 -0
  175. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_semisimple_algebras_with_basis.py +0 -0
  176. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_enumerated_sets.py +0 -0
  177. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_fields.py +0 -0
  178. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_groups.py +0 -0
  179. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_lattice_posets.py +0 -0
  180. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_monoids.py +0 -0
  181. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_permutation_groups.py +0 -0
  182. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_posets.py +0 -0
  183. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_semigroups.py +0 -0
  184. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_sets.py +0 -0
  185. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_weyl_groups.py +0 -0
  186. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finitely_generated_lambda_bracket_algebras.py +0 -0
  187. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finitely_generated_lie_conformal_algebras.py +0 -0
  188. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finitely_generated_magmas.py +0 -0
  189. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finitely_generated_semigroups.py +0 -0
  190. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/function_fields.py +0 -0
  191. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/g_sets.py +0 -0
  192. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/gcd_domains.py +0 -0
  193. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/generalized_coxeter_groups.py +0 -0
  194. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_algebras.py +0 -0
  195. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_algebras_with_basis.py +0 -0
  196. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_bialgebras.py +0 -0
  197. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_bialgebras_with_basis.py +0 -0
  198. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_coalgebras.py +0 -0
  199. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_coalgebras_with_basis.py +0 -0
  200. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_hopf_algebras.py +0 -0
  201. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_hopf_algebras_with_basis.py +0 -0
  202. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_lie_algebras.py +0 -0
  203. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_lie_algebras_with_basis.py +0 -0
  204. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_lie_conformal_algebras.py +0 -0
  205. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_modules.py +0 -0
  206. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_modules_with_basis.py +0 -0
  207. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graphs.py +0 -0
  208. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/group_algebras.py +0 -0
  209. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/groupoid.py +0 -0
  210. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/h_trivial_semigroups.py +0 -0
  211. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/hecke_modules.py +0 -0
  212. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/hopf_algebras_with_basis.py +0 -0
  213. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/infinite_enumerated_sets.py +0 -0
  214. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/integral_domains.py +0 -0
  215. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/j_trivial_semigroups.py +0 -0
  216. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/kac_moody_algebras.py +0 -0
  217. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/kahler_algebras.py +0 -0
  218. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/l_trivial_semigroups.py +0 -0
  219. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lambda_bracket_algebras.py +0 -0
  220. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lambda_bracket_algebras_with_basis.py +0 -0
  221. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lattice_posets.py +0 -0
  222. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/left_modules.py +0 -0
  223. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_conformal_algebras.py +0 -0
  224. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_conformal_algebras_with_basis.py +0 -0
  225. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_groups.py +0 -0
  226. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/magmas.py +0 -0
  227. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/magmas_and_additive_magmas.py +0 -0
  228. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/magmatic_algebras.py +0 -0
  229. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/manifolds.py +0 -0
  230. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/matrix_algebras.py +0 -0
  231. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/meson.build +0 -0
  232. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/metric_spaces.py +0 -0
  233. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/modular_abelian_varieties.py +0 -0
  234. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/modules.py +0 -0
  235. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/modules_with_basis.py +0 -0
  236. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/monoid_algebras.py +0 -0
  237. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/monoids.py +0 -0
  238. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/noetherian_rings.py +0 -0
  239. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/partially_ordered_monoids.py +0 -0
  240. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/permutation_groups.py +0 -0
  241. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/pointed_sets.py +0 -0
  242. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/polyhedra.py +0 -0
  243. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/poor_man_map.py +0 -0
  244. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/principal_ideal_domains.py +0 -0
  245. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/quantum_group_representations.py +0 -0
  246. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/quotient_fields.py +0 -0
  247. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/r_trivial_semigroups.py +0 -0
  248. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/right_modules.py +0 -0
  249. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/ring_ideals.py +0 -0
  250. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/rngs.py +0 -0
  251. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/schemes.py +0 -0
  252. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/semigroups.py +0 -0
  253. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/semirings.py +0 -0
  254. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/semisimple_algebras.py +0 -0
  255. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/sets_with_grading.py +0 -0
  256. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/shephard_groups.py +0 -0
  257. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/signed_tensor.py +0 -0
  258. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/simplicial_complexes.py +0 -0
  259. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_algebras.py +0 -0
  260. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_algebras_with_basis.py +0 -0
  261. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_hopf_algebras_with_basis.py +0 -0
  262. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_lie_conformal_algebras.py +0 -0
  263. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_modules.py +0 -0
  264. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_modules_with_basis.py +0 -0
  265. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/supercommutative_algebras.py +0 -0
  266. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/tensor.py +0 -0
  267. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/topological_spaces.py +0 -0
  268. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/triangular_kac_moody_algebras.py +0 -0
  269. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/tutorial.py +0 -0
  270. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/unique_factorization_domains.py +0 -0
  271. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/unital_algebras.py +0 -0
  272. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/vector_bundles.py +0 -0
  273. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/vector_spaces.py +0 -0
  274. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/all__sagemath_categories.py +0 -0
  275. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/backtrack.py +0 -0
  276. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combinat.py +0 -0
  277. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combinat_cython.pxd +0 -0
  278. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combinat_cython.pyx +0 -0
  279. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combination.py +0 -0
  280. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combinatorial_map.py +0 -0
  281. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/composition.py +0 -0
  282. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/dlx.py +0 -0
  283. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/__init__.py +0 -0
  284. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/base.pxd +0 -0
  285. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/base.pyx +0 -0
  286. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/invlex.pxd +0 -0
  287. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/invlex.pyx +0 -0
  288. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/lists.py +0 -0
  289. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/meson.build +0 -0
  290. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/nn.py +0 -0
  291. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_vector.py +0 -0
  292. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_vector_weighted.py +0 -0
  293. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/matrices/all__sagemath_categories.py +0 -0
  294. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/matrices/dancing_links.pyx +0 -0
  295. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/matrices/dancing_links_c.h +0 -0
  296. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/matrices/dlxcpp.py +0 -0
  297. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/partitions.pyx +0 -0
  298. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/permutation_cython.pxd +0 -0
  299. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/permutation_cython.pyx +0 -0
  300. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/ranker.py +0 -0
  301. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/subset.py +0 -0
  302. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/subsets_hereditary.py +0 -0
  303. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/subsets_pairwise.py +0 -0
  304. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/tools.py +0 -0
  305. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/tuple.py +0 -0
  306. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/all.py +0 -0
  307. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/all__sagemath_categories.py +0 -0
  308. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/binary_matrix.pxd +0 -0
  309. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/binary_search.pxd +0 -0
  310. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/binary_search.pyx +0 -0
  311. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset.pxd +0 -0
  312. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset.pyx +0 -0
  313. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset_base.pxd +0 -0
  314. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset_base.pyx +0 -0
  315. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset_intrinsics.h +0 -0
  316. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/blas_dict.pxd +0 -0
  317. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/blas_dict.pyx +0 -0
  318. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/list_of_pairs.pxd +0 -0
  319. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/list_of_pairs.pyx +0 -0
  320. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/meson.build +0 -0
  321. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/mutable_poset.py +0 -0
  322. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/pairing_heap.h +0 -0
  323. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/pairing_heap.pxd +0 -0
  324. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/pairing_heap.pyx +0 -0
  325. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/sparse_bitset.pxd +0 -0
  326. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/databases/all__sagemath_categories.py +0 -0
  327. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/databases/sql_db.py +0 -0
  328. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/all__sagemath_categories.py +0 -0
  329. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/fast_callable.pxd +0 -0
  330. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/fast_callable.pyx +0 -0
  331. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/fast_eval.pxd +0 -0
  332. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/fast_eval.pyx +0 -0
  333. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/airy.py +0 -0
  334. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/all.py +0 -0
  335. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/bessel.py +0 -0
  336. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/error.py +0 -0
  337. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/exp_integral.py +0 -0
  338. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/gamma.py +0 -0
  339. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/generalized.py +0 -0
  340. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/hyperbolic.py +0 -0
  341. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/hypergeometric.py +0 -0
  342. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/jacobi.py +0 -0
  343. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/log.py +0 -0
  344. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/meson.build +0 -0
  345. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/min_max.py +0 -0
  346. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/orthogonal_polys.py +0 -0
  347. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/other.py +0 -0
  348. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/piecewise.py +0 -0
  349. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/prime_pi.pyx +0 -0
  350. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/special.py +0 -0
  351. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/spike_function.py +0 -0
  352. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/transcendental.py +0 -0
  353. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/trig.py +0 -0
  354. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/wigner.py +0 -0
  355. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/geometry/abc.pyx +0 -0
  356. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/geometry/all__sagemath_categories.py +0 -0
  357. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/all__sagemath_categories.py +0 -0
  358. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/generic.py +0 -0
  359. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/groups_catalog.py +0 -0
  360. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/all__sagemath_categories.py +0 -0
  361. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/all.py +0 -0
  362. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/all__sagemath_categories.py +0 -0
  363. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/automorphism_group_canonical_label.pxd +0 -0
  364. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/automorphism_group_canonical_label.pyx +0 -0
  365. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/canonical_augmentation.pxd +0 -0
  366. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/canonical_augmentation.pyx +0 -0
  367. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/data_structures.pxd +0 -0
  368. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/data_structures.pyx +0 -0
  369. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/double_coset.pxd +0 -0
  370. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/double_coset.pyx +0 -0
  371. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/meson.build +0 -0
  372. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_lists.pxd +0 -0
  373. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_lists.pyx +0 -0
  374. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_python.pxd +0 -0
  375. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_python.pyx +0 -0
  376. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_sets.pxd +0 -0
  377. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_sets.pyx +0 -0
  378. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/abc.py +0 -0
  379. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/all.py +0 -0
  380. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/all__sagemath_categories.py +0 -0
  381. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/expect.py +0 -0
  382. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/interface.py +0 -0
  383. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/process.pxd +0 -0
  384. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/process.pyx +0 -0
  385. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/quit.py +0 -0
  386. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/sage0.py +0 -0
  387. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/sagespawn.pyx +0 -0
  388. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/tab_completion.py +0 -0
  389. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/all__sagemath_categories.py +0 -0
  390. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/allocator.pxd +0 -0
  391. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/allocator.pyx +0 -0
  392. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/binary_tree.pxd +0 -0
  393. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/binary_tree.pyx +0 -0
  394. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/callable_dict.pyx +0 -0
  395. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/converting_dict.py +0 -0
  396. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/defaults.py +0 -0
  397. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/derivative.pyx +0 -0
  398. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/functional.py +0 -0
  399. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/html.py +0 -0
  400. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/latex_macros.py +0 -0
  401. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/latex_standalone.py +0 -0
  402. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/map_threaded.py +0 -0
  403. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/mathml.py +0 -0
  404. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/method_decorator.py +0 -0
  405. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/mrange.py +0 -0
  406. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/multireplace.py +0 -0
  407. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/object_multiplexer.py +0 -0
  408. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/parser.pyx +0 -0
  409. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/random_testing.py +0 -0
  410. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/rest_index_of_methods.py +0 -0
  411. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/search.pxd +0 -0
  412. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/search.pyx +0 -0
  413. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/stopgap.pyx +0 -0
  414. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/table.py +0 -0
  415. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/monoids/all__sagemath_categories.py +0 -0
  416. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/monoids/indexed_free_monoid.py +0 -0
  417. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/monoids/monoid.py +0 -0
  418. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/all__sagemath_categories.py +0 -0
  419. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/all__sagemath_categories.py +0 -0
  420. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/generic_backend.pxd +0 -0
  421. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/generic_backend.pyx +0 -0
  422. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/generic_sdp_backend.pxd +0 -0
  423. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/generic_sdp_backend.pyx +0 -0
  424. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/all.py +0 -0
  425. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/decorate.py +0 -0
  426. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/map_reduce.py +0 -0
  427. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/multiprocessing_sage.py +0 -0
  428. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/ncpus.py +0 -0
  429. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/parallelism.py +0 -0
  430. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/reference.py +0 -0
  431. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/use_fork.py +0 -0
  432. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/abc.pxd +0 -0
  433. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/abc.pyx +0 -0
  434. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/algebraic_closure_finite_field.py +0 -0
  435. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/big_oh.py +0 -0
  436. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/continued_fraction.py +0 -0
  437. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/continued_fraction_gosper.py +0 -0
  438. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/factorint.pyx +0 -0
  439. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/fast_arith.pxd +0 -0
  440. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/fast_arith.pyx +0 -0
  441. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/all__sagemath_categories.py +0 -0
  442. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/conway_polynomials.py +0 -0
  443. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/element_base.pxd +0 -0
  444. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/element_base.pyx +0 -0
  445. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/finite_field_base.pxd +0 -0
  446. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/finite_field_constructor.py +0 -0
  447. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/finite_field_prime_modn.py +0 -0
  448. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/galois_group.py +0 -0
  449. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/hom_finite_field.pxd +0 -0
  450. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/hom_finite_field.pyx +0 -0
  451. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/hom_prime_finite_field.pxd +0 -0
  452. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/hom_prime_finite_field.pyx +0 -0
  453. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/homset.py +0 -0
  454. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/integer_mod.pxd +0 -0
  455. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/integer_mod_limits.h +0 -0
  456. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/residue_field.pxd +0 -0
  457. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/residue_field.pyx +0 -0
  458. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/stdint.pxd +0 -0
  459. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/fraction_field.py +0 -0
  460. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/all.py +0 -0
  461. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/all__sagemath_categories.py +0 -0
  462. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/constructor.py +0 -0
  463. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/element.pxd +0 -0
  464. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/element.pyx +0 -0
  465. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/element_rational.pyx +0 -0
  466. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/extensions.py +0 -0
  467. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/function_field.py +0 -0
  468. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/function_field_rational.py +0 -0
  469. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/ideal.py +0 -0
  470. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/ideal_rational.py +0 -0
  471. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/jacobian_base.py +0 -0
  472. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/jacobian_hess.py +0 -0
  473. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/maps.py +0 -0
  474. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/meson.build +0 -0
  475. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/order.py +0 -0
  476. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/order_basis.py +0 -0
  477. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/place.py +0 -0
  478. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/place_rational.py +0 -0
  479. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/generic.py +0 -0
  480. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/homset.py +0 -0
  481. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/ideal_monoid.py +0 -0
  482. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/infinity.py +0 -0
  483. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/integer.pxd +0 -0
  484. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/integer_ring.pxd +0 -0
  485. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/integer_ring.pyx +0 -0
  486. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/laurent_series_ring.py +0 -0
  487. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/laurent_series_ring_element.pxd +0 -0
  488. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/laurent_series_ring_element.pyx +0 -0
  489. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/localization.py +0 -0
  490. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/morphism.pxd +0 -0
  491. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/multi_power_series_ring.py +0 -0
  492. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/multi_power_series_ring_element.py +0 -0
  493. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/noncommutative_ideals.pyx +0 -0
  494. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/all__sagemath_categories.py +0 -0
  495. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_base.pxd +0 -0
  496. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_base.pyx +0 -0
  497. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_element_base.pxd +0 -0
  498. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_element_base.pyx +0 -0
  499. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_ideal.py +0 -0
  500. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/all__sagemath_categories.py +0 -0
  501. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/local_generic.py +0 -0
  502. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/local_generic_element.pxd +0 -0
  503. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/local_generic_element.pyx +0 -0
  504. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/misc.py +0 -0
  505. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/padic_generic.py +0 -0
  506. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/pow_computer.pxd +0 -0
  507. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/pow_computer.pyx +0 -0
  508. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/precision_error.py +0 -0
  509. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/commutative_polynomial.pxd +0 -0
  510. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/commutative_polynomial.pyx +0 -0
  511. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/flatten.py +0 -0
  512. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/ideal.py +0 -0
  513. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/infinite_polynomial_element.py +0 -0
  514. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/infinite_polynomial_ring.py +0 -0
  515. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial.pxd +0 -0
  516. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial.pyx +0 -0
  517. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial_ideal.py +0 -0
  518. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial_ring.py +0 -0
  519. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial_ring_base.py +0 -0
  520. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial.pxd +0 -0
  521. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_element.py +0 -0
  522. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_ring_base.pxd +0 -0
  523. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_ring_base.pyx +0 -0
  524. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polydict.pxd +0 -0
  525. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polydict.pyx +0 -0
  526. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_compiled.pxd +0 -0
  527. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_compiled.pyx +0 -0
  528. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_element.pxd +0 -0
  529. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_element_generic.py +0 -0
  530. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_fateman.py +0 -0
  531. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_quotient_ring.py +0 -0
  532. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_quotient_ring_element.py +0 -0
  533. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_ring.py +0 -0
  534. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_ring_constructor.py +0 -0
  535. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_ring_homomorphism.pxd +0 -0
  536. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_ring_homomorphism.pyx +0 -0
  537. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/symmetric_reduction.pxd +0 -0
  538. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/symmetric_reduction.pyx +0 -0
  539. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/term_order.py +0 -0
  540. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/toy_buchberger.py +0 -0
  541. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/toy_d_basis.py +0 -0
  542. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/toy_variety.py +0 -0
  543. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_mpoly.pxd +0 -0
  544. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_mpoly.pyx +0 -0
  545. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_poly.pxd +0 -0
  546. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_poly.pyx +0 -0
  547. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_ring.py +0 -0
  548. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_ring_element.pxd +0 -0
  549. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_ring_element.pyx +0 -0
  550. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/puiseux_series_ring.py +0 -0
  551. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/puiseux_series_ring_element.pxd +0 -0
  552. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/puiseux_series_ring_element.pyx +0 -0
  553. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/qqbar_decorators.py +0 -0
  554. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/quotient_ring.py +0 -0
  555. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/rational.pxd +0 -0
  556. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/rational.pyx +0 -0
  557. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/rational_field.py +0 -0
  558. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/real_double.pxd +0 -0
  559. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/real_double.pyx +0 -0
  560. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/real_lazy.pxd +0 -0
  561. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/real_lazy.pyx +0 -0
  562. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/ring.pxd +0 -0
  563. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/ring.pyx +0 -0
  564. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/all.py +0 -0
  565. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/meson.build +0 -0
  566. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/non_negative_integer_semiring.py +0 -0
  567. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/tropical_mpolynomial.py +0 -0
  568. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/tropical_polynomial.py +0 -0
  569. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/tropical_semiring.pyx +0 -0
  570. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/tropical_variety.py +0 -0
  571. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/sum_of_squares.pxd +0 -0
  572. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/sum_of_squares.pyx +0 -0
  573. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/tests.py +0 -0
  574. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_homset.py +0 -0
  575. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_morphism.py +0 -0
  576. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_rational_point.py +0 -0
  577. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_space.py +0 -0
  578. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_subscheme.py +0 -0
  579. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/all.py +0 -0
  580. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/all__sagemath_categories.py +0 -0
  581. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/all.py +0 -0
  582. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/ambient_space.py +0 -0
  583. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/divisor.py +0 -0
  584. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/divisor_group.py +0 -0
  585. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/glue.py +0 -0
  586. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/hypersurface.py +0 -0
  587. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/morphism.py +0 -0
  588. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/notes/homset.txt +0 -0
  589. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/notes/imports.txt +0 -0
  590. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/notes/inverse_image.txt +0 -0
  591. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/point.py +0 -0
  592. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/scheme.py +0 -0
  593. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/spec.py +0 -0
  594. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/all.py +0 -0
  595. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/homset.py +0 -0
  596. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/morphism.py +0 -0
  597. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/point.py +0 -0
  598. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/space.py +0 -0
  599. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/subscheme.py +0 -0
  600. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/all.py +0 -0
  601. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/coherent_sheaf.py +0 -0
  602. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/proj_bdd_height.py +0 -0
  603. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_homset.py +0 -0
  604. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_morphism.py +0 -0
  605. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/all.py +0 -0
  606. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/cartesian_product.py +0 -0
  607. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/condition_set.py +0 -0
  608. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/disjoint_set.pxd +0 -0
  609. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/disjoint_set.pyx +0 -0
  610. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/disjoint_union_enumerated_sets.py +0 -0
  611. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/family.pxd +0 -0
  612. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/family.pyx +0 -0
  613. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/finite_enumerated_set.py +0 -0
  614. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/finite_set_map_cy.pxd +0 -0
  615. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/finite_set_map_cy.pyx +0 -0
  616. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/finite_set_maps.py +0 -0
  617. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/image_set.py +0 -0
  618. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/integer_range.py +0 -0
  619. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/meson.build +0 -0
  620. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/non_negative_integers.py +0 -0
  621. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/positive_integers.py +0 -0
  622. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/primes.py +0 -0
  623. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/real_set.py +0 -0
  624. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/recursively_enumerated_set.pxd +0 -0
  625. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/recursively_enumerated_set.pyx +0 -0
  626. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/set.py +0 -0
  627. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/set_from_iterator.py +0 -0
  628. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/totally_ordered_finite_set.py +0 -0
  629. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/symbolic/all__sagemath_categories.py +0 -0
  630. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/symbolic/function.pxd +0 -0
  631. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/symbolic/function.pyx +0 -0
  632. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/symbolic/symbols.py +0 -0
  633. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/tests/all__sagemath_categories.py +0 -0
  634. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/tests/cython.pyx +0 -0
  635. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/tests/stl_vector.pyx +0 -0
  636. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/all.py +0 -0
  637. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/ascii_art.py +0 -0
  638. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/character_art.py +0 -0
  639. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/character_art_factory.py +0 -0
  640. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/symbols.py +0 -0
  641. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/unicode_art.py +0 -0
  642. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/unicode_characters.py +0 -0
  643. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/setup.cfg +0 -0
  644. {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-categories
3
- Version: 10.6.1rc4
3
+ Version: 10.6.21
4
4
  Summary: passagemath: Sage categories and basic rings
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
8
8
  Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
9
  Project-URL: repo (upstream), https://github.com/sagemath/sage
10
10
  Project-URL: repo, https://github.com/passagemath/passagemath
11
- Project-URL: documentation, https://doc.sagemath.org
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
12
  Project-URL: homepage (upstream), https://www.sagemath.org
13
13
  Project-URL: discourse, https://passagemath.discourse.group
14
14
  Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
@@ -17,7 +17,9 @@ Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
20
21
  Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Operating System :: Microsoft :: Windows
21
23
  Classifier: Programming Language :: Python :: 3 :: Only
22
24
  Classifier: Programming Language :: Python :: 3.10
23
25
  Classifier: Programming Language :: Python :: 3.11
@@ -27,7 +29,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
27
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
28
30
  Requires-Python: <3.14,>=3.10
29
31
  Description-Content-Type: text/x-rst
30
- Requires-Dist: passagemath-objects==10.6.1rc4
32
+ Requires-Dist: passagemath-objects~=10.6.21.0
31
33
  Requires-Dist: memory_allocator
32
34
  Provides-Extra: test
33
35
  Requires-Dist: passagemath-repl; extra == "test"
@@ -44,48 +46,51 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
44
46
  developed 2005-2025 under the motto “Creating a Viable Open Source
45
47
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
46
48
 
47
- The passagemath fork was created in October 2024 with the following
48
- goals:
49
+ The passagemath fork uses the motto "Creating a Free Passage Between the
50
+ Scientific Python Ecosystem and Mathematical Software Communities."
51
+ It was created in October 2024 with the following goals:
49
52
 
50
- - providing modularized installation with pip, thus completing a `major
51
- project started in 2020 in the Sage
52
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
53
+ - providing modularized installation with pip,
53
54
  - establishing first-class membership in the scientific Python
54
55
  ecosystem,
55
56
  - giving `clear attribution of upstream
56
57
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
57
58
  - providing independently usable Python interfaces to upstream
58
59
  libraries,
59
- - providing `platform portability and integration testing
60
+ - offering `platform portability and integration testing
60
61
  services <https://github.com/passagemath/passagemath/issues/704>`__
61
62
  to upstream projects,
62
63
  - inviting collaborations with upstream projects,
63
64
  - `building a professional, respectful, inclusive
64
65
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
66
+ - `empowering Sage users to participate in the scientific Python ecosystem
67
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
65
68
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
66
69
  serverless deployment with Javascript,
67
70
  - developing a native Windows port.
68
71
 
69
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
72
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
70
73
  available online.
71
74
 
72
- passagemath attempts to support all major Linux distributions and recent versions of
73
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
74
- virtualization.
75
+ passagemath attempts to support and provides binary wheels suitable for
76
+ all major Linux distributions and recent versions of macOS.
75
77
 
76
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
77
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
78
- so compilation from source is triggered for those.
78
+ Binary wheels for native Windows (x86_64) are are available for a subset of
79
+ the passagemath distributions. Use of the full functionality of passagemath
80
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
81
+ or virtualization.
82
+
83
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
79
84
 
80
85
 
81
86
  About this pip-installable distribution package
82
87
  -----------------------------------------------
83
88
 
84
- The pip-installable distribution package `sagemath-categories` is a
89
+ The pip-installable distribution package ``passagemath-categories`` is a
85
90
  distribution of a small part of the Sage Library.
86
91
 
87
92
  It provides a small subset of the modules of the Sage library
88
- ("sagelib", `sagemath-standard`) that is a superset of `sagemath-objects`
93
+ ("sagelib", ``passagemath-standard``) building on top of ``passagemath-objects``
89
94
  (providing Sage objects, the element/parent framework, categories, the coercion
90
95
  system and the related metaclasses), making various additional categories
91
96
  available without introducing dependencies on additional mathematical
@@ -95,23 +100,23 @@ libraries.
95
100
  What is included
96
101
  ----------------
97
102
 
98
- * `Structure <https://doc.sagemath.org/html/en/reference/structure/index.html>`_, `Coercion framework <https://doc.sagemath.org/html/en/reference/coercion/index.html>`_, `Base Classes, Metaclasses <https://doc.sagemath.org/html/en/reference/misc/index.html#special-base-classes-decorators-etc>`_
103
+ * `Structure <https://passagemath.org/docs/latest/html/en/reference/structure/index.html>`_, `Coercion framework <https://passagemath.org/docs/latest/html/en/reference/coercion/index.html>`_, `Base Classes, Metaclasses <https://passagemath.org/docs/latest/html/en/reference/misc/index.html#special-base-classes-decorators-etc>`_
99
104
 
100
- * `Categories and functorial constructions <https://doc.sagemath.org/html/en/reference/categories/index.html>`_
105
+ * `Categories and functorial constructions <https://passagemath.org/docs/latest/html/en/reference/categories/index.html>`_
101
106
 
102
- * `Sets <https://doc.sagemath.org/html/en/reference/sets/index.html>`_
107
+ * `Sets <https://passagemath.org/docs/latest/html/en/reference/sets/index.html>`_
103
108
 
104
- * Basic Combinatorial and Data Structures: `Binary trees <https://doc.sagemath.org/html/en/reference/data_structures/sage/misc/binary_tree.html>`_, `Bitsets <https://doc.sagemath.org/html/en/reference/data_structures/sage/data_structures/bitset.html>`_, `Permutations <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/permutation.html>`_, Combinations
109
+ * Basic Combinatorial and Data Structures: `Binary trees <https://passagemath.org/docs/latest/html/en/reference/data_structures/sage/misc/binary_tree.html>`_, `Bitsets <https://passagemath.org/docs/latest/html/en/reference/data_structures/sage/data_structures/bitset.html>`_, `Permutations <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/permutation.html>`_, Combinations
105
110
 
106
- * Basic Rings and Fields: `Integers, Rationals <https://doc.sagemath.org/html/en/reference/rings_standard/index.html>`_, `Double Precision Reals <https://doc.sagemath.org/html/en/reference/rings_numerical/sage/rings/real_double.html>`_, `Z/nZ <https://doc.sagemath.org/html/en/reference/finite_rings/sage/rings/finite_rings/integer_mod_ring.html>`_
111
+ * Basic Rings and Fields: `Integers, Rationals <https://passagemath.org/docs/latest/html/en/reference/rings_standard/index.html>`_, `Double Precision Reals <https://passagemath.org/docs/latest/html/en/reference/rings_numerical/sage/rings/real_double.html>`_, `Z/nZ <https://passagemath.org/docs/latest/html/en/reference/finite_rings/sage/rings/finite_rings/integer_mod_ring.html>`_
107
112
 
108
- * `Commutative Polynomials <https://doc.sagemath.org/html/en/reference/polynomial_rings/index.html>`_, `Power Series and Laurent Series <https://doc.sagemath.org/html/en/reference/power_series/index.html>`_, `Rational Function Fields <https://doc.sagemath.org/html/en/reference/function_fields/index.html>`_
113
+ * `Commutative Polynomials <https://passagemath.org/docs/latest/html/en/reference/polynomial_rings/index.html>`_, `Power Series and Laurent Series <https://passagemath.org/docs/latest/html/en/reference/power_series/index.html>`_, `Rational Function Fields <https://passagemath.org/docs/latest/html/en/reference/function_fields/index.html>`_
109
114
 
110
- * Arithmetic Functions, `Elementary and Special Functions <https://doc.sagemath.org/html/en/reference/functions/index.html>`_ as generic entry points
115
+ * Arithmetic Functions, `Elementary and Special Functions <https://passagemath.org/docs/latest/html/en/reference/functions/index.html>`_ as generic entry points
111
116
 
112
- * Base classes for Groups, Rings, `Finite Fields <https://doc.sagemath.org/html/en/reference/finite_rings/sage/rings/finite_rings/finite_field_constructor.html>`_, `Number Fields <https://doc.sagemath.org/html/en/reference/number_fields/sage/rings/number_field/number_field_base.html>`_, `Schemes <https://doc.sagemath.org/html/en/reference/schemes/index.html>`_
117
+ * Base classes for Groups, Rings, `Finite Fields <https://passagemath.org/docs/latest/html/en/reference/finite_rings/sage/rings/finite_rings/finite_field_constructor.html>`_, `Number Fields <https://passagemath.org/docs/latest/html/en/reference/number_fields/sage/rings/number_field/number_field_base.html>`_, `Schemes <https://passagemath.org/docs/latest/html/en/reference/schemes/index.html>`_
113
118
 
114
- * Facilities for `Parallel Computing <https://doc.sagemath.org/html/en/reference/parallel/index.html>`_, `Formatted Output <https://doc.sagemath.org/html/en/reference/misc/index.html#formatted-output>`_
119
+ * Facilities for `Parallel Computing <https://passagemath.org/docs/latest/html/en/reference/parallel/index.html>`_, `Formatted Output <https://passagemath.org/docs/latest/html/en/reference/misc/index.html#formatted-output>`_
115
120
 
116
121
  Available in other distribution packages
117
122
  -----------------------------------------------
@@ -148,4 +153,4 @@ Available in other distribution packages
148
153
  Dependencies
149
154
  ------------
150
155
 
151
- When building from source, development packages of `gmp`, `mpfr`, and `mpc` are needed.
156
+ When building from source, development packages of ``gmp``, ``mpfr``, and ``mpc`` are needed.
@@ -0,0 +1,120 @@
1
+ =========================================================================
2
+ passagemath: Sage categories, basic rings, polynomials, functions
3
+ =========================================================================
4
+
5
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
6
+ source mathematical software in Python, released under the GNU General
7
+ Public Licence GPLv2+.
8
+
9
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
10
+ developed 2005-2025 under the motto “Creating a Viable Open Source
11
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
12
+
13
+ The passagemath fork uses the motto "Creating a Free Passage Between the
14
+ Scientific Python Ecosystem and Mathematical Software Communities."
15
+ It was created in October 2024 with the following goals:
16
+
17
+ - providing modularized installation with pip,
18
+ - establishing first-class membership in the scientific Python
19
+ ecosystem,
20
+ - giving `clear attribution of upstream
21
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
22
+ - providing independently usable Python interfaces to upstream
23
+ libraries,
24
+ - offering `platform portability and integration testing
25
+ services <https://github.com/passagemath/passagemath/issues/704>`__
26
+ to upstream projects,
27
+ - inviting collaborations with upstream projects,
28
+ - `building a professional, respectful, inclusive
29
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
30
+ - `empowering Sage users to participate in the scientific Python ecosystem
31
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
32
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
33
+ serverless deployment with Javascript,
34
+ - developing a native Windows port.
35
+
36
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
37
+ available online.
38
+
39
+ passagemath attempts to support and provides binary wheels suitable for
40
+ all major Linux distributions and recent versions of macOS.
41
+
42
+ Binary wheels for native Windows (x86_64) are are available for a subset of
43
+ the passagemath distributions. Use of the full functionality of passagemath
44
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
45
+ or virtualization.
46
+
47
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
48
+
49
+
50
+ About this pip-installable distribution package
51
+ -----------------------------------------------
52
+
53
+ The pip-installable distribution package ``passagemath-categories`` is a
54
+ distribution of a small part of the Sage Library.
55
+
56
+ It provides a small subset of the modules of the Sage library
57
+ ("sagelib", ``passagemath-standard``) building on top of ``passagemath-objects``
58
+ (providing Sage objects, the element/parent framework, categories, the coercion
59
+ system and the related metaclasses), making various additional categories
60
+ available without introducing dependencies on additional mathematical
61
+ libraries.
62
+
63
+
64
+ What is included
65
+ ----------------
66
+
67
+ * `Structure <https://passagemath.org/docs/latest/html/en/reference/structure/index.html>`_, `Coercion framework <https://passagemath.org/docs/latest/html/en/reference/coercion/index.html>`_, `Base Classes, Metaclasses <https://passagemath.org/docs/latest/html/en/reference/misc/index.html#special-base-classes-decorators-etc>`_
68
+
69
+ * `Categories and functorial constructions <https://passagemath.org/docs/latest/html/en/reference/categories/index.html>`_
70
+
71
+ * `Sets <https://passagemath.org/docs/latest/html/en/reference/sets/index.html>`_
72
+
73
+ * Basic Combinatorial and Data Structures: `Binary trees <https://passagemath.org/docs/latest/html/en/reference/data_structures/sage/misc/binary_tree.html>`_, `Bitsets <https://passagemath.org/docs/latest/html/en/reference/data_structures/sage/data_structures/bitset.html>`_, `Permutations <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/permutation.html>`_, Combinations
74
+
75
+ * Basic Rings and Fields: `Integers, Rationals <https://passagemath.org/docs/latest/html/en/reference/rings_standard/index.html>`_, `Double Precision Reals <https://passagemath.org/docs/latest/html/en/reference/rings_numerical/sage/rings/real_double.html>`_, `Z/nZ <https://passagemath.org/docs/latest/html/en/reference/finite_rings/sage/rings/finite_rings/integer_mod_ring.html>`_
76
+
77
+ * `Commutative Polynomials <https://passagemath.org/docs/latest/html/en/reference/polynomial_rings/index.html>`_, `Power Series and Laurent Series <https://passagemath.org/docs/latest/html/en/reference/power_series/index.html>`_, `Rational Function Fields <https://passagemath.org/docs/latest/html/en/reference/function_fields/index.html>`_
78
+
79
+ * Arithmetic Functions, `Elementary and Special Functions <https://passagemath.org/docs/latest/html/en/reference/functions/index.html>`_ as generic entry points
80
+
81
+ * Base classes for Groups, Rings, `Finite Fields <https://passagemath.org/docs/latest/html/en/reference/finite_rings/sage/rings/finite_rings/finite_field_constructor.html>`_, `Number Fields <https://passagemath.org/docs/latest/html/en/reference/number_fields/sage/rings/number_field/number_field_base.html>`_, `Schemes <https://passagemath.org/docs/latest/html/en/reference/schemes/index.html>`_
82
+
83
+ * Facilities for `Parallel Computing <https://passagemath.org/docs/latest/html/en/reference/parallel/index.html>`_, `Formatted Output <https://passagemath.org/docs/latest/html/en/reference/misc/index.html#formatted-output>`_
84
+
85
+ Available in other distribution packages
86
+ -----------------------------------------------
87
+
88
+ * `sagemath-combinat <https://pypi.org/project/sagemath-combinat>`_:
89
+ Algebraic combinatorics, combinatorial representation theory
90
+
91
+ * `sagemath-graphs <https://pypi.org/project/sagemath-graphs>`_:
92
+ Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
93
+
94
+ * `sagemath-groups <https://pypi.org/project/sagemath-groups>`_:
95
+ Groups, invariant theory
96
+
97
+ * `sagemath-modules <https://pypi.org/project/sagemath-modules>`_:
98
+ Vectors, matrices, tensors, vector spaces, affine spaces,
99
+ modules and algebras, additive groups, quadratic forms, root systems, homology, coding theory, matroids
100
+
101
+ * `sagemath-plot <https://pypi.org/project/sagemath-plot>`_:
102
+ Plotting and graphics with Matplotlib, Three.JS, etc.
103
+
104
+ * `sagemath-polyhedra <https://pypi.org/project/sagemath-polyhedra>`_:
105
+ Convex polyhedra in arbitrary dimension, triangulations, polyhedral fans, lattice points, geometric complexes, hyperplane arrangements
106
+
107
+ * `sagemath-repl <https://pypi.org/project/sagemath-repl>`_:
108
+ IPython REPL, the interactive language of SageMath (preparser), interacts, development tools
109
+
110
+ * `sagemath-schemes <https://pypi.org/project/sagemath-schemes>`_:
111
+ Schemes, varieties, Groebner bases, elliptic curves, algebraic Riemann surfaces, modular forms, arithmetic dynamics
112
+
113
+ * `sagemath-symbolics <https://pypi.org/project/sagemath-symbolics>`_:
114
+ Symbolic expressions, calculus, differentiable manifolds, asymptotics
115
+
116
+
117
+ Dependencies
118
+ ------------
119
+
120
+ When building from source, development packages of ``gmp``, ``mpfr``, and ``mpc`` are needed.
@@ -0,0 +1 @@
1
+ 10.6.21
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-categories
3
- Version: 10.6.1rc4
3
+ Version: 10.6.21
4
4
  Summary: passagemath: Sage categories and basic rings
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
8
8
  Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
9
  Project-URL: repo (upstream), https://github.com/sagemath/sage
10
10
  Project-URL: repo, https://github.com/passagemath/passagemath
11
- Project-URL: documentation, https://doc.sagemath.org
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
12
  Project-URL: homepage (upstream), https://www.sagemath.org
13
13
  Project-URL: discourse, https://passagemath.discourse.group
14
14
  Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
@@ -17,7 +17,9 @@ Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
20
21
  Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Operating System :: Microsoft :: Windows
21
23
  Classifier: Programming Language :: Python :: 3 :: Only
22
24
  Classifier: Programming Language :: Python :: 3.10
23
25
  Classifier: Programming Language :: Python :: 3.11
@@ -27,7 +29,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
27
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
28
30
  Requires-Python: <3.14,>=3.10
29
31
  Description-Content-Type: text/x-rst
30
- Requires-Dist: passagemath-objects==10.6.1rc4
32
+ Requires-Dist: passagemath-objects~=10.6.21.0
31
33
  Requires-Dist: memory_allocator
32
34
  Provides-Extra: test
33
35
  Requires-Dist: passagemath-repl; extra == "test"
@@ -44,48 +46,51 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
44
46
  developed 2005-2025 under the motto “Creating a Viable Open Source
45
47
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
46
48
 
47
- The passagemath fork was created in October 2024 with the following
48
- goals:
49
+ The passagemath fork uses the motto "Creating a Free Passage Between the
50
+ Scientific Python Ecosystem and Mathematical Software Communities."
51
+ It was created in October 2024 with the following goals:
49
52
 
50
- - providing modularized installation with pip, thus completing a `major
51
- project started in 2020 in the Sage
52
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
53
+ - providing modularized installation with pip,
53
54
  - establishing first-class membership in the scientific Python
54
55
  ecosystem,
55
56
  - giving `clear attribution of upstream
56
57
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
57
58
  - providing independently usable Python interfaces to upstream
58
59
  libraries,
59
- - providing `platform portability and integration testing
60
+ - offering `platform portability and integration testing
60
61
  services <https://github.com/passagemath/passagemath/issues/704>`__
61
62
  to upstream projects,
62
63
  - inviting collaborations with upstream projects,
63
64
  - `building a professional, respectful, inclusive
64
65
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
66
+ - `empowering Sage users to participate in the scientific Python ecosystem
67
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
65
68
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
66
69
  serverless deployment with Javascript,
67
70
  - developing a native Windows port.
68
71
 
69
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
72
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
70
73
  available online.
71
74
 
72
- passagemath attempts to support all major Linux distributions and recent versions of
73
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
74
- virtualization.
75
+ passagemath attempts to support and provides binary wheels suitable for
76
+ all major Linux distributions and recent versions of macOS.
75
77
 
76
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
77
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
78
- so compilation from source is triggered for those.
78
+ Binary wheels for native Windows (x86_64) are are available for a subset of
79
+ the passagemath distributions. Use of the full functionality of passagemath
80
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
81
+ or virtualization.
82
+
83
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
79
84
 
80
85
 
81
86
  About this pip-installable distribution package
82
87
  -----------------------------------------------
83
88
 
84
- The pip-installable distribution package `sagemath-categories` is a
89
+ The pip-installable distribution package ``passagemath-categories`` is a
85
90
  distribution of a small part of the Sage Library.
86
91
 
87
92
  It provides a small subset of the modules of the Sage library
88
- ("sagelib", `sagemath-standard`) that is a superset of `sagemath-objects`
93
+ ("sagelib", ``passagemath-standard``) building on top of ``passagemath-objects``
89
94
  (providing Sage objects, the element/parent framework, categories, the coercion
90
95
  system and the related metaclasses), making various additional categories
91
96
  available without introducing dependencies on additional mathematical
@@ -95,23 +100,23 @@ libraries.
95
100
  What is included
96
101
  ----------------
97
102
 
98
- * `Structure <https://doc.sagemath.org/html/en/reference/structure/index.html>`_, `Coercion framework <https://doc.sagemath.org/html/en/reference/coercion/index.html>`_, `Base Classes, Metaclasses <https://doc.sagemath.org/html/en/reference/misc/index.html#special-base-classes-decorators-etc>`_
103
+ * `Structure <https://passagemath.org/docs/latest/html/en/reference/structure/index.html>`_, `Coercion framework <https://passagemath.org/docs/latest/html/en/reference/coercion/index.html>`_, `Base Classes, Metaclasses <https://passagemath.org/docs/latest/html/en/reference/misc/index.html#special-base-classes-decorators-etc>`_
99
104
 
100
- * `Categories and functorial constructions <https://doc.sagemath.org/html/en/reference/categories/index.html>`_
105
+ * `Categories and functorial constructions <https://passagemath.org/docs/latest/html/en/reference/categories/index.html>`_
101
106
 
102
- * `Sets <https://doc.sagemath.org/html/en/reference/sets/index.html>`_
107
+ * `Sets <https://passagemath.org/docs/latest/html/en/reference/sets/index.html>`_
103
108
 
104
- * Basic Combinatorial and Data Structures: `Binary trees <https://doc.sagemath.org/html/en/reference/data_structures/sage/misc/binary_tree.html>`_, `Bitsets <https://doc.sagemath.org/html/en/reference/data_structures/sage/data_structures/bitset.html>`_, `Permutations <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/permutation.html>`_, Combinations
109
+ * Basic Combinatorial and Data Structures: `Binary trees <https://passagemath.org/docs/latest/html/en/reference/data_structures/sage/misc/binary_tree.html>`_, `Bitsets <https://passagemath.org/docs/latest/html/en/reference/data_structures/sage/data_structures/bitset.html>`_, `Permutations <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/permutation.html>`_, Combinations
105
110
 
106
- * Basic Rings and Fields: `Integers, Rationals <https://doc.sagemath.org/html/en/reference/rings_standard/index.html>`_, `Double Precision Reals <https://doc.sagemath.org/html/en/reference/rings_numerical/sage/rings/real_double.html>`_, `Z/nZ <https://doc.sagemath.org/html/en/reference/finite_rings/sage/rings/finite_rings/integer_mod_ring.html>`_
111
+ * Basic Rings and Fields: `Integers, Rationals <https://passagemath.org/docs/latest/html/en/reference/rings_standard/index.html>`_, `Double Precision Reals <https://passagemath.org/docs/latest/html/en/reference/rings_numerical/sage/rings/real_double.html>`_, `Z/nZ <https://passagemath.org/docs/latest/html/en/reference/finite_rings/sage/rings/finite_rings/integer_mod_ring.html>`_
107
112
 
108
- * `Commutative Polynomials <https://doc.sagemath.org/html/en/reference/polynomial_rings/index.html>`_, `Power Series and Laurent Series <https://doc.sagemath.org/html/en/reference/power_series/index.html>`_, `Rational Function Fields <https://doc.sagemath.org/html/en/reference/function_fields/index.html>`_
113
+ * `Commutative Polynomials <https://passagemath.org/docs/latest/html/en/reference/polynomial_rings/index.html>`_, `Power Series and Laurent Series <https://passagemath.org/docs/latest/html/en/reference/power_series/index.html>`_, `Rational Function Fields <https://passagemath.org/docs/latest/html/en/reference/function_fields/index.html>`_
109
114
 
110
- * Arithmetic Functions, `Elementary and Special Functions <https://doc.sagemath.org/html/en/reference/functions/index.html>`_ as generic entry points
115
+ * Arithmetic Functions, `Elementary and Special Functions <https://passagemath.org/docs/latest/html/en/reference/functions/index.html>`_ as generic entry points
111
116
 
112
- * Base classes for Groups, Rings, `Finite Fields <https://doc.sagemath.org/html/en/reference/finite_rings/sage/rings/finite_rings/finite_field_constructor.html>`_, `Number Fields <https://doc.sagemath.org/html/en/reference/number_fields/sage/rings/number_field/number_field_base.html>`_, `Schemes <https://doc.sagemath.org/html/en/reference/schemes/index.html>`_
117
+ * Base classes for Groups, Rings, `Finite Fields <https://passagemath.org/docs/latest/html/en/reference/finite_rings/sage/rings/finite_rings/finite_field_constructor.html>`_, `Number Fields <https://passagemath.org/docs/latest/html/en/reference/number_fields/sage/rings/number_field/number_field_base.html>`_, `Schemes <https://passagemath.org/docs/latest/html/en/reference/schemes/index.html>`_
113
118
 
114
- * Facilities for `Parallel Computing <https://doc.sagemath.org/html/en/reference/parallel/index.html>`_, `Formatted Output <https://doc.sagemath.org/html/en/reference/misc/index.html#formatted-output>`_
119
+ * Facilities for `Parallel Computing <https://passagemath.org/docs/latest/html/en/reference/parallel/index.html>`_, `Formatted Output <https://passagemath.org/docs/latest/html/en/reference/misc/index.html#formatted-output>`_
115
120
 
116
121
  Available in other distribution packages
117
122
  -----------------------------------------------
@@ -148,4 +153,4 @@ Available in other distribution packages
148
153
  Dependencies
149
154
  ------------
150
155
 
151
- When building from source, development packages of `gmp`, `mpfr`, and `mpc` are needed.
156
+ When building from source, development packages of ``gmp``, ``mpfr``, and ``mpc`` are needed.
@@ -1,4 +1,4 @@
1
- passagemath-objects==10.6.1rc4
1
+ passagemath-objects~=10.6.21.0
2
2
  memory_allocator
3
3
 
4
4
  [test]
@@ -1,16 +1,16 @@
1
- # Generated by SAGE_ROOT/bootstrap; do not edit
2
1
  [build-system]
3
2
  # Minimum requirements for the build system to execute.
4
3
  requires = [
5
4
  'setuptools >= 77.0.0',
6
- 'passagemath-setup == 10.6.1rc4',
5
+ 'passagemath-conf ~= 10.6.21.0 ; sys_platform != "win32"',
6
+ 'passagemath-setup ~= 10.6.21.0',
7
7
  'jinja2',
8
- 'passagemath-environment == 10.6.1rc4',
9
- 'passagemath-objects == 10.6.1rc4',
8
+ 'passagemath-environment ~= 10.6.21.0',
9
+ 'passagemath-objects ~= 10.6.21.0',
10
10
  'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
11
11
  'gmpy2 ~=2.1.b999',
12
12
  'memory_allocator',
13
- 'cysignals >=1.11.2, != 1.12.0',
13
+ 'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
14
14
  'pkgconfig',
15
15
  ]
16
16
  build-backend = "setuptools.build_meta"
@@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta"
19
19
  name = "passagemath-categories"
20
20
  description = "passagemath: Sage categories and basic rings"
21
21
  dependencies = [
22
- 'passagemath-objects == 10.6.1rc4',
22
+ 'passagemath-objects ~= 10.6.21.0',
23
23
  'memory_allocator',
24
24
  ]
25
25
  dynamic = ["version"]
@@ -34,7 +34,9 @@ classifiers = [
34
34
  "Intended Audience :: Education",
35
35
  "Intended Audience :: Science/Research",
36
36
  "Operating System :: POSIX",
37
+ "Operating System :: POSIX :: Linux",
37
38
  "Operating System :: MacOS :: MacOS X",
39
+ "Operating System :: Microsoft :: Windows",
38
40
  "Programming Language :: Python :: 3 :: Only",
39
41
  "Programming Language :: Python :: 3.10",
40
42
  "Programming Language :: Python :: 3.11",
@@ -49,7 +51,7 @@ requires-python = ">=3.10, <3.14"
49
51
  "release notes" = "https://github.com/passagemath/passagemath/releases"
50
52
  "repo (upstream)" = "https://github.com/sagemath/sage"
51
53
  "repo" = "https://github.com/passagemath/passagemath"
52
- documentation = "https://doc.sagemath.org"
54
+ documentation = "https://passagemath.org/docs/latest"
53
55
  "homepage (upstream)" = "https://www.sagemath.org"
54
56
  "discourse" = "https://passagemath.discourse.group"
55
57
  "tracker (upstream)" = "https://github.com/sagemath/sage/issues"
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-categories
2
- # sage.doctest: needs sage.graphs sage.combinat
2
+ # sage.doctest: needs sage.graphs sage.combinat sage.modules
3
3
  r"""
4
4
  Classical Crystals
5
5
  """
@@ -273,7 +273,7 @@ class CoxeterGroups(Category_singleton):
273
273
  EXAMPLES::
274
274
 
275
275
  sage: W = CoxeterGroups().example()
276
- sage: sorted(W.braid_orbit_iter([0, 1, 2, 1])) # needs sage.combinat sage.graphs
276
+ sage: sorted(W.braid_orbit_iter([0, 1, 2, 1])) # needs sage.combinat sage.graphs sage.modules
277
277
  [[0, 1, 2, 1], [0, 2, 1, 2], [2, 0, 1, 2]]
278
278
  """
279
279
  word = list(word)
@@ -328,10 +328,10 @@ class CoxeterGroups(Category_singleton):
328
328
  sage: word = w.reduced_word(); word
329
329
  [0, 1, 2, 1]
330
330
 
331
- sage: sorted(W.braid_orbit(word)) # needs sage.combinat sage.graphs
331
+ sage: sorted(W.braid_orbit(word)) # needs sage.combinat sage.graphs sage.modules
332
332
  [[0, 1, 2, 1], [0, 2, 1, 2], [2, 0, 1, 2]]
333
333
 
334
- sage: sorted(W.braid_orbit([2,1,1,2,1])) # needs sage.combinat sage.graphs
334
+ sage: sorted(W.braid_orbit([2,1,1,2,1])) # needs sage.combinat sage.graphs sage.modules
335
335
  [[1, 2, 1, 1, 2], [2, 1, 1, 2, 1], [2, 1, 2, 1, 2], [2, 2, 1, 2, 2]]
336
336
 
337
337
  sage: # optional - gap3
@@ -979,8 +979,8 @@ class CoxeterGroups(Category_singleton):
979
979
 
980
980
  EXAMPLES::
981
981
 
982
- sage: W = CoxeterGroup(['D', 4]) # needs sage.graphs
983
- sage: W.reflection_representation() # needs sage.graphs
982
+ sage: W = CoxeterGroup(['D', 4]) # needs sage.graphs sage.groups
983
+ sage: W.reflection_representation() # needs sage.graphs sage.groups
984
984
  Reflection representation of Finite Coxeter group over
985
985
  Integer Ring with Coxeter matrix:
986
986
  [1 3 2 2]
@@ -988,8 +988,8 @@ class CoxeterGroups(Category_singleton):
988
988
  [2 3 1 2]
989
989
  [2 3 2 1]
990
990
 
991
- sage: W = CoxeterGroup(['I', 13]) # needs sage.graphs sage.rings.number_field
992
- sage: W.reflection_representation() # needs sage.graphs sage.rings.number_field
991
+ sage: W = CoxeterGroup(['I', 13]) # needs sage.graphs sage.modules sage.rings.number_field
992
+ sage: W.reflection_representation() # needs sage.graphs sage.modules sage.rings.number_field
993
993
  Reflection representation of Finite Coxeter group over
994
994
  Universal Cyclotomic Field with Coxeter matrix:
995
995
  [ 1 13]
@@ -1389,12 +1389,12 @@ class CoxeterGroups(Category_singleton):
1389
1389
 
1390
1390
  TESTS::
1391
1391
 
1392
- sage: A = AffinePermutationGroup(['A', 7, 1]) # needs sage.combinat
1393
- sage: A._test_coxeter_relations() # needs sage.combinat
1392
+ sage: A = AffinePermutationGroup(['A', 7, 1]) # needs sage.combinat sage.modules
1393
+ sage: A._test_coxeter_relations() # needs sage.combinat sage.modules
1394
1394
 
1395
- sage: cm = CartanMatrix([[2,-5,0], [-2,2,-1], [0,-1,2]]) # needs sage.graphs
1396
- sage: W = WeylGroup(cm) # needs sage.combinat sage.graphs sage.groups
1397
- sage: W._test_coxeter_relations() # needs sage.combinat sage.graphs sage.groups
1395
+ sage: cm = CartanMatrix([[2,-5,0], [-2,2,-1], [0,-1,2]]) # needs sage.graphs sage.modules
1396
+ sage: W = WeylGroup(cm) # needs sage.combinat sage.graphs sage.groups sage.modules
1397
+ sage: W._test_coxeter_relations() # needs sage.combinat sage.graphs sage.groups sage.modules
1398
1398
 
1399
1399
  sage: # needs sage.combinat sage.groups
1400
1400
  sage: W = Permutations(4)
@@ -1737,7 +1737,7 @@ class CoxeterGroups(Category_singleton):
1737
1737
  sage: W = CoxeterGroups().example()
1738
1738
  sage: s = W.simple_reflections()
1739
1739
  sage: w = s[0] * s[2]
1740
- sage: sorted(w.reduced_words_iter()) # needs sage.combinat sage.graphs
1740
+ sage: sorted(w.reduced_words_iter()) # needs sage.combinat sage.graphs sage.modules
1741
1741
  [[0, 2], [2, 0]]
1742
1742
  """
1743
1743
  return self.parent().braid_orbit_iter(self.reduced_word())
@@ -2015,7 +2015,7 @@ class CoxeterGroups(Category_singleton):
2015
2015
  sage: (s[3]*s[2]*s[1]).absolute_length() # needs sage.combinat sage.groups
2016
2016
  3
2017
2017
 
2018
- sage: # needs sage.graphs
2018
+ sage: # needs sage.graphs sage.groups
2019
2019
  sage: W = CoxeterGroup(["A",2,1])
2020
2020
  sage: (r, s, t) = W.simple_reflections()
2021
2021
  sage: (r * s * r * t).absolute_length()
@@ -2050,7 +2050,7 @@ class CoxeterGroups(Category_singleton):
2050
2050
 
2051
2051
  EXAMPLES::
2052
2052
 
2053
- sage: # needs sage.graphs
2053
+ sage: # needs sage.graphs sage.groups
2054
2054
  sage: W = CoxeterGroup(['A', 2, 1])
2055
2055
  sage: (r, s, t) = W.simple_reflections()
2056
2056
  sage: (r * s * r * t).absolute_chain()
@@ -2083,7 +2083,7 @@ class CoxeterGroups(Category_singleton):
2083
2083
 
2084
2084
  EXAMPLES::
2085
2085
 
2086
- sage: # needs sage.graphs
2086
+ sage: # needs sage.graphs sage.groups
2087
2087
  sage: W = CoxeterGroup(["A",2,1])
2088
2088
  sage: W.one().absolute_chain_reflections()
2089
2089
  []
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-categories
2
- # sage.doctest: needs sage.graphs sage.combinat
2
+ # sage.doctest: needs sage.graphs sage.combinat sage.modules
3
3
  r"""
4
4
  Crystals
5
5
 
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-categories
2
- # sage.doctest: needs sage.combinat sage.graphs
2
+ # sage.doctest: needs sage.combinat sage.graphs sage.modules
3
3
  r"""
4
4
  Example of a crystal
5
5
  """
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-categories
2
- # sage.doctest: needs sage.combinat sage.modules
2
+ # sage.doctest: needs sage.combinat sage.libs.singular sage.modules
3
3
  r"""
4
4
  Examples of a finite dimensional Lie algebra with basis
5
5
  """
@@ -550,7 +550,7 @@ class FiniteComplexReflectionGroups(CategoryWithAxiom):
550
550
 
551
551
  EXAMPLES::
552
552
 
553
- sage: # needs sage.combinat sage.graphs
553
+ sage: # needs sage.combinat sage.graphs sage.modules
554
554
  sage: W = ColoredPermutations(3, 2)
555
555
  sage: P = W.milnor_fiber_poset()
556
556
  sage: P