passagemath-combinat 10.6.1rc3__cp311-cp311-win_amd64.whl → 10.6.44__cp311-cp311-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. passagemath_combinat/__init__.py +3 -0
  2. passagemath_combinat-10.6.44.dist-info/DELVEWHEEL +2 -0
  3. {passagemath_combinat-10.6.1rc3.dist-info → passagemath_combinat-10.6.44.dist-info}/METADATA +30 -23
  4. {passagemath_combinat-10.6.1rc3.dist-info → passagemath_combinat-10.6.44.dist-info}/RECORD +76 -75
  5. passagemath_combinat-10.6.44.dist-info/top_level.txt +3 -0
  6. passagemath_combinat.libs/libgmp-10-20eff6468ebffd10e3a6f0c3780fee4e.dll +0 -0
  7. passagemath_combinat.libs/{libsymmetrica-3-1e2c5e20489b005650f13ca8d6065d77.dll → libsymmetrica-3-fa8ae274cd9618eec4c7c5aca1f11bc7.dll} +0 -0
  8. sage/algebras/all.py +0 -1
  9. sage/algebras/nil_coxeter_algebra.py +1 -1
  10. sage/all__sagemath_combinat.py +3 -3
  11. sage/combinat/chas/fsym.py +2 -2
  12. sage/combinat/cluster_complex.py +1 -1
  13. sage/combinat/colored_permutations.py +1 -1
  14. sage/combinat/crystals/letters.cp311-win_amd64.pyd +0 -0
  15. sage/combinat/crystals/pbw_datum.cp311-win_amd64.pyd +0 -0
  16. sage/combinat/crystals/spins.cp311-win_amd64.pyd +0 -0
  17. sage/combinat/crystals/tensor_product_element.cp311-win_amd64.pyd +0 -0
  18. sage/combinat/debruijn_sequence.cp311-win_amd64.pyd +0 -0
  19. sage/combinat/degree_sequences.cp311-win_amd64.pyd +0 -0
  20. sage/combinat/degree_sequences.pyx +2 -2
  21. sage/combinat/diagram_algebras.py +1 -1
  22. sage/combinat/expnums.cp311-win_amd64.pyd +0 -0
  23. sage/combinat/fast_vector_partitions.cp311-win_amd64.pyd +0 -0
  24. sage/combinat/gelfand_tsetlin_patterns.py +1 -1
  25. sage/combinat/growth.py +4 -4
  26. sage/combinat/matrices/hadamard_matrix.py +15 -11
  27. sage/combinat/ncsf_qsym/ncsf.py +8 -8
  28. sage/combinat/parallelogram_polyomino.py +14 -14
  29. sage/combinat/partition_algebra.py +18 -16
  30. sage/combinat/path_tableaux/dyck_path.py +1 -1
  31. sage/combinat/path_tableaux/semistandard.py +1 -1
  32. sage/combinat/plane_partition.py +1 -1
  33. sage/combinat/q_bernoulli.cp311-win_amd64.pyd +0 -0
  34. sage/combinat/quickref.py +1 -1
  35. sage/combinat/ribbon_shaped_tableau.py +1 -1
  36. sage/combinat/rigged_configurations/rigged_partition.cp311-win_amd64.pyd +0 -0
  37. sage/combinat/set_partition_iterator.cp311-win_amd64.pyd +0 -0
  38. sage/combinat/sf/character.py +7 -7
  39. sage/combinat/sf/classical.py +1 -1
  40. sage/combinat/sf/dual.py +2 -2
  41. sage/combinat/sf/hall_littlewood.py +6 -6
  42. sage/combinat/sf/hecke.py +1 -1
  43. sage/combinat/sf/jack.py +5 -5
  44. sage/combinat/sf/k_dual.py +25 -12
  45. sage/combinat/sf/llt.py +28 -10
  46. sage/combinat/sf/monomial.py +1 -1
  47. sage/combinat/sf/orthogonal.py +1 -1
  48. sage/combinat/sf/orthotriang.py +2 -2
  49. sage/combinat/sf/schur.py +14 -7
  50. sage/combinat/sf/sf.py +22 -15
  51. sage/combinat/sf/symplectic.py +1 -1
  52. sage/combinat/skew_partition.py +2 -2
  53. sage/combinat/sloane_functions.py +5 -3
  54. sage/combinat/species/cycle_species.py +2 -2
  55. sage/combinat/subword_complex_c.cp311-win_amd64.pyd +0 -0
  56. sage/combinat/symmetric_group_algebra.py +1 -1
  57. sage/combinat/symmetric_group_representations.py +16 -4
  58. sage/combinat/tableau.py +1 -1
  59. sage/combinat/tiling.py +19 -19
  60. sage/combinat/triangles_FHM.py +1 -0
  61. sage/combinat/tutorial.py +5 -5
  62. sage/combinat/words/finite_word.py +5 -4
  63. sage/combinat/words/word.py +24 -16
  64. sage/combinat/words/word_char.cp311-win_amd64.pyd +0 -0
  65. sage/combinat/words/word_datatypes.cp311-win_amd64.pyd +0 -0
  66. sage/combinat/words/word_generators.py +1 -1
  67. sage/databases/findstat.py +1 -1
  68. sage/games/sudoku_backtrack.cp311-win_amd64.pyd +0 -0
  69. sage/libs/symmetrica/symmetrica.cp311-win_amd64.pyd +0 -0
  70. sage/libs/symmetrica/symmetrica.pxi +1 -0
  71. sage/monoids/free_abelian_monoid_element.cp311-win_amd64.pyd +0 -0
  72. sage/monoids/string_monoid.py +8 -0
  73. sage/monoids/string_monoid_element.py +9 -2
  74. sage/monoids/string_ops.py +1 -1
  75. sage/sat/solvers/satsolver.cp311-win_amd64.pyd +0 -0
  76. passagemath_combinat-10.6.1rc3.dist-info/DELVEWHEEL +0 -2
  77. passagemath_combinat-10.6.1rc3.dist-info/top_level.txt +0 -2
  78. passagemath_combinat.libs/libgmp-10-bc1853bff119db9ebb9e2560702badbf.dll +0 -0
  79. {passagemath_combinat-10.6.1rc3.dist-info → passagemath_combinat-10.6.44.dist-info}/WHEEL +0 -0
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-combinat
2
+
3
+ from sage.all__sagemath_combinat import *
@@ -0,0 +1,2 @@
1
+ Version: 1.11.2
2
+ Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-o238ygz8\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-vv', '--custom-patch', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-o238ygz8\\cp311-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-o238ygz8\\cp311-win_amd64\\built_wheel\\passagemath_combinat-10.6.44-cp311-cp311-win_amd64.whl']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-combinat
3
- Version: 10.6.1rc3
3
+ Version: 10.6.44
4
4
  Summary: passagemath: Algebraic combinatorics, combinatorial representation theory
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
8
8
  Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
9
  Project-URL: repo (upstream), https://github.com/sagemath/sage
10
10
  Project-URL: repo, https://github.com/passagemath/passagemath
11
- Project-URL: documentation, https://doc.sagemath.org
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
12
  Project-URL: homepage (upstream), https://www.sagemath.org
13
13
  Project-URL: discourse, https://passagemath.discourse.group
14
14
  Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
@@ -17,21 +17,25 @@ 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
24
26
  Classifier: Programming Language :: Python :: 3.12
25
27
  Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: 3.14
26
29
  Classifier: Programming Language :: Python :: Implementation :: CPython
27
30
  Classifier: Topic :: Scientific/Engineering :: Mathematics
28
- Requires-Python: <3.14,>=3.10
31
+ Requires-Python: <3.15,>=3.10
29
32
  Description-Content-Type: text/x-rst
30
33
  Requires-Dist: gmpy2~=2.1.b999
34
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
31
35
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
32
36
  Requires-Dist: memory_allocator
33
- Requires-Dist: passagemath-categories==10.6.1rc3
34
- Requires-Dist: passagemath-environment==10.6.1rc3
37
+ Requires-Dist: passagemath-categories~=10.6.44.0
38
+ Requires-Dist: passagemath-environment~=10.6.44.0
35
39
  Provides-Extra: test
36
40
  Requires-Dist: passagemath-repl; extra == "test"
37
41
  Provides-Extra: glucose
@@ -62,54 +66,57 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
62
66
  developed 2005-2025 under the motto “Creating a Viable Open Source
63
67
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
64
68
 
65
- The passagemath fork was created in October 2024 with the following
66
- goals:
69
+ The passagemath fork uses the motto "Creating a Free Passage Between the
70
+ Scientific Python Ecosystem and Mathematical Software Communities."
71
+ It was created in October 2024 with the following goals:
67
72
 
68
- - providing modularized installation with pip, thus completing a `major
69
- project started in 2020 in the Sage
70
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
73
+ - providing modularized installation with pip,
71
74
  - establishing first-class membership in the scientific Python
72
75
  ecosystem,
73
76
  - giving `clear attribution of upstream
74
77
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
75
78
  - providing independently usable Python interfaces to upstream
76
79
  libraries,
77
- - providing `platform portability and integration testing
80
+ - offering `platform portability and integration testing
78
81
  services <https://github.com/passagemath/passagemath/issues/704>`__
79
82
  to upstream projects,
80
83
  - inviting collaborations with upstream projects,
81
84
  - `building a professional, respectful, inclusive
82
85
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
86
+ - `empowering Sage users to participate in the scientific Python ecosystem
87
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
83
88
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
84
89
  serverless deployment with Javascript,
85
90
  - developing a native Windows port.
86
91
 
87
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
92
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
88
93
  available online.
89
94
 
90
- passagemath attempts to support all major Linux distributions and recent versions of
91
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
92
- virtualization.
95
+ passagemath attempts to support and provides binary wheels suitable for
96
+ all major Linux distributions and recent versions of macOS.
93
97
 
94
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
95
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
96
- so compilation from source is triggered for those.
98
+ Binary wheels for native Windows (x86_64) are are available for a subset of
99
+ the passagemath distributions. Use of the full functionality of passagemath
100
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
101
+ or virtualization.
102
+
103
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
97
104
 
98
105
 
99
106
  About this pip-installable distribution package
100
107
  -----------------------------------------------
101
108
 
102
- This pip-installable source distribution ``passagemath-combinat`` is a distribution of a part of the Sage library. It provides a small subset of the modules of the Sage library ("sagelib", ``sagemath-standard``).
109
+ This pip-installable source distribution ``passagemath-combinat`` is a distribution of a part of the Sage library. It provides a subset of the modules of the Sage library ("sagelib", ``passagemath-standard``).
103
110
 
104
111
 
105
112
  What is included
106
113
  ----------------
107
114
 
108
- * `Enumerative Combinatorics <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/enumerated_sets.html#sage-combinat-enumerated-sets>`_: `Partitions, Tableaux <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/catalog_partitions.html>`_
115
+ * `Enumerative Combinatorics <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/enumerated_sets.html#sage-combinat-enumerated-sets>`_: `Partitions, Tableaux <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/catalog_partitions.html>`_
109
116
 
110
- * `Combinatorics on Words <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/words/all.html#sage-combinat-words-all>`_, `Free Monoids <https://doc.sagemath.org/html/en/reference/monoids/index.html>`_, `Automatic Semigroups <https://doc.sagemath.org/html/en/reference/monoids/sage/monoids/automatic_semigroup.html>`_
117
+ * `Combinatorics on Words <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/words/all.html#sage-combinat-words-all>`_, `Free Monoids <https://passagemath.org/docs/latest/html/en/reference/monoids/index.html>`_, `Automatic Semigroups <https://passagemath.org/docs/latest/html/en/reference/monoids/sage/monoids/automatic_semigroup.html>`_
111
118
 
112
- * `Symmetric Functions <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/sf/all.html#sage-combinat-sf-all>`_, other `Algebras with combinatorial bases <https://doc.sagemath.org/html/en/reference/algebras/index.html>`_
119
+ * `Symmetric Functions <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/sf/all.html#sage-combinat-sf-all>`_, other `Algebras with combinatorial bases <https://passagemath.org/docs/latest/html/en/reference/algebras/index.html>`_
113
120
 
114
121
  * see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-combinat/MANIFEST.in
115
122
 
@@ -121,7 +128,7 @@ A quick way to try it out interactively::
121
128
 
122
129
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-combinat[test]" ipython
123
130
 
124
- In [1]: from sage.all__sagemath_combinat import *
131
+ In [1]: from passagemath_combinat import *
125
132
 
126
133
  In [2]: RowStandardTableaux([3,2,1]).cardinality()
127
134
  Out[2]: 60
@@ -1,13 +1,14 @@
1
- passagemath_combinat-10.6.1rc3.dist-info/DELVEWHEEL,sha256=HMbD6PLot1L7ZHF-Hvj5MEkyhyFstlln15A7uGlET84,442
2
- passagemath_combinat-10.6.1rc3.dist-info/METADATA,sha256=kigPdGfxRQoN2Mjr8e3dMdG0brvVnGQ-9ecYbXgfpbw,7144
3
- passagemath_combinat-10.6.1rc3.dist-info/RECORD,,
4
- passagemath_combinat-10.6.1rc3.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
- passagemath_combinat-10.6.1rc3.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
6
- passagemath_combinat.libs/libgmp-10-bc1853bff119db9ebb9e2560702badbf.dll,sha256=juNQhjaNflWU2ULs4NA-lO5LGTSev2Y4WAyqqf-csQA,3003307
7
- passagemath_combinat.libs/libsymmetrica-3-1e2c5e20489b005650f13ca8d6065d77.dll,sha256=8pm2ykugD1VSsaLfBleAwl2hoNErujlfsf1LaJuk_zE,28850430
8
- sage/all__sagemath_combinat.py,sha256=tHSw3a7kajndslaPoSCBLBU-ot85p0XiAb_9kYACH8Q,1359
1
+ passagemath_combinat/__init__.py,sha256=Oxw1RgWP6kpUd4CU3XgWYMqTZFgwUDvZLjM2U3_YGU8,90
2
+ passagemath_combinat-10.6.44.dist-info/DELVEWHEEL,sha256=A0Czls_wYB9-ovaVme0Qs-NYGm9ZyDlQYVlCAhw2XXs,440
3
+ passagemath_combinat-10.6.44.dist-info/METADATA,sha256=uRyXl6SLe7L5oRL32XpyiCY3ISwJfSUGawb0rcPk_t0,7653
4
+ passagemath_combinat-10.6.44.dist-info/RECORD,,
5
+ passagemath_combinat-10.6.44.dist-info/top_level.txt,sha256=42nXrWNc5HdNnCqBn__sSFpQqaQqLX2JfnbNPSJYies,27
6
+ passagemath_combinat-10.6.44.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
7
+ passagemath_combinat.libs/libgmp-10-20eff6468ebffd10e3a6f0c3780fee4e.dll,sha256=IO_2Ro6__RDjpvDDeA_uTp2PJhmTIBSohuXCJz6oHiA,3004991
8
+ passagemath_combinat.libs/libsymmetrica-3-fa8ae274cd9618eec4c7c5aca1f11bc7.dll,sha256=-oridM2WGO7Ex8WsofEbx3-lB8lYrXQbAPpAuqz5qa4,28437504
9
+ sage/all__sagemath_combinat.py,sha256=yiQI7myrhpPFRIqB4wFiEzvanHTz2EqxIg715gHfv7Y,1359
9
10
  sage/algebras/affine_nil_temperley_lieb.py,sha256=vPc4AxuGzTvKWlLaCDrzeiryF1CZTJuTaEgKYZ-TQyA,8676
10
- sage/algebras/all.py,sha256=3FXAwnm-BR9ZSBjVUkK_-mMllV4xMveY_lEYcm2aScQ,961
11
+ sage/algebras/all.py,sha256=w8XbMG7tTdpqmhiC2LwPdOu_bh5EVzycNnRXvcv1_VU,916
11
12
  sage/algebras/all__sagemath_combinat.py,sha256=0FZwVvEEKZmjSdf_zyODSvi6gj-D9y5chZ6oTPyiWc0,1189
12
13
  sage/algebras/askey_wilson.py,sha256=0nPANBUnMqlaJ1KXxOOv3MjsBYb3TyUvrbNezOn6uFU,33440
13
14
  sage/algebras/associated_graded.py,sha256=nq7Uob314irzVDe835CQ7mlDE65d0PXs6qmmUlUiBcA,12229
@@ -22,7 +23,7 @@ sage/algebras/free_zinbiel_algebra.py,sha256=xHIs1TBDAoo9nXi-uu5MeTSXLU1gFtZZNH_
22
23
  sage/algebras/hall_algebra.py,sha256=bbR1padTgDU-bmIsB2nRJE9z6vRX4w2Hy6LhxPUW14E,27527
23
24
  sage/algebras/iwahori_hecke_algebra.py,sha256=N7_-KuchtfIk3MyuBUHz47OYZuenfnWPRnZ5shb42bk,123063
24
25
  sage/algebras/jordan_algebra.py,sha256=rzBaT7jI_l-V2lf4lJqZbYn4-EoL3_hgDSxVsVGkIok,55063
25
- sage/algebras/nil_coxeter_algebra.py,sha256=OJZT1tlkVXqsKdPZqemZaB8Gs2EBk7nF4zBQl5gZZvg,7504
26
+ sage/algebras/nil_coxeter_algebra.py,sha256=TEEebNBA_qmAXhoimZ3cse7oK4yOIaw6c8MzVMn6oJo,7554
26
27
  sage/algebras/quantum_clifford.py,sha256=ALTLcl6dzDr1CbJEeiaDqKd-GUNeJOX3HtRqi4LmRYQ,32080
27
28
  sage/algebras/quantum_matrix_coordinate_algebra.py,sha256=XZ1CynCarcBDp0l_QpUDRs-lTm_fMxc9sbUBwcxAxiE,33956
28
29
  sage/algebras/quantum_oscillator.py,sha256=87zXFUsa-x-FhXqjtVhfAKMPZs52RB1ZGgtIwRk1nZo,19955
@@ -78,8 +79,8 @@ sage/combinat/bijectionist.py,sha256=qzuY2DNoiwy0mCdrjtUys6mhmfhjA5VhM4aDyzH284g
78
79
  sage/combinat/binary_recurrence_sequences.py,sha256=whF4Yi5NViaqfbXe0pkibkUQ17VwGyfmGEmM-f7bK4I,44277
79
80
  sage/combinat/blob_algebra.py,sha256=pzykZHWzgqKEYS3JVgDb--NNo2inIywlvhqkkdthjNM,26106
80
81
  sage/combinat/catalog_partitions.py,sha256=iwTpeUcHSoHGfUPuKi9V0HmKn2qQUXgefY7-9zdBHJw,620
81
- sage/combinat/cluster_complex.py,sha256=iwx91Q3hichWL8Mmr8-lhvwqQAriVpgDrK4JojFVixI,9931
82
- sage/combinat/colored_permutations.py,sha256=teQ8pfXOV9kIH5ayzVPXd-SrudFNscmesD0PgYv1zSU,68189
82
+ sage/combinat/cluster_complex.py,sha256=15EcMEfeb-irZ0InOQ63iZ9sfSWDr7FP7BN0lHBjLeQ,9944
83
+ sage/combinat/colored_permutations.py,sha256=h10AX1pzrUOyn0rKY9Y90Le9Xp1nwaqThIpiA5zYo7Q,68181
83
84
  sage/combinat/colored_permutations_representations.py,sha256=R0gT_S7x-h2s_ohMMip0AqbAnEQage8cBfWsO0pV6iE,34938
84
85
  sage/combinat/composition_signed.py,sha256=lIG63-dkr3sZKBKP_ZX_BbyXUDeQHae3KVpCIy8yT8o,3956
85
86
  sage/combinat/composition_tableau.py,sha256=SXrC123HRtlOrVigwbNbqDkubwL3vSdX1nvBKUPc9Wg,27466
@@ -87,31 +88,31 @@ sage/combinat/constellation.py,sha256=3ECSilCNq7I8_x4uzjH9m2qYAlz73I2_Jf2CjrMp_H
87
88
  sage/combinat/core.py,sha256=BNjt0mfQN5JXSk3L0C_Yqv-0vLwPj1EnB-osZpQVaUY,23702
88
89
  sage/combinat/counting.py,sha256=Um3wjlzMEUWRKXGAT7xjT6YiYYnhbHMXdAlxtOY9VUc,355
89
90
  sage/combinat/cyclic_sieving_phenomenon.py,sha256=cacHxfT1S2nGnE0yhqAtIdAHbQyWZpApQbgWNLCNc7U,6524
90
- sage/combinat/debruijn_sequence.cp311-win_amd64.pyd,sha256=715sTavm6BWHSGYsDv0xAlGCaDib52dL_RJcwNcju7U,86528
91
+ sage/combinat/debruijn_sequence.cp311-win_amd64.pyd,sha256=1vKnTCu8JdwOcd5zBGeTL-8fNlAoEuH8RqklYITu3Sw,74752
91
92
  sage/combinat/debruijn_sequence.pyx,sha256=BHrd876sTHetUHfiHRmNYhd4LqcpCzWEshiwmG_lUF4,9729
92
93
  sage/combinat/decorated_permutation.py,sha256=vCvDysSuGZE_rAgyY7Henfb1n3UYA5vb9W6d_iep7NA,7636
93
- sage/combinat/degree_sequences.cp311-win_amd64.pyd,sha256=PKJoFX6mP9tH8AC2CYIoJU8bOmkCn6sBBy-IV5y8j-E,82432
94
- sage/combinat/degree_sequences.pyx,sha256=AW_yFpo3IgNTPWGBzTZ7zXvHwNRKmuYRsVfAamakIIo,19465
94
+ sage/combinat/degree_sequences.cp311-win_amd64.pyd,sha256=cy6DcerpJshznBweV21GPpd-ptFnnjJaz8pKiFQSUkk,77312
95
+ sage/combinat/degree_sequences.pyx,sha256=8DXx2o3wQedYocpmRn2D8oBSYrpaa7LzhRSpeZCQLWU,19477
95
96
  sage/combinat/derangements.py,sha256=QxH8AZ4rzMK8CNaaeZ-nhZV5AZ9OnTLf-qAykwBIG2w,17111
96
97
  sage/combinat/descent_algebra.py,sha256=3kMoVwhRngaTWAqu0sqFveDceO-BCj6B3zY8W1ZeOBU,36034
97
98
  sage/combinat/diagram.py,sha256=fWZM6GTmC2XEli7lOAnbjFh66Y4pf98x4EBDo2P7G-k,51956
98
- sage/combinat/diagram_algebras.py,sha256=RDGG3793yswj1gy7SISoUvdbjt4yZLhlRu-H9rf34ag,212644
99
+ sage/combinat/diagram_algebras.py,sha256=-xd6iRYzHLKt6OLihQpyw0iDTc7aL3ADXXZk9EJeiJk,212650
99
100
  sage/combinat/dyck_word.py,sha256=XG1Og8XIJJSog0jl1PJqJ5H05pAy6E0w-70BBlPsjm4,148228
100
101
  sage/combinat/enumerated_sets.py,sha256=2EM3naakb8nZCQEWt5vap0B0UPeY43hSEE2dMKX0VEM,3952
101
- sage/combinat/expnums.cp311-win_amd64.pyd,sha256=R67TnyDN3IqOcxrKOvoqIFlCBRzmTIQUdOTVRa30vnI,47104
102
+ sage/combinat/expnums.cp311-win_amd64.pyd,sha256=jpyztmEabd6efHeZVK0j4uKb_gLRxMOaPQtFzJlRTnY,43008
102
103
  sage/combinat/expnums.pyx,sha256=Fp5Qbwx2nO0t7Npt7lMma5Q8T2wppUDoGuWlzdUhABE,3287
103
104
  sage/combinat/e_one_star.py,sha256=o_W7uAyJOOFqkOuRZ6uEvjgXM0ggTOWbmENy73bjtzc,56900
104
- sage/combinat/fast_vector_partitions.cp311-win_amd64.pyd,sha256=2luUSWmRrmd_yejhJn7zZrm-RA0cYsjIUPEOjoLEJSE,72192
105
+ sage/combinat/fast_vector_partitions.cp311-win_amd64.pyd,sha256=f9xvkWqNEXKkCAuYEHMKbdNffk9T7DVZ3ko5rPLrpds,68608
105
106
  sage/combinat/fast_vector_partitions.pyx,sha256=m_UGqTLWSgYGjHqFCF78Q4m-4LlPLfdPBaRg5Sf8l9g,12953
106
107
  sage/combinat/fqsym.py,sha256=gqPeUkhOluZb7uOiuqWKYRp09ABNjongx7Zz1v-9AXY,70978
107
108
  sage/combinat/free_dendriform_algebra.py,sha256=kQPanSOBHtZ1B9oDYdi9NCRB9PkHhXOs19BbcrhKIqs,31011
108
109
  sage/combinat/free_prelie_algebra.py,sha256=k6zvqWPKpBPmeJXz_TfNt23wK_sx9k_fDE2O_XH6h8I,36756
109
110
  sage/combinat/fully_commutative_elements.py,sha256=sHlPmpgnDhOPqYVTFwpf1_FCTrGIHMaWyEGc6iC_BCY,42395
110
111
  sage/combinat/fully_packed_loop.py,sha256=oRPqIPJMapULqyHR06t4eIehw8Fjrnxk2KeD7lc_rkU,52796
111
- sage/combinat/gelfand_tsetlin_patterns.py,sha256=kgyQL0tEDzMLMBhtwFNSCiKB2iqI8KBHuh75qy6U5O4,47441
112
+ sage/combinat/gelfand_tsetlin_patterns.py,sha256=6ABvprOlZ3Mc8l5bYM7_zaIawXZ3HD3_Odyxv7OQcNw,47431
112
113
  sage/combinat/gray_codes.py,sha256=VZ-AehEIbuXATTfbuV4gt55gTjwdYIKWigDquRNOnSE,8231
113
114
  sage/combinat/grossman_larson_algebras.py,sha256=ymq0jCyYYdY0V2ASL8qAIbdyCSh_5_U1WSvt4-ujhzs,22205
114
- sage/combinat/growth.py,sha256=x9Gllku4GxOskHkrKFrxt9xL69S-NxXqozxNpM1ttUA,145287
115
+ sage/combinat/growth.py,sha256=PsRtoigSu8o5mV0RFZkMPM74P8V7GQ54b1QLe2-KCXQ,145427
115
116
  sage/combinat/hall_polynomial.py,sha256=YWR8PkmCF3DJFo0yBEdu4D7EqfGQSl6D51dz_tyu-YA,6826
116
117
  sage/combinat/hillman_grassl.py,sha256=ec9PsyzNVtJfLr9ZPXRunnysBsdPAK3lTjbK-CSyhPU,29160
117
118
  sage/combinat/integer_matrices.py,sha256=KP56AqNBGa1nYw0RwmeZWGQAVq1BgeY1Syu7IvCqYK8,11222
@@ -127,28 +128,28 @@ sage/combinat/necklace.py,sha256=T0Agt4U6lcpoSpTHlg0oGhgXEQE-8wHpIIJc4ZOU5F0,165
127
128
  sage/combinat/non_decreasing_parking_function.py,sha256=bflVs6TRx0VP7prMdsi677_OEZoDofqh4mMtIRCHMt0,19406
128
129
  sage/combinat/nu_dyck_word.py,sha256=ujEaJCVunF78VaHBqYPd7DUPIDmcONAvrSuDSM1nC2k,46259
129
130
  sage/combinat/output.py,sha256=-C2JS8Ne_-kcA-S3VE5BLRTelMW-gzboO0JRBQUkTWY,33694
130
- sage/combinat/parallelogram_polyomino.py,sha256=HJB2UsuP4aMWVGhPyqzv6azVuYL3wzLjJ3ySpTd4gsc,147693
131
+ sage/combinat/parallelogram_polyomino.py,sha256=PEYC1ggljWFGnM4GsMOCvCcqHLJhIg2I0wP2PXfCRic,147983
131
132
  sage/combinat/parking_functions.py,sha256=5D9muIWN92eszGEgA4S9BayQnLnEZ_LCHUclDUG8Jdw,52308
132
- sage/combinat/partition_algebra.py,sha256=q4WmJ_wASxDVzdCKfTWxDbj8Kd-JXB9rq6SUBz67XLs,59398
133
+ sage/combinat/partition_algebra.py,sha256=RiPkq2faIx57O-HkxnUHVUS9OajXc3GTdCJqABPUtL0,60492
133
134
  sage/combinat/partition_kleshchev.py,sha256=eA8ezxGHktgP9W38KLpeCibePHUi1v2K1jthG-ixwHY,74242
134
135
  sage/combinat/partition_shifting_algebras.py,sha256=VUp4biWTSwlte_F6jUEHi66HxM3QIIJk3kE9NT-y_Qc,20756
135
136
  sage/combinat/partition_tuple.py,sha256=-PNx0ob_FwuKRfDYwlhfDX3gDuUQoltugs90wz7sqwI,108811
136
137
  sage/combinat/perfect_matching.py,sha256=tiaxx-7oJ2zGGCKGW3Xqlg-j1R7A8f1xwhAZsxELFgY,25790
137
- sage/combinat/plane_partition.py,sha256=UNa7ktWFqZEbfm3L_9V5GXEIhuCoU9khEAFJv1XAGe0,119079
138
- sage/combinat/quickref.py,sha256=pBlqLJ3cuB6q_NJjqDUR9FFmAj4YojQw-DyMDdL5e_Q,3589
139
- sage/combinat/q_bernoulli.cp311-win_amd64.pyd,sha256=O-SeSaN5Ue7Li1GRwzFvk0Cm2GhfWPjhHp51yrSn2zA,62976
138
+ sage/combinat/plane_partition.py,sha256=Wa35rTT_fTRL2qEnOOc1aL5hH07tM-NKWvR20cUoIZ8,119093
139
+ sage/combinat/quickref.py,sha256=t6fy3GyDGsqOj26WGzkZ4USzf9lSf0thkC_DjkOtW9I,3594
140
+ sage/combinat/q_bernoulli.cp311-win_amd64.pyd,sha256=AUSFiSI0T9rrReZIsg558-EVk6bgr-bg4nB_PBHaVao,59904
140
141
  sage/combinat/q_bernoulli.pyx,sha256=zTlH3Q4q93bNamsUPNuqTGKWDUVxo-fCZ8bvi01aWA8,4125
141
142
  sage/combinat/recognizable_series.py,sha256=0QPn1uWwTAuWFPhMYuQWsWgffDOfy1dKSZDRkNy93mw,68106
142
143
  sage/combinat/regular_sequence.py,sha256=tdoMoZvt9CIwOM21x0PigfwB8Y-G9WFof2NVaOFs390,166095
143
144
  sage/combinat/regular_sequence_bounded.py,sha256=E_rLyH7X1Y7C_4Ufl6hN0mRvHAwZ_KsbAYibfyBvMG4,17642
144
145
  sage/combinat/restricted_growth.py,sha256=pLrI2GPsNF6uIx_Qv5dVClvpcQuZGH8GDJMD-mtzxp8,2897
145
146
  sage/combinat/ribbon.py,sha256=0qAiXM2HJvjbeYpa-cLRtxPpG-8z6d-xq0O8FE7CE7U,791
146
- sage/combinat/ribbon_shaped_tableau.py,sha256=nRYU3O-O_V3Dc5-9l8nUSg64uwLmNfaLVfOsxo_9s8s,15143
147
+ sage/combinat/ribbon_shaped_tableau.py,sha256=1vA5KOlX6Sw8A5B9WPWd1lKXo4QYlVTBrmuNX-QH9-w,15156
147
148
  sage/combinat/ribbon_tableau.py,sha256=cPx5pSyRutsMRhKUi6bvXCcvbiUfqPPIIO66VyJgnOs,39323
148
149
  sage/combinat/rsk.py,sha256=klB4e9KjGAVxxYPP5fdN4V_L1nP_2y1adBg5Lmkj3AM,138632
149
150
  sage/combinat/schubert_polynomial.py,sha256=DRV3IuCLjRGivg5O3cl5tftw9SkXq_wiJSeEiocH64U,18274
150
151
  sage/combinat/set_partition.py,sha256=h-merQ9Z5M9EYpSC61NAk1qnnVXFRl9LuhuoDXIouxA,114445
151
- sage/combinat/set_partition_iterator.cp311-win_amd64.pyd,sha256=LpsU6veGzDXOBuRQTFYTShR_Vi1msbFtbBQiZKg7bvw,66560
152
+ sage/combinat/set_partition_iterator.cp311-win_amd64.pyd,sha256=Tp7r9NhtLVEjbgV5OZVXS6GZ5AZBjZ46Cmb0-jKfyOU,64000
152
153
  sage/combinat/set_partition_iterator.pyx,sha256=p3sesJs0Y0yhah3pXWHE03WRANCoZmSNvkWykDoOrck,3751
153
154
  sage/combinat/set_partition_ordered.py,sha256=YbXZ61qxS49X9l8-D8DgFEJzlBglPQvYVeiKnjHZa-Y,51519
154
155
  sage/combinat/shifted_primed_tableau.py,sha256=b6ilZrLZs8Nm1AMKjGCq3Dr018vZKucCVUxFi8w9leQ,93862
@@ -158,28 +159,28 @@ sage/combinat/similarity_class_type.py,sha256=IDcDRNsG9eLzg-uK4YHCsiVe44fKfS7udy
158
159
  sage/combinat/sine_gordon.py,sha256=OFxYpuC8J6XAPQWwyI5vt32xzz0ZydxK_OxHSs9Rvhg,22713
159
160
  sage/combinat/six_vertex_model.py,sha256=q_5D6MpwFkX-7YhQS8UXljZz626PHoXhoi0eVCQ9xcY,26254
160
161
  sage/combinat/SJT.py,sha256=_G7FZsYaktP9SRGO6XWaAwCUMAfMLlyHD7uUHFqXmtE,8465
161
- sage/combinat/skew_partition.py,sha256=Ce3Iv815wWiwIk1iyY5X4YVTfyYU76HQd2RAqEIeLiY,70288
162
+ sage/combinat/skew_partition.py,sha256=zn4dTC948UZzjLLX3FItYHPRnrN7h638sXkcC8u-Hzw,70316
162
163
  sage/combinat/skew_tableau.py,sha256=4nLzaQGhT6iatHouNqaZvX_zVsFMd35cP8D2QVSLsUk,100033
163
- sage/combinat/sloane_functions.py,sha256=OY2lCJvo8Lrnhwv6UwdBwwoV6E9UDhx5QVq_udpLQz0,225931
164
+ sage/combinat/sloane_functions.py,sha256=0Z5ZfJOEw4P9J92mvnNjt6v-TkMmdGyuS5NfRdPdOBs,226102
164
165
  sage/combinat/specht_module.py,sha256=E23M5suiPhvxDBxqVm0x7DWYAhFMpHF4l2jeP0cPo3w,50502
165
166
  sage/combinat/subword.py,sha256=vdAQBF1a-IOcfYM7Q5ygH7KisBWHSGlJ66kU8oxUjOY,16448
166
167
  sage/combinat/subword_complex.py,sha256=Y_H84RJUyN3jskMjTyhdMwN8p4ATMHNFWLx79MD68pQ,77055
167
- sage/combinat/subword_complex_c.cp311-win_amd64.pyd,sha256=hWx_xXNhexIRCqgQ-je18ciXPwsP13FihxyGIjG8pO0,39936
168
+ sage/combinat/subword_complex_c.cp311-win_amd64.pyd,sha256=EvlQaPI90rA51gOT9fMEhp8pvPDgL9WX4kAmlUHagLE,33792
168
169
  sage/combinat/subword_complex_c.pyx,sha256=6w6S6thlPD5q6JFX41Em-DOV10WCx0Xp35OXGrMxYjw,3748
169
170
  sage/combinat/superpartition.py,sha256=-PZLTB8am7y0SwOJcEJ1pzj5wtl19IOxoWtpy2FqVP0,36916
170
171
  sage/combinat/super_tableau.py,sha256=iZXN-bb0gN3imC0Y1m1KzTiWp-WeZNgS6xibaG4RnJA,28328
171
- sage/combinat/symmetric_group_algebra.py,sha256=jhB7RbsP6U7mky4_IfIthIoQBA2llC-Vy94z6gIeB8E,143183
172
- sage/combinat/symmetric_group_representations.py,sha256=AMU7eWRB6FCD37qoUVfJL7-UVgEGkGiRPH0BZ5wV24M,67017
173
- sage/combinat/tableau.py,sha256=8zNALTgX-6MySOQf_0nWV4eDal8tCO4yu4gl85df8ys,329823
172
+ sage/combinat/symmetric_group_algebra.py,sha256=3_90Oi8xZLMiZQ6T85meOvxRQeem7yLpNpYMXDDQ3ew,143163
173
+ sage/combinat/symmetric_group_representations.py,sha256=6Yzi4d2RAmDm2j1O1A-MIvqDOMKHQNdVpANu2fzmh-o,67474
174
+ sage/combinat/tableau.py,sha256=LnEUNCRGHYLcJ46lxNXHf1q26DGqmrkuDPM52AY_HVo,329839
174
175
  sage/combinat/tableau_residues.py,sha256=8pOw2vmgOJ0nsaHKS-SIgrapG0wjUVVhOmiZTRh6wbQ,36201
175
176
  sage/combinat/tableau_tuple.py,sha256=1VC_d_sXiWI8SnZGEqvo_iVuHbnEmGyhZ9qj78ub1gw,199662
176
- sage/combinat/tiling.py,sha256=OZwx0m7t_4X5v98-q1LjKCHhHAriGV-JvIAOGHvuanQ,91166
177
- sage/combinat/triangles_FHM.py,sha256=j3k0vDGNSWmSJ2VA3Z4wvu4vG6d_QRqOA_s_QTzlZdY,24551
178
- sage/combinat/tutorial.py,sha256=ZQLdHsq-l0WYF87M1Jz1WUvZ0GWASEyf3iAZoHvIfu8,68949
177
+ sage/combinat/tiling.py,sha256=bPm0JM5XufM0ftcFI45_agTAsg7mhdVaWR498VN3GYk,91190
178
+ sage/combinat/triangles_FHM.py,sha256=222nWVeD41DZme-t0N2G3wz0iYRbh8CoDFrSbXW6AEQ,24594
179
+ sage/combinat/tutorial.py,sha256=yNy5h01vy_QLENXiMN9FlnSU2iSYOYfPpu3TNL8qrMo,69129
179
180
  sage/combinat/t_sequences.py,sha256=3fO1i3sNfPPa47q8uxr1YE3-vjeclaZ1GIk-H2UH31k,29540
180
181
  sage/combinat/vector_partition.py,sha256=e9pXKPwdMqAjnhhynBveXV1tUYzpmPt4vZ5mqhU9l3Y,11108
181
182
  sage/combinat/chas/all.py,sha256=uu9q0l-wkplLkv4Sxok5gQvNpPBbh5Hz7FmDhkIDq0Q,742
182
- sage/combinat/chas/fsym.py,sha256=fAoC4F2lsIH5faVojijrtDTN5RJ71uS4h8WMaM0Agn8,42254
183
+ sage/combinat/chas/fsym.py,sha256=xBycUmo7nDbWSp7ByCIwbj5YuK-8yuZGzIvyoPA9F0o,42333
183
184
  sage/combinat/chas/wqsym.py,sha256=PdgTvF0apZbGaj-4UmhgP8N1oZqMtHcXkHFF9atCVDM,104068
184
185
  sage/combinat/crystals/affine.py,sha256=UGx8ImD9KJjor5hn25YVFKkrlgoBFJx4Zuo3w5deLZk,24968
185
186
  sage/combinat/crystals/affine_factorization.py,sha256=3qONyOJ55Rvvvch9ITCHjgL79q4ouSPibSfziAZ-wLM,18840
@@ -203,7 +204,7 @@ sage/combinat/crystals/infinity_crystals.py,sha256=1ESJaXDGA7fMC_8pRIC0nmPzk5EKI
203
204
  sage/combinat/crystals/kac_modules.py,sha256=bFWLk_7Ebup9AAaPv97I1kBggFa77fhOB8SGY6Esmyc,31389
204
205
  sage/combinat/crystals/kirillov_reshetikhin.py,sha256=sq-TGTcRDJVpI-x_4moL-Mz3p9de9CU8qzHEgzy12hs,156902
205
206
  sage/combinat/crystals/kyoto_path_model.py,sha256=UyFqBo4--DVB1fyed_SUFrXa9Z0ZhZFeJlyJyuDxD_s,19805
206
- sage/combinat/crystals/letters.cp311-win_amd64.pyd,sha256=jD1tNjSEn2EOsQn_DHtfP88qyGaH9tJ1Xcgh8DyBYhU,504832
207
+ sage/combinat/crystals/letters.cp311-win_amd64.pyd,sha256=wC8zmzY2ZklmnA9doMxfyGBtjkVLOt6oOqtJ4F0WVFk,398848
207
208
  sage/combinat/crystals/letters.pxd,sha256=bt0cDD2eR3DyHJuYmRcfLODOwiSI3o8bMlcajT_XAQU,2547
208
209
  sage/combinat/crystals/letters.pyx,sha256=fmbMT-NgSRHQnlR6OLPf5bTuElnnlKWizGKDQezpblw,109456
209
210
  sage/combinat/crystals/littelmann_path.py,sha256=CkCe-hbc9itNU7O-Vixyr-9o38kXvEq03FYkTsgXaYE,60051
@@ -211,27 +212,27 @@ sage/combinat/crystals/monomial_crystals.py,sha256=QjoUu7pAGmQl6wkJGcGYrq0mVbfHX
211
212
  sage/combinat/crystals/multisegments.py,sha256=kBzp8AeTi-5kWrrVTG1dyqJBxNLV0WJdrnYLivCnzHg,15604
212
213
  sage/combinat/crystals/mv_polytopes.py,sha256=ZkjC4tQVzmtBKvNXH5ALMSEbwVUu9CTWdvkDIQ_VMaM,17670
213
214
  sage/combinat/crystals/pbw_crystal.py,sha256=-TkgX4YTjQacVcnFsBdpt5C5gP_xh6vie6SgxHvpEwo,18752
214
- sage/combinat/crystals/pbw_datum.cp311-win_amd64.pyd,sha256=J8Xb4Un66fcfeOGLI9Yj0-iUD_DzsMjtb1odOERXYfI,135680
215
+ sage/combinat/crystals/pbw_datum.cp311-win_amd64.pyd,sha256=Wj70XfUXRuLJy6w1tJ0Z-xVjmAELnogP1oHyS5HJb0A,120320
215
216
  sage/combinat/crystals/pbw_datum.pxd,sha256=Ihak_MUkDUST-_6LJWDFHuM_6PkfcCFaVFCk4wTRxlA,264
216
217
  sage/combinat/crystals/pbw_datum.pyx,sha256=LHEgBWUqUBQKsg-AKRt8qffHi9eo7MS_AzYfIFOWm1o,18424
217
218
  sage/combinat/crystals/polyhedral_realization.py,sha256=gWzZ_vvHHnfEA47CO_H2CoEoim2ZA3RAzyIDJlAGDP4,13510
218
- sage/combinat/crystals/spins.cp311-win_amd64.pyd,sha256=YEOWzG9RJ5nTTNtLiBy_RylugZb4Z8CwmEA-XlJenoQ,128512
219
+ sage/combinat/crystals/spins.cp311-win_amd64.pyd,sha256=Pw_m3H6W12d9jBp-fOwvXwIJsLy7e12E-dyD0XnLhAo,110592
219
220
  sage/combinat/crystals/spins.pxd,sha256=CLlkwg7zOiUS25tyZBwTyf2xNzW9gGYQo307YtfQtq8,599
220
221
  sage/combinat/crystals/spins.pyx,sha256=8p_PjDs1IqexrSht7U7pZpv78CjWquBFNpkfq3JN2i0,23111
221
222
  sage/combinat/crystals/star_crystal.py,sha256=yhX2rovu9Q5OWx98rqoFLOmFhQS3zJxD0ymqbaahAB0,10333
222
223
  sage/combinat/crystals/subcrystal.py,sha256=PxbQc94gLGuTBM6qT1RijZUXi5I6kK_HW-pzEED3BEA,16475
223
224
  sage/combinat/crystals/tensor_product.py,sha256=jpvyksuz5NgEqjPtzltxfa5YL5YGF9On3jCGpPacXr4,44315
224
- sage/combinat/crystals/tensor_product_element.cp311-win_amd64.pyd,sha256=i82nIzsWMCw7CvR0lA4ot4riXLWSF8RHElCeOUaYiqA,352768
225
+ sage/combinat/crystals/tensor_product_element.cp311-win_amd64.pyd,sha256=3qmZtwajkS_0JUJ9o1GRHUjKtoo5G6qRZ7pX-p1kxXU,310784
225
226
  sage/combinat/crystals/tensor_product_element.pxd,sha256=MOlofC8wlDX2dGrExEbeLNNTfSA9OWPv0WLc13cX020,1179
226
227
  sage/combinat/crystals/tensor_product_element.pyx,sha256=UwQiGr8r14KXm4sPGPapCQjp195OYeFqpGyu7mifu-M,59747
227
228
  sage/combinat/crystals/virtual_crystal.py,sha256=9HUSRbu9TnVU72XG84p_SOmUOTtAllRIgndXq8uCBVk,15688
228
229
  sage/combinat/matrices/all.py,sha256=0akg4faOBjJHb4aWr_WoDINHpxuu6nkp-8RUV99SZxU,757
229
- sage/combinat/matrices/hadamard_matrix.py,sha256=dG6fVOeK174Yy2Oy01_UCbCF-Y7yc3XqSWlK_I6Qvr8,144879
230
+ sage/combinat/matrices/hadamard_matrix.py,sha256=RbnGf1b7aGbrKg46ZwZCK5niai0DZ6ogVpo3yUcUy5A,145441
230
231
  sage/combinat/matrices/latin.py,sha256=Nsn4jzMSh7kMeQFfbI3eOh6CCvJyqH41i8I6sqhU1l8,79342
231
232
  sage/combinat/ncsf_qsym/all.py,sha256=4gOVoAJXsnA4RLhQglT_lu5Cw49Jt8qfEn8V4toLC54,756
232
233
  sage/combinat/ncsf_qsym/combinatorics.py,sha256=PqTXc9Qr7qBmZ4WLQbeQkNHD4k7FGsopZNJP99rY258,9786
233
234
  sage/combinat/ncsf_qsym/generic_basis_code.py,sha256=29H0oWlh3czfnX5NCJQ3oUjLEPtup_TPGK6kB207278,55991
234
- sage/combinat/ncsf_qsym/ncsf.py,sha256=Or_npsWKUwD52VRjVC72qzdalLaxb2zCG1uZ7cEkROU,240382
235
+ sage/combinat/ncsf_qsym/ncsf.py,sha256=KOXnm1K8JjErxW_Pcii9OQKKG0qHwDLbGNVNLgimYyE,240487
235
236
  sage/combinat/ncsf_qsym/qsym.py,sha256=GKLrkQetSLNRm7mgXHWRM2ItQHPJC-n97U3G74ZinAk,170291
236
237
  sage/combinat/ncsf_qsym/tutorial.py,sha256=oZb8v3KHM0hxCN_SZ1JDSZ3vzrgQ_S1a_63GYkKn6b4,15847
237
238
  sage/combinat/ncsym/all.py,sha256=KPqKk0e6PpB8sqL56CoQeQFAl8-ZSokN4udN2d3J5Ns,754
@@ -240,10 +241,10 @@ sage/combinat/ncsym/dual.py,sha256=paVBt1lr1rF_Yshfhz0Hk0m07qVRm_q72nSkqsWoCzI,2
240
241
  sage/combinat/ncsym/ncsym.py,sha256=bKw2ZQ0FCCGnnwbg_gDnuA7JMtmmE3Dly82xm9o1MUg,78620
241
242
  sage/combinat/path_tableaux/all.py,sha256=Ee56UrJEY_zpBuww1M0RqR3nxUH3o_q8_WOfU-tL80I,429
242
243
  sage/combinat/path_tableaux/catalog.py,sha256=Gf_wrjt0mgwGkEcyMw9PdSyHSEuuGQVs12amTCpR0S0,1384
243
- sage/combinat/path_tableaux/dyck_path.py,sha256=rYHR0VeYfAlAJVr8Arzj7HVhfvOSXktbuQ2TDzw7sTY,12007
244
+ sage/combinat/path_tableaux/dyck_path.py,sha256=zwG0ojBlISkdq6IiaaTD1m0iD8x7S5n41OKCQINfHHc,11997
244
245
  sage/combinat/path_tableaux/frieze.py,sha256=UXc8oPUEgZm7hTuYfTRELShpnlVvUYs993ab1VAX5V4,18236
245
246
  sage/combinat/path_tableaux/path_tableau.py,sha256=fEQpWw-9n-M-5bZqHgcOxZQMdcPrgEHM4L2lyP9FlRk,24434
246
- sage/combinat/path_tableaux/semistandard.py,sha256=5cqcqpz53HPU-dK_G-V6V7rrZBxtdaAvjph0cRMbUqE,19023
247
+ sage/combinat/path_tableaux/semistandard.py,sha256=lET8sln5pOxJbZVItU4Fg9CYfqgzYe6ZmehBxJl82MU,19003
247
248
  sage/combinat/rigged_configurations/all.py,sha256=l7s4_phLVCG2bZjP7AcYiTmp1h7zsbPYjqCmq5aZAq8,1813
248
249
  sage/combinat/rigged_configurations/bijection.py,sha256=xBqOL8gMB5Fayq_WYajA0lN-N_3SW4yw1WYs2aOr-OI,6094
249
250
  sage/combinat/rigged_configurations/bij_abstract_class.py,sha256=I3SsQ4-QGFUgCEOSkqoCcuXhawglE3A9dNidC7032w0,22409
@@ -264,41 +265,41 @@ sage/combinat/rigged_configurations/rc_crystal.py,sha256=7wo0mcUt2AOl3pTzXli8ZXf
264
265
  sage/combinat/rigged_configurations/rc_infinity.py,sha256=qA_7_7lKm0jbDY0TInmnFRfksvhy43d8QyfZ_pFZUTs,20238
265
266
  sage/combinat/rigged_configurations/rigged_configurations.py,sha256=xpxvQdr_u5OVnAdLaWLfVJJn6SRxpLbUjjWgrdZfHKs,71864
266
267
  sage/combinat/rigged_configurations/rigged_configuration_element.py,sha256=v3zb9sIHSk45JAc9ed7v35RBD9mizakk69OjTpwHu3c,85342
267
- sage/combinat/rigged_configurations/rigged_partition.cp311-win_amd64.pyd,sha256=8-by5RK_2p76Cjzj2kbctaV8J-9BOvw8T2Ojdgbpn6g,143872
268
+ sage/combinat/rigged_configurations/rigged_partition.cp311-win_amd64.pyd,sha256=9QQaBnTXPybFmpKLgJlo_ZmxjScDXDF0ikQAvah6z3M,130560
268
269
  sage/combinat/rigged_configurations/rigged_partition.pxd,sha256=1DeAYwmEhhW-hfUXL_KEuqgQ5G2VIX2UNG-SOaOd2kQ,467
269
270
  sage/combinat/rigged_configurations/rigged_partition.pyx,sha256=UdcLZ-8yooA7ImJSs-Vu28gotEISRxr2FKjm9Vc6LH4,22738
270
271
  sage/combinat/rigged_configurations/tensor_product_kr_tableaux.py,sha256=w11SCdE0KgNQ6sziuaIyh0F-uvJnAZVEuWc8gKo89ps,21038
271
272
  sage/combinat/rigged_configurations/tensor_product_kr_tableaux_element.py,sha256=PibRLaueQKSbML4bTX6e28Yn7VI-UU5M_idzlg0jn6k,15836
272
273
  sage/combinat/sf/abreu_nigro.py,sha256=j8oBZtOId4UgQZ_3cDzOURcWu9J2a2HzPizRE34GUH4,12125
273
274
  sage/combinat/sf/all.py,sha256=3lDvnKVe-rhK2o0eoEv3vKQeO3c6YPTG1XXSJV48QS0,1738
274
- sage/combinat/sf/character.py,sha256=4mvvK2Ew2WKpqlZ0aID9NFTkJRoyw_p0Q59DNtgSUUY,18937
275
- sage/combinat/sf/classical.py,sha256=6aXCjJaZWLfCVeTF_T2OxvOQ-AVli1y2ARXvrAY1N78,11941
276
- sage/combinat/sf/dual.py,sha256=C-PEyiHVb54BmLSTenFCH1nYjfvy2Rp4hTpBeFduDq0,36723
275
+ sage/combinat/sf/character.py,sha256=01f2-24ILoZ1cEyNvOYe4Fe-Ya1HCq2pdXMbIlqulk8,19468
276
+ sage/combinat/sf/classical.py,sha256=Ww6Y3UPF3X2chPc05f8q-kmBE1K6YMa1nxpgcpMyXPE,11948
277
+ sage/combinat/sf/dual.py,sha256=wQT4VQczYVpg7FbeC2xuXi76NJWVOtgBtWqSl9fmeBk,36737
277
278
  sage/combinat/sf/elementary.py,sha256=UiHkNKBBi22KK29lPnsbHIltNGLOvxU2CqY5EMwcS2Q,21988
278
- sage/combinat/sf/hall_littlewood.py,sha256=0yfDc8r57-9ErTBd5Qf8NUvilFJKl7ihRh78msuOQbw,38189
279
- sage/combinat/sf/hecke.py,sha256=uCB2bxA9K5_GkFdY_d1dQ49GOCKruXi7zbeJbsFbWnQ,11632
279
+ sage/combinat/sf/hall_littlewood.py,sha256=U75GRO6i9IOgM9N5Ll3brQDUmYURnBH8SzZjJ7k4SI4,38283
280
+ sage/combinat/sf/hecke.py,sha256=6hWGnm_YurJiJmxdlBCZ7mXQFslkoStbMitQ5_AaWDQ,11639
280
281
  sage/combinat/sf/homogeneous.py,sha256=GqRmWWNw9p6gYOlPuQC83pmrrkRKhn0GJV2LCZw8NgQ,17774
281
- sage/combinat/sf/jack.py,sha256=3D0ODkfGEVvG3yNldTecjI2rGMLpg8z6XKXsI8SAnLQ,52453
282
+ sage/combinat/sf/jack.py,sha256=eA2irCURfDL947HUIFIi8q9Nb4U5rQWCZz897auxZsg,52488
282
283
  sage/combinat/sf/kfpoly.py,sha256=XqJlG-xRqz2J6YzAZANEJaXMnrhlFrLPMR7FBmbDGzw,12734
283
- sage/combinat/sf/k_dual.py,sha256=t2_H8GlF2EDzwovBk_8l8STeBxCfxaK4byDvshrW_Yk,57731
284
- sage/combinat/sf/llt.py,sha256=o09NUx28ZMjj6tA3e8pcEkIFvKSl7n1Y9LWn3iQrX64,27760
284
+ sage/combinat/sf/k_dual.py,sha256=o2Do8S0TGnjiU56PVvrKJP2wye-Sh73LX00f1oPN96o,59042
285
+ sage/combinat/sf/llt.py,sha256=ympprDZ22QKb6KaSPs-Jr34noANIQu_tzzgB4sOwwKo,28363
285
286
  sage/combinat/sf/macdonald.py,sha256=k4tEVOzyEyLnK_VxAVWCbCICNEYQJWr7BReLhLFP7u4,73133
286
- sage/combinat/sf/monomial.py,sha256=-wbwLwxe-56BrYJrxRvJf2kQTAZM6z4p_6D0Y3EFYOM,19413
287
+ sage/combinat/sf/monomial.py,sha256=ZcPKl8t2LIqH3fTHX-LBcWai4WDGOdZWa8XdoXv9LGI,19420
287
288
  sage/combinat/sf/multiplicative.py,sha256=y5mW_I2mY-Etgw4Z6flFpi_WMfKcM5ubqjtJ9mouewY,3743
288
289
  sage/combinat/sf/new_kschur.py,sha256=opQnxzTBDR1h5h8qjuniUHDq-xV1UCQZklwIJzEz-tk,69019
289
290
  sage/combinat/sf/ns_macdonald.py,sha256=lLKyolWMMMZWGbQhdyWysmv-uuEAWzG8RyaQTrdAcRE,30280
290
- sage/combinat/sf/orthogonal.py,sha256=g0bO2fsz4c5mgY2GTmGI89fdBuKWUzauZ6kd1gIurbc,7950
291
- sage/combinat/sf/orthotriang.py,sha256=tAj_8I-K3bQWDCVVv81_aRHSvJxQuaISAMBCPkjo0KY,14080
291
+ sage/combinat/sf/orthogonal.py,sha256=9Va7F6j8JzE5JAIK_BdeSI-ryHXTwNZfHPwnPJ2tl3Q,7957
292
+ sage/combinat/sf/orthotriang.py,sha256=uHuXYiJNNL4rTZ_dXhJY3kYtjGeNYc760HuW6iqmInw,14094
292
293
  sage/combinat/sf/powersum.py,sha256=EhxjxGh6wGlW5xRWUYiAYeIj5wAF5frko2_amWbQlWA,37464
293
- sage/combinat/sf/schur.py,sha256=kctoWfO6gvkgMOHTPuIRcimLfJN-C3fj_ulNGnVzkE0,34204
294
- sage/combinat/sf/sf.py,sha256=LO2RLYKnqKbawUQahEUfZQn9ij7iJ_YMF9_wMqtWv2A,63444
294
+ sage/combinat/sf/schur.py,sha256=-qJ76VNPQY3hLvGKRwQJOoBVHu51Y87MHROxjxuJflw,34931
295
+ sage/combinat/sf/sf.py,sha256=uKNJpoeSmg-gd9F8KxyO3olLA-1RIofMRBT_NCxTcRo,64815
295
296
  sage/combinat/sf/sfa.py,sha256=P7BsWa6qPhg2LDrIY5lLAAk6eEUUUl91u5ImORokh_c,277309
296
- sage/combinat/sf/symplectic.py,sha256=t5VRqfwLhbfOzdV1DwbP0-MP_XOiRmHP9Ryp7G9ciBQ,8394
297
+ sage/combinat/sf/symplectic.py,sha256=ykcTskDm_R_Jziy28p1Z5A18-QHnYUtTvbkw9wNGPvA,8408
297
298
  sage/combinat/sf/witt.py,sha256=HsOEW436O5XpTqBBNogp9DQXQbgv6KVL_epR2c_F3VU,26763
298
299
  sage/combinat/species/all.py,sha256=QLOi5IwQnMztXUDy440WpIrcSbE25S-Cy-paA-nhpss,1461
299
300
  sage/combinat/species/characteristic_species.py,sha256=OvfTfHyWf6JIawG2s8HW-kuiwRgeTx7XwBvT-njxaZs,10412
300
301
  sage/combinat/species/composition_species.py,sha256=53lV3g0qJXAUYYm4W69h9zpKaFTgqUdUGUN70Az4btA,10478
301
- sage/combinat/species/cycle_species.py,sha256=LjYfeKofElfD1RYXdFB7UQtPFCedUHgtyYgjQ-C5VWU,8809
302
+ sage/combinat/species/cycle_species.py,sha256=uRccDCat4cXiOur5dtfDJkgZ6s-qZ1CeKwowbLGuASA,8746
302
303
  sage/combinat/species/empty_species.py,sha256=ohokOoU_G--eI67ctHi7nJ8ITkcOXFqch5xW-v4avFw,4864
303
304
  sage/combinat/species/functorial_composition_species.py,sha256=ThqHqaA1vG3AKzjdTDMew4PBn3YZjRnBh-JDDzL766Y,5236
304
305
  sage/combinat/species/generating_series.py,sha256=0Vme6WJFeGChoarbJTPKHXXmmYy7rqbX7JqC5dGM0Hg,24840
@@ -317,7 +318,7 @@ sage/combinat/species/sum_species.py,sha256=ORBlnLdH1TAP8_FPnIGkudO5tYe-J-1apgYB
317
318
  sage/combinat/words/abstract_word.py,sha256=t_tQ-e6qvBnan2I2FW2zN4qZDdIQsSL7bGkuVqm1wTk,54097
318
319
  sage/combinat/words/all.py,sha256=fnikw-TkRV-0vTEmSoxYxAKPxWcnIXyYS2zvhlknUZw,2068
319
320
  sage/combinat/words/alphabet.py,sha256=dt3u2Apu9DDq_RRN0_J-zIjFMMmRAN9oz2_JdCSaWt8,10276
320
- sage/combinat/words/finite_word.py,sha256=hakCqdIP3Aknxtklw0iHV0zZU8o5e6G7yD1VHW9hAEY,238611
321
+ sage/combinat/words/finite_word.py,sha256=oDEnD84zg8Vo7jEkqQTeSexrBE9RA_iIlP5KONU8J7w,238407
321
322
  sage/combinat/words/infinite_word.py,sha256=fYzC2SA-Zx2NHz3qb1xrIzi3J6PBDOf2BJzA-ZTTBLE,3551
322
323
  sage/combinat/words/lyndon_word.py,sha256=N4zQyY3SlpMWB83BFmVSI8iD4EWz_Pqw_W6vZtFzkcI,19743
323
324
  sage/combinat/words/morphic.py,sha256=-Dt4Y4I5rE3dKLa8zhWLPRNj7TyBXvlijJNU1QUVvY4,12474
@@ -325,18 +326,18 @@ sage/combinat/words/morphism.py,sha256=4edGuqK3_TR3SK3ImBETCObdoi0ZY_JmPxGavnt7o
325
326
  sage/combinat/words/paths.py,sha256=KKyfcZU-hfph0pOV6RD5lj6GOg1vc7x4jPouD88uHFg,98238
326
327
  sage/combinat/words/shuffle_product.py,sha256=kDFAOviwrEEBCGwmxiKDfGPh-V1KrY2jOn7UuU25fOY,9720
327
328
  sage/combinat/words/suffix_trees.py,sha256=wBq1M9-zaW5KqOu8DSK32rZmMLjrdW_N3zII8OZyMOA,67418
328
- sage/combinat/words/word.py,sha256=nKQbChP4qPlj5gToeXWoKeF2NL-13xq_blEwIl16cw0,22174
329
+ sage/combinat/words/word.py,sha256=rJK5If3_0r5e1723pp2W0dyXeDmg4thWYrgahQUfIcQ,22698
329
330
  sage/combinat/words/words.py,sha256=0fC9lZZwG_3ToPu8MpXXPZBVm0lQltA5XP9qZEAid1Q,80747
330
- sage/combinat/words/word_char.cp311-win_amd64.pyd,sha256=sWxTvCWBV2xIpiRrQUIIc3PNGtlNBxSBQbxyAh2Tw-U,128512
331
+ sage/combinat/words/word_char.cp311-win_amd64.pyd,sha256=bc0k2ECHhw0XAYLK78c7sy6y-b3fiRjzrUK3mJRvr1E,116736
331
332
  sage/combinat/words/word_char.pyx,sha256=TEtdXtFFWtPsUQEw9AlRJzD7OIwACXDqnsWQtxsqwQ8,25355
332
- sage/combinat/words/word_datatypes.cp311-win_amd64.pyd,sha256=SZedf35QDtBbToRln8nlwlknX1lWCOe0vB0Mej0U-UU,115712
333
+ sage/combinat/words/word_datatypes.cp311-win_amd64.pyd,sha256=PYSnfHdQapo9aP75gH2lfsZz5SrEWa5wQ1lybQBazqk,104448
333
334
  sage/combinat/words/word_datatypes.pxd,sha256=qPMo0gQ5xjgwWONSG7MuOEBe2038Qvcf2sd-OKP7Ljo,113
334
335
  sage/combinat/words/word_datatypes.pyx,sha256=EJMr_eLGnnYR2KGtBAAuMNDhniSDjFKOkuKFUXUnW_I,28097
335
- sage/combinat/words/word_generators.py,sha256=hu4kGiuZheF9obLR58KNK3KasSpkBcgeLNpnMZyi-Kc,74361
336
+ sage/combinat/words/word_generators.py,sha256=_YxzkigBctnYORQ54qszbCKPsko9agyQJnyKOFdTTHA,74423
336
337
  sage/combinat/words/word_infinite_datatypes.py,sha256=ubRK9lcS5PHXFlt4wZUqz3oE4cEaGj6vmmA955AGh7c,39522
337
338
  sage/combinat/words/word_options.py,sha256=2z9638KAsPfnb1S-Nq6OAd5CEuJyBlPE-9bWW-kiz7w,3893
338
339
  sage/databases/all__sagemath_combinat.py,sha256=Ad_8j8GmKL6W9x1rkMgzt040KUkxgDT2k3sPJZlHfVQ,335
339
- sage/databases/findstat.py,sha256=uwykFctV7UT6vJww1_Yok8bHhrTppyXISx_cksCDxyw,192003
340
+ sage/databases/findstat.py,sha256=n92sAWpI3UdwGZBjmyK7dPbL6NoDAsehEjI7SL68YqU,192024
340
341
  sage/databases/oeis.py,sha256=0vIO6K7N-RY1yIcwJtzhoIyTlQX1Si5HVTHT1MCVjhM,71834
341
342
  sage/databases/sloane.py,sha256=ZhoYoh-Pc4z09BfFXoDshEQ611QVbrOAvhK7Am2gy1Y,13478
342
343
  sage/data_structures/all__sagemath_combinat.py,sha256=TUHMuhOzlFeuFr3hoL4JcdN85c30SLtKeA2EZ9W15gg,47
@@ -352,7 +353,7 @@ sage/games/all.py,sha256=NuC3cKjeOMtiB_ynYNDxDHZMxqOxy21_wjdECpYln6s,211
352
353
  sage/games/hexad.py,sha256=jmE1aioxEUK446ADcyIiZy5NTHbuSCzWW4_iVLlOU4c,26905
353
354
  sage/games/quantumino.py,sha256=as0dQc6VkyX_bYUTIKc6QQu39sQLAHUs-HLDopfAs04,24263
354
355
  sage/games/sudoku.py,sha256=KF7mnW06VrVnjdMkO0elyXfCKv8x54P5z7sxFPtGi00,37189
355
- sage/games/sudoku_backtrack.cp311-win_amd64.pyd,sha256=oPjDaB9-pnj2U943BU81vFUxYyN7I5ifTHYoYKylrLo,35328
356
+ sage/games/sudoku_backtrack.cp311-win_amd64.pyd,sha256=dpBmhqXzBV0tsAxPXGI-clA8cKCeUyzsQk05v3l5Dzg,29696
356
357
  sage/games/sudoku_backtrack.pyx,sha256=UQyFbwL1zlvHTunsgoaRzMw4hxcSs3PxvtN7lMV0PUw,8806
357
358
  sage/groups/all__sagemath_combinat.py,sha256=TUHMuhOzlFeuFr3hoL4JcdN85c30SLtKeA2EZ9W15gg,47
358
359
  sage/groups/indexed_free_group.py,sha256=Q-PkMzfduYKnrroM4qh7fel8a4n5VihFQ2GclK7OmMI,14617
@@ -367,22 +368,22 @@ sage/libs/symmetrica/sab.pxi,sha256=5euS40Bf8SGxoT1J92sCQw2ppa_VDssq93ql8dpghKA,
367
368
  sage/libs/symmetrica/sb.pxi,sha256=Eu9K5gssHF4v3qRiPEYjxxTF0v7c7Ry_vFNz5AdDqrw,7752
368
369
  sage/libs/symmetrica/sc.pxi,sha256=N-eYNu7jVPDYLAqpxkBAvlTzUVl3_rPQCs4ezsxO85s,4388
369
370
  sage/libs/symmetrica/schur.pxi,sha256=AmWmhn8el0x5FsY8ymumP0q6FUPY5YT9NTt1yk6nxMI,22077
370
- sage/libs/symmetrica/symmetrica.cp311-win_amd64.pyd,sha256=ZuTsDKFrXQm6q0iC85D3pWTlr9Yd_tDtq5AmVuBIW2k,270336
371
- sage/libs/symmetrica/symmetrica.pxi,sha256=zZAVlGDigGfXJM4NoY5cxOQqo-xnOtOORkXlh6pNTO4,27870
371
+ sage/libs/symmetrica/symmetrica.cp311-win_amd64.pyd,sha256=puotuBemzsVwiEPaTO_i8_vMu1rNxkOVMMiHBk04ZQY,216576
372
+ sage/libs/symmetrica/symmetrica.pxi,sha256=I6JswF-EwbZnjpk6pUWNyl5hkqD0WedHgLFsVP-ztM4,27916
372
373
  sage/libs/symmetrica/symmetrica.pyx,sha256=uvSZi3ksO_uhgKUXs5iSliVUoe7znH-DMglHsFa_vtk,931
373
374
  sage/libs/symmetrica/__init__.py,sha256=Iwiic-oevnqsYxneMb-3iNPyN8JGRlco4YDj6CERWU8,211
374
375
  sage/monoids/all.py,sha256=cHhwB8qFCjyjVGQln9Ch1pwU50SzOlG79wSGDCvvx3I,464
375
376
  sage/monoids/automatic_semigroup.py,sha256=zeo1rSEy7v6vk6dCj4b166HlDbztoh51rCfa5X4ybqE,38416
376
377
  sage/monoids/free_abelian_monoid.py,sha256=RhUtuKoKXx4uJASYdOaqVet098hd4WsBvwbGHwVlZyA,9042
377
- sage/monoids/free_abelian_monoid_element.cp311-win_amd64.pyd,sha256=HIRiOdUk8XzC-dAzEvorRX4E27hvd-1jne8fCgjfNlY,93696
378
+ sage/monoids/free_abelian_monoid_element.cp311-win_amd64.pyd,sha256=Xn8Uf0W4rjgnDWAb--Bpl0QfItGPNI-bqgZKMcFQ1n4,82944
378
379
  sage/monoids/free_abelian_monoid_element.pxd,sha256=D44_S92Gu5pSmqhVaIpdyZ6ea3gS2euKz0kQooO7gs8,579
379
380
  sage/monoids/free_abelian_monoid_element.pyx,sha256=SUgHa2bUuEZ5-VaH4dFDzecNi-dtOWSx4_-UvDnHjMU,11478
380
381
  sage/monoids/free_monoid.py,sha256=ydICaGiIe9OnlgX2gd-XhQYLF_mpVIsduBHx7IgNtcc,10855
381
382
  sage/monoids/free_monoid_element.py,sha256=NxawZWDp84KKGCd48XxVM1LdBx-B-DnrLJKzYrn6Qlw,12893
382
383
  sage/monoids/hecke_monoid.py,sha256=2RDy-F_K16faXJC462hvd5Bq7Nle7wJ1yZyH5UlAJ9I,2194
383
- sage/monoids/string_monoid.py,sha256=tqkv5GrURQ1SaPamh9Ry2zygnOPsz9Q3OcFsNyM4gKs,26180
384
- sage/monoids/string_monoid_element.py,sha256=-OJlOlKQbeEo9Si1UFIzio0PJuI-hJLpU8RgYMUOgJQ,18570
385
- sage/monoids/string_ops.py,sha256=z1vQSHGaBzvvR9fcH-p2uORotw6f_j6dsI-djc6u1G8,4707
384
+ sage/monoids/string_monoid.py,sha256=QMchN278hD0RG96tmMbJzX49C8pbgeS7k_Cba7vGb5E,26552
385
+ sage/monoids/string_monoid_element.py,sha256=vfZ51pGyDdlzZYpChThr5lvT2VaukuA0j-6mDj6ZgbM,19050
386
+ sage/monoids/string_ops.py,sha256=dHg5pZhznOQF9LzURNGhzYBXwOO8qpugyU1E-gIgBEs,4789
386
387
  sage/monoids/trace_monoid.py,sha256=geIsuEksvMcm1Ax6-jf3-Vi2ll2Z_Zs-ycT1Zajh9tY,32656
387
388
  sage/rings/all__sagemath_combinat.py,sha256=5rfUmKZ7rRxLtWcLSHbCWYaKJTuscdLwrF2M8bFnwcU,97
388
389
  sage/sat/all.py,sha256=JNAi4n85EqYnBeItgQbR6MymoBYbs7lFu-gehjKGlIY,158
@@ -393,7 +394,7 @@ sage/sat/converters/__init__.py,sha256=wdBcB4C5tzRvaHXAm3E2uHW58EWN4nsKawo10vOYl
393
394
  sage/sat/solvers/cryptominisat.py,sha256=1V-Q9Tb5l850F7KCBDH947JGAi-1T6qmzU808ED0W9I,10506
394
395
  sage/sat/solvers/dimacs.py,sha256=kxuv8LeY0YiDzCHro8IIqxf0-WI-uSn0Vn0HHNiZBuc,24471
395
396
  sage/sat/solvers/picosat.py,sha256=YeafaHMWRQf06t4L_DAIgz9zQn4JTTlaH8raEJ6GGcE,7478
396
- sage/sat/solvers/satsolver.cp311-win_amd64.pyd,sha256=A5SLgBJqKgNTDwSzElcUx9yS1la9yhgizBqi6y7DX4c,61440
397
+ sage/sat/solvers/satsolver.cp311-win_amd64.pyd,sha256=0S_JyRuDG0TpiaGyQ-Ag--B6Dnm4WHswTYNZH35_lqw,56832
397
398
  sage/sat/solvers/satsolver.pxd,sha256=y155IrZSG6TkmhzsA1PgsL69tnVQdtdCsPMSNaV8gQc,78
398
399
  sage/sat/solvers/satsolver.pyx,sha256=7r4J6H6xdrYSfJSXsLf2_C427gkWZs7Zgdkx00L47Tg,13364
399
400
  sage/sat/solvers/sat_lp.py,sha256=X8zdHwRjfF8S4IFntMYifEiT7Zt8oS8TJWZB8ZTxeM4,4981
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_combinat
3
+ sage
sage/algebras/all.py CHANGED
@@ -21,5 +21,4 @@ from sage.algebras.all__sagemath_modules import *
21
21
  from sage.algebras.all__sagemath_singular import *
22
22
  from sage.algebras.all__sagemath_combinat import *
23
23
 
24
- from sage.algebras.fusion_rings.all import *
25
24
  from sage.algebras.lie_conformal_algebras.all import *
@@ -156,7 +156,7 @@ class NilCoxeterAlgebra(IwahoriHeckeAlgebra.T):
156
156
  EXAMPLES::
157
157
 
158
158
  sage: A = NilCoxeterAlgebra(WeylGroup(['A',3,1]))
159
- sage: A.k_schur_noncommutative_variables([2,2])
159
+ sage: A.k_schur_noncommutative_variables([2,2]) # needs lrcalc_python
160
160
  u[0,3,1,0] + u[3,1,2,0] + u[1,2,0,1] + u[3,2,0,3] + u[2,0,3,1] + u[2,3,1,2]
161
161
 
162
162
  TESTS::
@@ -1,13 +1,13 @@
1
1
  # sage_setup: distribution = sagemath-combinat
2
2
  # start delvewheel patch
3
- def _delvewheel_patch_1_10_1():
3
+ def _delvewheel_patch_1_11_2():
4
4
  import os
5
5
  if os.path.isdir(libs_dir := os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'passagemath_combinat.libs'))):
6
6
  os.add_dll_directory(libs_dir)
7
7
 
8
8
 
9
- _delvewheel_patch_1_10_1()
10
- del _delvewheel_patch_1_10_1
9
+ _delvewheel_patch_1_11_2()
10
+ del _delvewheel_patch_1_11_2
11
11
  # end delvewheel patch
12
12
  r"""
13
13
  Top level of the distribution package sagemath-combinat
@@ -929,7 +929,7 @@ class FreeSymmetricFunctions_Dual(UniqueRepresentation, Parent):
929
929
 
930
930
  This mapping is a Hopf algebra morphism::
931
931
 
932
- sage: all(TF(s[p1] * s[p2]) == TF(s[p1]) * TF(s[p2])
932
+ sage: all(TF(s[p1] * s[p2]) == TF(s[p1]) * TF(s[p2]) # needs lrcalc_python
933
933
  ....: for p1 in Partitions(2)
934
934
  ....: for p2 in Partitions(3))
935
935
  True
@@ -938,7 +938,7 @@ class FreeSymmetricFunctions_Dual(UniqueRepresentation, Parent):
938
938
  sage: phi = s2.module_morphism(
939
939
  ....: lambda x: tensor([TF(s[x[0]]), TF(s[x[1]])]),
940
940
  ....: codomain=TF.tensor_square())
941
- sage: all(phi(s[p].coproduct()) == TF(s[p]).coproduct()
941
+ sage: all(phi(s[p].coproduct()) == TF(s[p]).coproduct() # needs lrcalc_python
942
942
  ....: for p in Partitions(4))
943
943
  True
944
944
  """
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-combinat
2
- # sage.doctest: needs sage.combinat sage.graphs
2
+ # sage.doctest: needs sage.combinat sage.graphs sage.modules
3
3
  r"""
4
4
  Cluster complex (or generalized dual associahedron)
5
5
 
@@ -10,7 +10,7 @@ Colored permutations
10
10
  import itertools
11
11
  from random import choice
12
12
 
13
- from sage.structure.element import MultiplicativeGroupElement, parent
13
+ from sage.structure.element import MultiplicativeGroupElement
14
14
  from sage.structure.parent import Parent
15
15
  from sage.structure.unique_representation import UniqueRepresentation
16
16
  from sage.misc.inherit_comparison import InheritComparisonClasscallMetaclass