passagemath-combinat 10.6.5__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 (42) 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.5.dist-info → passagemath_combinat-10.6.44.dist-info}/METADATA +9 -11
  4. {passagemath_combinat-10.6.5.dist-info → passagemath_combinat-10.6.44.dist-info}/RECORD +40 -39
  5. passagemath_combinat-10.6.44.dist-info/top_level.txt +3 -0
  6. passagemath_combinat.libs/{libgmp-10-99441a47601ceeddd98c37597f1abb1e.dll → libgmp-10-20eff6468ebffd10e3a6f0c3780fee4e.dll} +0 -0
  7. passagemath_combinat.libs/{libsymmetrica-3-e8ba5dcc92a728a56491cc6f77e3e895.dll → libsymmetrica-3-fa8ae274cd9618eec4c7c5aca1f11bc7.dll} +0 -0
  8. sage/algebras/all.py +0 -1
  9. sage/all__sagemath_combinat.py +3 -3
  10. sage/combinat/crystals/letters.cp311-win_amd64.pyd +0 -0
  11. sage/combinat/crystals/pbw_datum.cp311-win_amd64.pyd +0 -0
  12. sage/combinat/crystals/spins.cp311-win_amd64.pyd +0 -0
  13. sage/combinat/crystals/tensor_product_element.cp311-win_amd64.pyd +0 -0
  14. sage/combinat/debruijn_sequence.cp311-win_amd64.pyd +0 -0
  15. sage/combinat/degree_sequences.cp311-win_amd64.pyd +0 -0
  16. sage/combinat/diagram_algebras.py +1 -1
  17. sage/combinat/expnums.cp311-win_amd64.pyd +0 -0
  18. sage/combinat/fast_vector_partitions.cp311-win_amd64.pyd +0 -0
  19. sage/combinat/matrices/hadamard_matrix.py +1 -1
  20. sage/combinat/parallelogram_polyomino.py +2 -2
  21. sage/combinat/partition_algebra.py +7 -5
  22. sage/combinat/q_bernoulli.cp311-win_amd64.pyd +0 -0
  23. sage/combinat/rigged_configurations/rigged_partition.cp311-win_amd64.pyd +0 -0
  24. sage/combinat/set_partition_iterator.cp311-win_amd64.pyd +0 -0
  25. sage/combinat/sf/llt.py +0 -1
  26. sage/combinat/subword_complex_c.cp311-win_amd64.pyd +0 -0
  27. sage/combinat/symmetric_group_algebra.py +1 -1
  28. sage/combinat/tiling.py +19 -19
  29. sage/combinat/triangles_FHM.py +1 -0
  30. sage/combinat/words/word.py +24 -16
  31. sage/combinat/words/word_char.cp311-win_amd64.pyd +0 -0
  32. sage/combinat/words/word_datatypes.cp311-win_amd64.pyd +0 -0
  33. sage/games/sudoku_backtrack.cp311-win_amd64.pyd +0 -0
  34. sage/libs/symmetrica/symmetrica.cp311-win_amd64.pyd +0 -0
  35. sage/libs/symmetrica/symmetrica.pxi +1 -0
  36. sage/monoids/free_abelian_monoid_element.cp311-win_amd64.pyd +0 -0
  37. sage/monoids/string_monoid.py +3 -0
  38. sage/monoids/string_monoid_element.py +6 -3
  39. sage/sat/solvers/satsolver.cp311-win_amd64.pyd +0 -0
  40. passagemath_combinat-10.6.5.dist-info/DELVEWHEEL +0 -2
  41. passagemath_combinat-10.6.5.dist-info/top_level.txt +0 -2
  42. {passagemath_combinat-10.6.5.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.5
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
@@ -25,16 +25,17 @@ Classifier: Programming Language :: Python :: 3.10
25
25
  Classifier: Programming Language :: Python :: 3.11
26
26
  Classifier: Programming Language :: Python :: 3.12
27
27
  Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: 3.14
28
29
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
30
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
- Requires-Python: <3.14,>=3.10
31
+ Requires-Python: <3.15,>=3.10
31
32
  Description-Content-Type: text/x-rst
32
33
  Requires-Dist: gmpy2~=2.1.b999
33
- Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
34
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
34
35
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
35
36
  Requires-Dist: memory_allocator
36
- Requires-Dist: passagemath-categories~=10.6.5.0
37
- Requires-Dist: passagemath-environment~=10.6.5.0
37
+ Requires-Dist: passagemath-categories~=10.6.44.0
38
+ Requires-Dist: passagemath-environment~=10.6.44.0
38
39
  Provides-Extra: test
39
40
  Requires-Dist: passagemath-repl; extra == "test"
40
41
  Provides-Extra: glucose
@@ -88,21 +89,18 @@ It was created in October 2024 with the following goals:
88
89
  serverless deployment with Javascript,
89
90
  - developing a native Windows port.
90
91
 
91
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
92
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
92
93
  available online.
93
94
 
94
95
  passagemath attempts to support and provides binary wheels suitable for
95
96
  all major Linux distributions and recent versions of macOS.
96
97
 
97
- For the Linux aarch64 (ARM) platform, some third-party packages are still missing
98
- wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
99
-
100
98
  Binary wheels for native Windows (x86_64) are are available for a subset of
101
99
  the passagemath distributions. Use of the full functionality of passagemath
102
100
  on Windows currently requires the use of Windows Subsystem for Linux (WSL)
103
101
  or virtualization.
104
102
 
105
- The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
103
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
106
104
 
107
105
 
108
106
  About this pip-installable distribution package
@@ -130,7 +128,7 @@ A quick way to try it out interactively::
130
128
 
131
129
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-combinat[test]" ipython
132
130
 
133
- In [1]: from sage.all__sagemath_combinat import *
131
+ In [1]: from passagemath_combinat import *
134
132
 
135
133
  In [2]: RowStandardTableaux([3,2,1]).cardinality()
136
134
  Out[2]: 60
@@ -1,13 +1,14 @@
1
- passagemath_combinat-10.6.5.dist-info/DELVEWHEEL,sha256=xhMW7ADzVIv4YfVA-6pBGQtw5p3Wddfzo3QiCWqoNzU,439
2
- passagemath_combinat-10.6.5.dist-info/METADATA,sha256=1BM-tkYfiLs2x5uK7MGLnKXWa7c57H5LRBU1MwtKSt4,7867
3
- passagemath_combinat-10.6.5.dist-info/RECORD,,
4
- passagemath_combinat-10.6.5.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
- passagemath_combinat-10.6.5.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
6
- passagemath_combinat.libs/libgmp-10-99441a47601ceeddd98c37597f1abb1e.dll,sha256=mUQaR2Ac7t3ZjDdZfxq7HoMjb4tzUsSXla61Cl_-q58,3004991
7
- passagemath_combinat.libs/libsymmetrica-3-e8ba5dcc92a728a56491cc6f77e3e895.dll,sha256=6LpdzJKnKKVkkcxvd-PolVjGUl1OS4CVwUocq1ZLe7M,28437504
8
- sage/all__sagemath_combinat.py,sha256=LLsPtM2WmCfSbNNCeavYYPJSR448SBOh-R6KFbCEmwU,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
@@ -87,21 +88,21 @@ 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=fEAsotdVPi-9Da6pS9sYszFre4_0FSt89wHc8msFxns,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=MrU3O_7_6b3dK77C2MMYwz8t5Ynzdt_yx6QzM-lhNVQ,82432
94
+ sage/combinat/degree_sequences.cp311-win_amd64.pyd,sha256=cy6DcerpJshznBweV21GPpd-ptFnnjJaz8pKiFQSUkk,77312
94
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=yIaVeo93Mx527UDQHLuUvmKco61Vr0Dh6r96eGQejI8,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=b3xDHOYyJuW3ROm1hkqA7bmINlvPvw7GghtRRc00zak,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
@@ -127,16 +128,16 @@ 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=ksY-m2ZDu201XePdLPGXaLZttd9o3bOhw8n4AFPzIH8,147861
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=iH3CjKSKIYeUYFDkGmAoHeyFd7vRH-kr6kZaQ_KM9cg,60131
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
138
  sage/combinat/plane_partition.py,sha256=Wa35rTT_fTRL2qEnOOc1aL5hH07tM-NKWvR20cUoIZ8,119093
138
139
  sage/combinat/quickref.py,sha256=t6fy3GyDGsqOj26WGzkZ4USzf9lSf0thkC_DjkOtW9I,3594
139
- sage/combinat/q_bernoulli.cp311-win_amd64.pyd,sha256=gAApO3fehi_cpXg8SVlJlN15dUkgv_uO2HPeEXG6LHo,62976
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
@@ -148,7 +149,7 @@ sage/combinat/ribbon_tableau.py,sha256=cPx5pSyRutsMRhKUi6bvXCcvbiUfqPPIIO66VyJgn
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=wqUEuTiUc1bolJRwI4TVUk6Tnk-Jp-qKIIdTMqUTXBk,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
@@ -164,17 +165,17 @@ sage/combinat/sloane_functions.py,sha256=0Z5ZfJOEw4P9J92mvnNjt6v-TkMmdGyuS5NfRdP
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=X7swHfrvPz97ARjTcRxRJ0o9RYhe4SBkNltmf3c4Op8,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_algebra.py,sha256=3_90Oi8xZLMiZQ6T85meOvxRQeem7yLpNpYMXDDQ3ew,143163
172
173
  sage/combinat/symmetric_group_representations.py,sha256=6Yzi4d2RAmDm2j1O1A-MIvqDOMKHQNdVpANu2fzmh-o,67474
173
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
177
+ sage/combinat/tiling.py,sha256=bPm0JM5XufM0ftcFI45_agTAsg7mhdVaWR498VN3GYk,91190
178
+ sage/combinat/triangles_FHM.py,sha256=222nWVeD41DZme-t0N2G3wz0iYRbh8CoDFrSbXW6AEQ,24594
178
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
@@ -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=LY9UQ0cOMI0FRYUqSpPGOnnUSBM8vJ74xEZILkOFUJ0,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,22 +212,22 @@ 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=TShp16tVO30_rMNyxiBgj6M-QQcLKtJYZffUcXen0nI,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=AgiNuOZ-dlXxKkoHWeFABqRbdO7ugG6Eebny9iHrVz8,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=ScjQg6Oo5RXEfJsZTxn1Nzn9MEXGUVKlflC-qHHuQrM,352256
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=5oc8zDNB5Zp88sj81PzQFMNLh2eAmotgzOvlVF0arJ8,145442
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
@@ -264,7 +265,7 @@ 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=fNZmZesy91DbYYfNzdhvyxVekN5RNUoDvWjFlcHkc1Y,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
@@ -281,7 +282,7 @@ sage/combinat/sf/homogeneous.py,sha256=GqRmWWNw9p6gYOlPuQC83pmrrkRKhn0GJV2LCZw8N
281
282
  sage/combinat/sf/jack.py,sha256=eA2irCURfDL947HUIFIi8q9Nb4U5rQWCZz897auxZsg,52488
282
283
  sage/combinat/sf/kfpoly.py,sha256=XqJlG-xRqz2J6YzAZANEJaXMnrhlFrLPMR7FBmbDGzw,12734
283
284
  sage/combinat/sf/k_dual.py,sha256=o2Do8S0TGnjiU56PVvrKJP2wye-Sh73LX00f1oPN96o,59042
284
- sage/combinat/sf/llt.py,sha256=ZiKbiu9gqNBMDpGuRNlamThFmlzHWoSDq8dRtvzw2i4,28364
285
+ sage/combinat/sf/llt.py,sha256=ympprDZ22QKb6KaSPs-Jr34noANIQu_tzzgB4sOwwKo,28363
285
286
  sage/combinat/sf/macdonald.py,sha256=k4tEVOzyEyLnK_VxAVWCbCICNEYQJWr7BReLhLFP7u4,73133
286
287
  sage/combinat/sf/monomial.py,sha256=ZcPKl8t2LIqH3fTHX-LBcWai4WDGOdZWa8XdoXv9LGI,19420
287
288
  sage/combinat/sf/multiplicative.py,sha256=y5mW_I2mY-Etgw4Z6flFpi_WMfKcM5ubqjtJ9mouewY,3743
@@ -325,11 +326,11 @@ 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=sa2cbxmsivMHWX1N4hO_muxLOUPEf3cD7kB1WOmBZF8,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=cGEweRbfMcRWrqD410vaw3CBQdDO7f7e8RwpiQ4Itv0,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
336
  sage/combinat/words/word_generators.py,sha256=_YxzkigBctnYORQ54qszbCKPsko9agyQJnyKOFdTTHA,74423
@@ -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=FXkXNBDqzs7QArKAkDwMFI-ajk3g3_SuwVYQjqFqK-A,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,21 +368,21 @@ 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=rK1VWN90hZRl4ZEX8rb7DVm0lJWavqmIISkVFuQ96Xg,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=J65TylDpVebQX1f8xCHzXneos1AM1AniRxsAhUBUbPo,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=5689C5NNX7rH69AG_lnSsD-cWPx1__68XlOM7iE-NPs,26411
384
- sage/monoids/string_monoid_element.py,sha256=77hkJ_Gi7kNtXtRBberthnHJV34wRDHk4QcwGVO-Ebg,18758
384
+ sage/monoids/string_monoid.py,sha256=QMchN278hD0RG96tmMbJzX49C8pbgeS7k_Cba7vGb5E,26552
385
+ sage/monoids/string_monoid_element.py,sha256=vfZ51pGyDdlzZYpChThr5lvT2VaukuA0j-6mDj6ZgbM,19050
385
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
@@ -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=sIf5s1GSQyAQ-fy7Mts4hBnYxuHcmfHVCpYyfN8d8Vg,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 *
@@ -1,13 +1,13 @@
1
1
  # sage_setup: distribution = sagemath-combinat
2
2
  # start delvewheel patch
3
- def _delvewheel_patch_1_11_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_11_1()
10
- del _delvewheel_patch_1_11_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
@@ -358,7 +358,7 @@ class AbstractPartitionDiagram(AbstractSetPartition):
358
358
  sage: pd2 = da.AbstractPartitionDiagram(pd, [[[1,2],[-1,-2]]]) # indirect doctest
359
359
  Traceback (most recent call last):
360
360
  ...
361
- TypeError: unhashable type: 'list'
361
+ TypeError: ...unhashable type: 'list'...
362
362
  """
363
363
  if self._base_diagram:
364
364
  tst = frozenset(e for B in self._base_diagram for e in B)
Binary file
@@ -1962,7 +1962,7 @@ def hadamard_matrix_www(url_file, comments=False):
1962
1962
  [ 1 -1 -1 1 1 1 -1 -1 -1 1 1 -1 -1 -1 1 1]
1963
1963
  [ 1 -1 -1 1 -1 -1 1 1 -1 1 1 -1 1 1 -1 -1]
1964
1964
  """
1965
- n = eval(url_file.split(".")[1])
1965
+ n = int(url_file.split(".")[1])
1966
1966
  rws = []
1967
1967
  url = "http://neilsloane.com/hadamard/" + url_file
1968
1968
  with urlopen(url) as f:
@@ -1463,7 +1463,7 @@ class ParallelogramPolyomino(ClonableList,
1463
1463
  ....: [1, 1, 0, 1, 1, 0, 0, 0, 1, 0]
1464
1464
  ....: ]
1465
1465
  ....: )
1466
- sage: pp._to_binary_tree_Aval_Boussicault()
1466
+ sage: pp._to_binary_tree_Aval_Boussicault() # needs sage.graphs
1467
1467
  [[., [[., .], [[., [., .]], .]]], [[., .], .]]
1468
1468
 
1469
1469
  sage: pp = ParallelogramPolyomino([[0, 1], [1, 0]])
@@ -1522,7 +1522,7 @@ class ParallelogramPolyomino(ClonableList,
1522
1522
  ....: [1, 1, 0, 1, 1, 0, 0, 0, 1, 0]
1523
1523
  ....: ]
1524
1524
  ....: )
1525
- sage: pp.to_binary_tree()
1525
+ sage: pp.to_binary_tree() # needs sage.graphs
1526
1526
  [[., [[., .], [[., [., .]], .]]], [[., .], .]]
1527
1527
 
1528
1528
  sage: pp = ParallelogramPolyomino([[0, 1], [1, 0]])
@@ -118,7 +118,7 @@ def SetPartitionsAk(k):
118
118
  sage: A3.random_element() #random # needs sage.symbolic
119
119
  {{1, 3, -3, -1}, {2, -2}}
120
120
 
121
- sage: A3.cardinality()
121
+ sage: A3.cardinality() # needs sage.libs.flint
122
122
  203
123
123
 
124
124
  sage: A2p5 = SetPartitionsAk(2.5); A2p5
@@ -616,6 +616,7 @@ def SetPartitionsBk(k):
616
616
  sage: B3 = SetPartitionsBk(3); B3
617
617
  Set partitions of {1, ..., 3, -1, ..., -3} with block size 2
618
618
 
619
+ sage: # needs sage.graphs
619
620
  sage: B3.first() #random
620
621
  {{2, -2}, {1, -3}, {3, -1}}
621
622
  sage: B3.last() #random
@@ -629,6 +630,7 @@ def SetPartitionsBk(k):
629
630
  sage: B2p5 = SetPartitionsBk(2.5); B2p5
630
631
  Set partitions of {1, ..., 3, -1, ..., -3} with 3 and -3 in the same block and with block size 2
631
632
 
633
+ sage: # needs sage.graphs
632
634
  sage: B2p5.first() #random
633
635
  {{2, -1}, {3, -3}, {1, -2}}
634
636
  sage: B2p5.last() #random
@@ -703,14 +705,14 @@ class SetPartitionsBk_k(SetPartitionsAk_k):
703
705
  """
704
706
  TESTS::
705
707
 
706
- sage: SetPartitionsBk(1).list()
708
+ sage: SetPartitionsBk(1).list() # needs sage.graphs
707
709
  [{{-1, 1}}]
708
710
 
709
711
  ::
710
712
 
711
- sage: SetPartitionsBk(2).list() #random
713
+ sage: SetPartitionsBk(2).list() #random # needs sage.graphs
712
714
  [{{2, -1}, {1, -2}}, {{2, -2}, {1, -1}}, {{1, 2}, {-1, -2}}]
713
- sage: SetPartitionsBk(3).list() #random
715
+ sage: SetPartitionsBk(3).list() #random # needs sage.graphs
714
716
  [{{2, -2}, {1, -3}, {3, -1}},
715
717
  {{2, -1}, {1, -3}, {3, -2}},
716
718
  {{1, -3}, {2, 3}, {-1, -2}},
@@ -733,7 +735,7 @@ class SetPartitionsBk_k(SetPartitionsAk_k):
733
735
  ::
734
736
 
735
737
  sage: bks = [SetPartitionsBk(i) for i in range(1, 6)]
736
- sage: all(bk.cardinality() == len(bk.list()) for bk in bks)
738
+ sage: all(bk.cardinality() == len(bk.list()) for bk in bks) # needs sage.graphs
737
739
  True
738
740
  """
739
741
  for sp in SetPartitions(self._set, [2] * (len(self._set) // 2)):
sage/combinat/sf/llt.py CHANGED
@@ -411,7 +411,6 @@ class LLT_class(UniqueRepresentation):
411
411
  in the level 3 LLT spin basis
412
412
  sage: HSp3([1])^2
413
413
  HSp3[1, 1] + (-t+1)*HSp3[2]
414
-
415
414
  sage: s = Sym.schur()
416
415
  sage: HSp3(s([2]))
417
416
  HSp3[2]
@@ -120,7 +120,7 @@ def SymmetricGroupAlgebra(R, W, category=None):
120
120
  Weyl Group of type ['A', 3] (as a matrix group acting
121
121
  on the ambient space)
122
122
  sage: SGA.an_element()
123
- s1*s2*s3 + 3*s2*s3*s1*s2 + 2*s3*s1 + 1
123
+ s1*s2*s3 + ... + 1
124
124
 
125
125
  The preferred way to construct the symmetric group algebra is to
126
126
  go through the usual ``algebra`` method::
sage/combinat/tiling.py CHANGED
@@ -313,36 +313,36 @@ def ncube_isometry_group(n, orientation_preserving=True):
313
313
  EXAMPLES::
314
314
 
315
315
  sage: from sage.combinat.tiling import ncube_isometry_group
316
- sage: ncube_isometry_group(2)
316
+ sage: sorted(ncube_isometry_group(2))
317
317
  [
318
- [1 0] [ 0 1] [-1 0] [ 0 -1]
319
- [0 1], [-1 0], [ 0 -1], [ 1 0]
318
+ [-1 0] [ 0 -1] [ 0 1] [1 0]
319
+ [ 0 -1], [ 1 0], [-1 0], [0 1]
320
320
  ]
321
- sage: ncube_isometry_group(2, orientation_preserving=False)
321
+ sage: sorted(ncube_isometry_group(2, orientation_preserving=False))
322
322
  [
323
- [1 0] [ 0 -1] [ 1 0] [ 0 1] [0 1] [-1 0] [ 0 -1] [-1 0]
324
- [0 1], [-1 0], [ 0 -1], [-1 0], [1 0], [ 0 -1], [ 1 0], [ 0 1]
323
+ [-1 0] [-1 0] [ 0 -1] [ 0 -1] [ 0 1] [0 1] [ 1 0] [1 0]
324
+ [ 0 -1], [ 0 1], [-1 0], [ 1 0], [-1 0], [1 0], [ 0 -1], [0 1]
325
325
  ]
326
326
 
327
327
  There are 24 orientation preserving isometries of the 3-cube::
328
328
 
329
- sage: ncube_isometry_group(3)
329
+ sage: sorted(ncube_isometry_group(3))
330
330
  [
331
- [1 0 0] [ 1 0 0] [ 1 0 0] [ 0 1 0] [0 1 0] [ 0 0 1]
332
- [0 1 0] [ 0 0 1] [ 0 0 -1] [-1 0 0] [0 0 1] [ 0 -1 0]
333
- [0 0 1], [ 0 -1 0], [ 0 1 0], [ 0 0 1], [1 0 0], [ 1 0 0],
331
+ [-1 0 0] [-1 0 0] [-1 0 0] [-1 0 0] [ 0 -1 0] [ 0 -1 0]
332
+ [ 0 -1 0] [ 0 0 -1] [ 0 0 1] [ 0 1 0] [-1 0 0] [ 0 0 -1]
333
+ [ 0 0 1], [ 0 -1 0], [ 0 1 0], [ 0 0 -1], [ 0 0 -1], [ 1 0 0],
334
334
  <BLANKLINE>
335
- [-1 0 0] [ 0 -1 0] [-1 0 0] [-1 0 0] [ 0 -1 0] [ 0 0 -1]
336
- [ 0 -1 0] [ 0 0 -1] [ 0 0 -1] [ 0 1 0] [ 0 0 1] [ 1 0 0]
337
- [ 0 0 1], [ 1 0 0], [ 0 -1 0], [ 0 0 -1], [-1 0 0], [ 0 -1 0],
335
+ [ 0 -1 0] [ 0 -1 0] [ 0 0 -1] [ 0 0 -1] [ 0 0 -1] [ 0 0 -1]
336
+ [ 0 0 1] [ 1 0 0] [-1 0 0] [ 0 -1 0] [ 0 1 0] [ 1 0 0]
337
+ [-1 0 0], [ 0 0 1], [ 0 1 0], [-1 0 0], [ 1 0 0], [ 0 -1 0],
338
338
  <BLANKLINE>
339
- [ 0 1 0] [ 0 0 1] [0 0 1] [ 0 -1 0] [ 0 0 -1] [-1 0 0]
340
- [ 1 0 0] [ 0 1 0] [1 0 0] [ 1 0 0] [ 0 1 0] [ 0 0 1]
341
- [ 0 0 -1], [-1 0 0], [0 1 0], [ 0 0 1], [ 1 0 0], [ 0 1 0],
339
+ [ 0 0 1] [ 0 0 1] [ 0 0 1] [0 0 1] [ 0 1 0] [ 0 1 0]
340
+ [-1 0 0] [ 0 -1 0] [ 0 1 0] [1 0 0] [-1 0 0] [ 0 0 -1]
341
+ [ 0 -1 0], [ 1 0 0], [-1 0 0], [0 1 0], [ 0 0 1], [-1 0 0],
342
342
  <BLANKLINE>
343
- [ 0 -1 0] [ 0 0 -1] [ 0 0 1] [ 1 0 0] [ 0 0 -1] [ 0 1 0]
344
- [-1 0 0] [-1 0 0] [-1 0 0] [ 0 -1 0] [ 0 -1 0] [ 0 0 -1]
345
- [ 0 0 -1], [ 0 1 0], [ 0 -1 0], [ 0 0 -1], [-1 0 0], [-1 0 0]
343
+ [0 1 0] [ 0 1 0] [ 1 0 0] [ 1 0 0] [ 1 0 0] [1 0 0]
344
+ [0 0 1] [ 1 0 0] [ 0 -1 0] [ 0 0 -1] [ 0 0 1] [0 1 0]
345
+ [1 0 0], [ 0 0 -1], [ 0 0 -1], [ 0 1 0], [ 0 -1 0], [0 0 1]
346
346
  ]
347
347
 
348
348
  TESTS::
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-combinat
2
+ # sage.doctest: known bug: windows (hangs)
2
3
  """
3
4
  Combinatorial triangles for posets and fans
4
5
 
@@ -519,10 +519,12 @@ class InfiniteWord_iter_with_caching(WordDatatype_iter_with_caching, InfiniteWor
519
519
 
520
520
  Pickle is not supported for infinite word defined by an iterator::
521
521
 
522
- sage: dumps(w)
523
- Traceback (most recent call last):
524
- ...
525
- TypeError: can...t...pickle...generator...object...
522
+ sage: try:
523
+ ....: dumps(w)
524
+ ....: except TypeError as e:
525
+ ....: if "pickle" in str(e) and "generator" in str(e):
526
+ ....: print("TypeError raised in dumps() as expected")
527
+ TypeError raised in dumps() as expected
526
528
  """
527
529
  pass
528
530
 
@@ -558,10 +560,12 @@ class InfiniteWord_iter(WordDatatype_iter, InfiniteWord_class):
558
560
 
559
561
  Pickle is not supported for infinite word defined by an iterator::
560
562
 
561
- sage: dumps(w)
562
- Traceback (most recent call last):
563
- ...
564
- TypeError: can...t...pickle...generator...object...
563
+ sage: try:
564
+ ....: dumps(w)
565
+ ....: except TypeError as e:
566
+ ....: if "pickle" in str(e) and "generator" in str(e):
567
+ ....: print("TypeError raised in dumps() as expected")
568
+ TypeError raised in dumps() as expected
565
569
  """
566
570
  pass
567
571
 
@@ -660,10 +664,12 @@ class Word_iter_with_caching(WordDatatype_iter_with_caching, Word_class):
660
664
 
661
665
  Pickle is not supported for word of unknown length defined by an iterator::
662
666
 
663
- sage: dumps(w)
664
- Traceback (most recent call last):
665
- ...
666
- TypeError: can...t...pickle...generator...object...
667
+ sage: try:
668
+ ....: dumps(w)
669
+ ....: except TypeError as e:
670
+ ....: if "pickle" in str(e) and "generator" in str(e):
671
+ ....: print("TypeError raised in dumps() as expected")
672
+ TypeError raised in dumps() as expected
667
673
  """
668
674
  pass
669
675
 
@@ -697,10 +703,12 @@ class Word_iter(WordDatatype_iter, Word_class):
697
703
 
698
704
  Pickle is not supported for word of unknown length defined by an iterator::
699
705
 
700
- sage: dumps(w)
701
- Traceback (most recent call last):
702
- ...
703
- TypeError: can...t...pickle...generator...object...
706
+ sage: try:
707
+ ....: dumps(w)
708
+ ....: except TypeError as e:
709
+ ....: if "pickle" in str(e) and "generator" in str(e):
710
+ ....: print("TypeError raised in dumps() as expected")
711
+ TypeError raised in dumps() as expected
704
712
  """
705
713
  pass
706
714
 
@@ -527,6 +527,7 @@ def test_integer(object x):
527
527
 
528
528
  EXAMPLES::
529
529
 
530
+ sage: import sage.libs.symmetrica.all
530
531
  sage: from sage.libs.symmetrica.symmetrica import test_integer
531
532
  sage: test_integer(1)
532
533
  1
@@ -692,6 +692,7 @@ class AlphabeticStringMonoid(StringMonoid_class):
692
692
  The characteristic frequency probability distribution table
693
693
  of Lewand [Lew2000]_::
694
694
 
695
+ sage: # needs sage.rings.real_mpfr
695
696
  sage: table = A.characteristic_frequency(table_name='lewand')
696
697
  sage: sorted(table.items())
697
698
  <BLANKLINE>
@@ -725,6 +726,7 @@ class AlphabeticStringMonoid(StringMonoid_class):
725
726
  Illustrating the difference between :func:`characteristic_frequency`
726
727
  and :func:`frequency_distribution() <sage.monoids.string_monoid_element.StringMonoidElement.frequency_distribution>`::
727
728
 
729
+ sage: # needs sage.rings.real_mpfr
728
730
  sage: A = AlphabeticStrings()
729
731
  sage: M = A.encoding("abcd")
730
732
  sage: FD = M.frequency_distribution().function()
@@ -768,6 +770,7 @@ class AlphabeticStringMonoid(StringMonoid_class):
768
770
 
769
771
  The table name must be either "beker_piper" or "lewand"::
770
772
 
773
+ sage: # needs sage.rings.real_mpfr
771
774
  sage: table = A.characteristic_frequency(table_name="")
772
775
  Traceback (most recent call last):
773
776
  ...
@@ -413,8 +413,8 @@ class StringMonoidElement(FreeMonoidElement):
413
413
 
414
414
  Empty strings return no counts of character frequency::
415
415
 
416
- sage: M = AlphabeticStrings().encoding("")
417
- sage: M.character_count()
416
+ sage: M = AlphabeticStrings().encoding("") # needs sage.rings.real_mpfr
417
+ sage: M.character_count() # needs sage.rings.real_mpfr
418
418
  {}
419
419
  sage: M = BinaryStrings().encoding("")
420
420
  sage: M.character_count()
@@ -479,7 +479,7 @@ class StringMonoidElement(FreeMonoidElement):
479
479
 
480
480
  Capital letters of the English alphabet::
481
481
 
482
- sage: # needs sage.rings.real_mpfr
482
+ sage: # needs sage.modules sage.rings.real_mpfr
483
483
  sage: M = AlphabeticStrings().encoding("abcd")
484
484
  sage: L = M.frequency_distribution().function()
485
485
  sage: sorted(L.items())
@@ -491,6 +491,7 @@ class StringMonoidElement(FreeMonoidElement):
491
491
 
492
492
  The binary number system::
493
493
 
494
+ sage: # needs sage.modules
494
495
  sage: M = BinaryStrings().encoding("abcd")
495
496
  sage: L = M.frequency_distribution().function()
496
497
  sage: sorted(L.items())
@@ -498,6 +499,7 @@ class StringMonoidElement(FreeMonoidElement):
498
499
 
499
500
  The hexadecimal number system::
500
501
 
502
+ sage: # needs sage.modules
501
503
  sage: M = HexadecimalStrings().encoding("abcd")
502
504
  sage: L = M.frequency_distribution().function()
503
505
  sage: sorted(L.items())
@@ -513,6 +515,7 @@ class StringMonoidElement(FreeMonoidElement):
513
515
  "BC", and "CD". Now find out the frequency probability of each of
514
516
  these digrams as they occur in the string "ABCD"::
515
517
 
518
+ sage: # needs sage.modules sage.rings.real_mpfr
516
519
  sage: M = AlphabeticStrings().encoding("abcd")
517
520
  sage: D = M.frequency_distribution(length=2).function()
518
521
  sage: sorted(D.items())
@@ -1,2 +0,0 @@
1
- Version: 1.11.1
2
- Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-2mpbwx0b\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-vv', '--custom-patch', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-2mpbwx0b\\cp311-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-2mpbwx0b\\cp311-win_amd64\\built_wheel\\passagemath_combinat-10.6.5-cp311-cp311-win_amd64.whl']
@@ -1,2 +0,0 @@
1
-
2
- sage