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.
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/PKG-INFO +33 -28
- passagemath_categories-10.6.21/README.rst +120 -0
- passagemath_categories-10.6.21/VERSION.txt +1 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/PKG-INFO +33 -28
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/requires.txt +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/pyproject.toml +9 -7
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/classical_crystals.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coxeter_groups.py +16 -16
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/crystals.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/crystals.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_dimensional_lie_algebras_with_basis.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_complex_reflection_groups.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_coxeter_groups.py +2 -2
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_crystals.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_algebras_with_basis.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_lie_algebras_with_basis.py +22 -20
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_modules_with_basis.py +46 -61
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/groups.py +5 -5
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/highest_weight_crystals.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/hopf_algebras.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_algebras.py +29 -23
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_algebras_with_basis.py +9 -9
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/loop_crystals.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/number_fields.py +5 -5
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/ore_modules.py +2 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/posets.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/regular_crystals.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/regular_supercrystals.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/rings.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/simplicial_sets.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/supercrystals.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/weyl_groups.py +2 -2
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/partition.py +2 -2
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/permutation.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/q_analogues.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/stream.py +11 -17
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/citation.pyx +2 -2
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/latex.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/all__sagemath_categories.py +0 -5
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/finite_field_base.pyx +1 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/integer_mod.pyx +2 -2
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/integer_mod_ring.py +38 -34
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/fraction_field_element.pyx +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/jacobian_khuri_makdisi.py +2 -2
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/order_rational.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/ideal.py +4 -4
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/integer.pyx +2 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/lazy_series.py +33 -31
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/lazy_series_ring.py +11 -12
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/morphism.pyx +3 -2
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/all__sagemath_categories.py +3 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/cyclotomic.pyx +3 -3
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial.pyx +15 -15
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_ideal.py +5 -2
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_ring.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_sequence.py +14 -13
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_element.pyx +4 -4
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_singular_interface.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/symmetric_ideal.py +37 -39
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/quotient_ring_element.py +5 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_point.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/algebraic_scheme.py +4 -4
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/homset.py +5 -5
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/rational_point.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/cohomology.py +2 -2
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_point.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_rational_point.py +1 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_space.py +8 -10
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_subscheme.py +4 -4
- passagemath_categories-10.6.1rc4/README.rst +0 -117
- passagemath_categories-10.6.1rc4/VERSION.txt +0 -1
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/MANIFEST.in +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/SOURCES.txt +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/dependency_links.txt +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/passagemath_categories.egg-info/top_level.txt +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/constants.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/functions.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/functions.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/misc.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/multi_modular.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/multi_modular.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/rational_reconstruction.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/rational_reconstruction.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/arith/srange.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/calculus/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/calculus/functional.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/calculus/functions.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/additive_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/additive_magmas.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/additive_monoids.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/additive_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/affine_weyl_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/algebra_ideals.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/algebra_modules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/aperiodic_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/associative_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/bialgebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/bialgebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/bimodules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/chain_complexes.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coalgebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coalgebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coercion_methods.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_additive_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_additive_monoids.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_additive_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_algebra_ideals.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_ring_ideals.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/commutative_rings.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/complete_discrete_valuation.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/complex_reflection_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/complex_reflection_or_generalized_coxeter_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/coxeter_group_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/cw_complexes.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/dedekind_domains.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/discrete_valuation.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/distributive_magmas_and_additive_magmas.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/division_rings.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/domains.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/drinfeld_modules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/dual.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/enumerated_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/euclidean_domains.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/commutative_additive_monoids.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/commutative_additive_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/coxeter_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/cw_complexes.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/facade_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/filtered_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/filtered_modules_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_coxeter_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_dimensional_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_enumerated_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_monoids.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/finite_weyl_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/graded_connected_hopf_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/graded_modules_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/graphs.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/hopf_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/infinite_enumerated_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/lie_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/lie_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/magmas.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/manifolds.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/monoids.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/posets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/semigroups_cython.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/semirings.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/sets_cat.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/sets_with_grading.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/examples/with_realizations.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/fields.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_hopf_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_modules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/filtered_modules_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_bialgebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_coalgebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_graded_lie_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_hopf_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_nilpotent_lie_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_dimensional_semisimple_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_enumerated_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_fields.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_lattice_posets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_monoids.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_permutation_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_posets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finite_weyl_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finitely_generated_lambda_bracket_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finitely_generated_lie_conformal_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finitely_generated_magmas.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/finitely_generated_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/function_fields.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/g_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/gcd_domains.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/generalized_coxeter_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_bialgebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_bialgebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_coalgebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_coalgebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_hopf_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_hopf_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_lie_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_lie_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_lie_conformal_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_modules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graded_modules_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/graphs.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/group_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/groupoid.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/h_trivial_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/hecke_modules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/hopf_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/infinite_enumerated_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/integral_domains.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/j_trivial_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/kac_moody_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/kahler_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/l_trivial_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lambda_bracket_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lambda_bracket_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lattice_posets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/left_modules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_conformal_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_conformal_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/lie_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/magmas.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/magmas_and_additive_magmas.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/magmatic_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/manifolds.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/matrix_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/metric_spaces.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/modular_abelian_varieties.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/modules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/modules_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/monoid_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/monoids.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/noetherian_rings.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/partially_ordered_monoids.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/permutation_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/pointed_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/polyhedra.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/poor_man_map.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/principal_ideal_domains.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/quantum_group_representations.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/quotient_fields.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/r_trivial_semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/right_modules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/ring_ideals.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/rngs.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/schemes.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/semigroups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/semirings.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/semisimple_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/sets_with_grading.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/shephard_groups.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/signed_tensor.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/simplicial_complexes.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_hopf_algebras_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_lie_conformal_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_modules.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/super_modules_with_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/supercommutative_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/tensor.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/topological_spaces.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/triangular_kac_moody_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/tutorial.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/unique_factorization_domains.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/unital_algebras.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/vector_bundles.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/categories/vector_spaces.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/backtrack.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combinat.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combinat_cython.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combinat_cython.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combination.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/combinatorial_map.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/composition.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/dlx.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/__init__.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/base.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/base.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/invlex.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/invlex.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/lists.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_lists/nn.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_vector.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/integer_vector_weighted.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/matrices/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/matrices/dancing_links.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/matrices/dancing_links_c.h +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/matrices/dlxcpp.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/partitions.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/permutation_cython.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/permutation_cython.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/ranker.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/subset.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/subsets_hereditary.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/subsets_pairwise.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/tools.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/combinat/tuple.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/binary_matrix.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/binary_search.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/binary_search.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset_base.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset_base.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/bitset_intrinsics.h +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/blas_dict.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/blas_dict.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/list_of_pairs.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/list_of_pairs.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/mutable_poset.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/pairing_heap.h +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/pairing_heap.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/pairing_heap.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/data_structures/sparse_bitset.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/databases/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/databases/sql_db.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/fast_callable.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/fast_callable.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/fast_eval.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/ext/fast_eval.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/airy.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/bessel.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/error.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/exp_integral.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/gamma.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/generalized.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/hyperbolic.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/hypergeometric.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/jacobi.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/log.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/min_max.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/orthogonal_polys.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/other.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/piecewise.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/prime_pi.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/special.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/spike_function.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/transcendental.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/trig.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/functions/wigner.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/geometry/abc.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/geometry/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/generic.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/groups_catalog.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/automorphism_group_canonical_label.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/automorphism_group_canonical_label.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/canonical_augmentation.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/canonical_augmentation.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/data_structures.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/data_structures.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/double_coset.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/double_coset.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_lists.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_lists.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_python.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_python.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_sets.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/groups/perm_gps/partn_ref/refinement_sets.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/abc.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/expect.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/interface.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/process.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/process.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/quit.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/sage0.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/sagespawn.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/interfaces/tab_completion.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/allocator.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/allocator.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/binary_tree.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/binary_tree.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/callable_dict.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/converting_dict.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/defaults.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/derivative.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/functional.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/html.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/latex_macros.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/latex_standalone.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/map_threaded.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/mathml.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/method_decorator.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/mrange.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/multireplace.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/object_multiplexer.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/parser.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/random_testing.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/rest_index_of_methods.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/search.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/search.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/stopgap.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/misc/table.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/monoids/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/monoids/indexed_free_monoid.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/monoids/monoid.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/generic_backend.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/generic_backend.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/generic_sdp_backend.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/numerical/backends/generic_sdp_backend.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/decorate.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/map_reduce.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/multiprocessing_sage.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/ncpus.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/parallelism.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/reference.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/parallel/use_fork.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/abc.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/abc.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/algebraic_closure_finite_field.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/big_oh.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/continued_fraction.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/continued_fraction_gosper.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/factorint.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/fast_arith.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/fast_arith.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/conway_polynomials.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/element_base.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/element_base.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/finite_field_base.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/finite_field_constructor.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/finite_field_prime_modn.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/galois_group.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/hom_finite_field.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/hom_finite_field.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/hom_prime_finite_field.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/hom_prime_finite_field.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/homset.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/integer_mod.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/integer_mod_limits.h +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/residue_field.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/residue_field.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/finite_rings/stdint.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/fraction_field.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/constructor.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/element.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/element.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/element_rational.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/extensions.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/function_field.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/function_field_rational.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/ideal.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/ideal_rational.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/jacobian_base.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/jacobian_hess.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/maps.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/order.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/order_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/place.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/function_field/place_rational.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/generic.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/homset.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/ideal_monoid.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/infinity.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/integer.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/integer_ring.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/integer_ring.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/laurent_series_ring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/laurent_series_ring_element.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/laurent_series_ring_element.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/localization.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/morphism.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/multi_power_series_ring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/multi_power_series_ring_element.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/noncommutative_ideals.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_base.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_base.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_element_base.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_element_base.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/number_field/number_field_ideal.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/local_generic.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/local_generic_element.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/local_generic_element.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/misc.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/padic_generic.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/pow_computer.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/pow_computer.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/padics/precision_error.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/commutative_polynomial.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/commutative_polynomial.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/flatten.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/ideal.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/infinite_polynomial_element.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/infinite_polynomial_ring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial_ideal.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial_ring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/laurent_polynomial_ring_base.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_element.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_ring_base.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/multi_polynomial_ring_base.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polydict.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polydict.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_compiled.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_compiled.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_element.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_element_generic.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_fateman.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_quotient_ring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_quotient_ring_element.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_ring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_ring_constructor.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_ring_homomorphism.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/polynomial_ring_homomorphism.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/symmetric_reduction.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/symmetric_reduction.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/term_order.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/toy_buchberger.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/toy_d_basis.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/polynomial/toy_variety.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_mpoly.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_mpoly.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_poly.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_poly.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_ring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_ring_element.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/power_series_ring_element.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/puiseux_series_ring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/puiseux_series_ring_element.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/puiseux_series_ring_element.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/qqbar_decorators.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/quotient_ring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/rational.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/rational.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/rational_field.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/real_double.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/real_double.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/real_lazy.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/real_lazy.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/ring.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/ring.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/non_negative_integer_semiring.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/tropical_mpolynomial.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/tropical_polynomial.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/tropical_semiring.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/semirings/tropical_variety.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/sum_of_squares.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/sum_of_squares.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/rings/tests.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_homset.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_morphism.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_rational_point.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_space.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/affine_subscheme.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/affine/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/ambient_space.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/divisor.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/divisor_group.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/glue.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/hypersurface.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/morphism.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/notes/homset.txt +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/notes/imports.txt +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/notes/inverse_image.txt +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/point.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/scheme.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/generic/spec.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/homset.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/morphism.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/point.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/space.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/product_projective/subscheme.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/coherent_sheaf.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/proj_bdd_height.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_homset.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/schemes/projective/projective_morphism.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/cartesian_product.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/condition_set.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/disjoint_set.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/disjoint_set.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/disjoint_union_enumerated_sets.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/family.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/family.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/finite_enumerated_set.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/finite_set_map_cy.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/finite_set_map_cy.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/finite_set_maps.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/image_set.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/integer_range.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/meson.build +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/non_negative_integers.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/positive_integers.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/primes.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/real_set.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/recursively_enumerated_set.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/recursively_enumerated_set.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/set.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/set_from_iterator.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/sets/totally_ordered_finite_set.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/symbolic/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/symbolic/function.pxd +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/symbolic/function.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/symbolic/symbols.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/tests/all__sagemath_categories.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/tests/cython.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/tests/stl_vector.pyx +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/all.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/ascii_art.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/character_art.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/character_art_factory.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/symbols.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/unicode_art.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/sage/typeset/unicode_characters.py +0 -0
- {passagemath_categories-10.6.1rc4 → passagemath_categories-10.6.21}/setup.cfg +0 -0
- {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.
|
|
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://
|
|
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
|
|
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
|
|
48
|
-
|
|
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,
|
|
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
|
-
-
|
|
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://
|
|
72
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
70
73
|
available online.
|
|
71
74
|
|
|
72
|
-
passagemath attempts to support
|
|
73
|
-
|
|
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
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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
|
|
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",
|
|
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://
|
|
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://
|
|
105
|
+
* `Categories and functorial constructions <https://passagemath.org/docs/latest/html/en/reference/categories/index.html>`_
|
|
101
106
|
|
|
102
|
-
* `Sets <https://
|
|
107
|
+
* `Sets <https://passagemath.org/docs/latest/html/en/reference/sets/index.html>`_
|
|
103
108
|
|
|
104
|
-
* Basic Combinatorial and Data Structures: `Binary trees <https://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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
|
|
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.
|
|
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://
|
|
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
|
|
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
|
|
48
|
-
|
|
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,
|
|
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
|
-
-
|
|
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://
|
|
72
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
70
73
|
available online.
|
|
71
74
|
|
|
72
|
-
passagemath attempts to support
|
|
73
|
-
|
|
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
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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
|
|
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",
|
|
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://
|
|
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://
|
|
105
|
+
* `Categories and functorial constructions <https://passagemath.org/docs/latest/html/en/reference/categories/index.html>`_
|
|
101
106
|
|
|
102
|
-
* `Sets <https://
|
|
107
|
+
* `Sets <https://passagemath.org/docs/latest/html/en/reference/sets/index.html>`_
|
|
103
108
|
|
|
104
|
-
* Basic Combinatorial and Data Structures: `Binary trees <https://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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
|
|
156
|
+
When building from source, development packages of ``gmp``, ``mpfr``, and ``mpc`` are needed.
|
|
@@ -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-
|
|
5
|
+
'passagemath-conf ~= 10.6.21.0 ; sys_platform != "win32"',
|
|
6
|
+
'passagemath-setup ~= 10.6.21.0',
|
|
7
7
|
'jinja2',
|
|
8
|
-
'passagemath-environment
|
|
9
|
-
'passagemath-objects
|
|
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
|
|
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://
|
|
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"
|
|
@@ -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
|
[]
|
|
@@ -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
|