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.
- passagemath_combinat/__init__.py +3 -0
- passagemath_combinat-10.6.44.dist-info/DELVEWHEEL +2 -0
- {passagemath_combinat-10.6.1rc3.dist-info → passagemath_combinat-10.6.44.dist-info}/METADATA +30 -23
- {passagemath_combinat-10.6.1rc3.dist-info → passagemath_combinat-10.6.44.dist-info}/RECORD +76 -75
- passagemath_combinat-10.6.44.dist-info/top_level.txt +3 -0
- passagemath_combinat.libs/libgmp-10-20eff6468ebffd10e3a6f0c3780fee4e.dll +0 -0
- passagemath_combinat.libs/{libsymmetrica-3-1e2c5e20489b005650f13ca8d6065d77.dll → libsymmetrica-3-fa8ae274cd9618eec4c7c5aca1f11bc7.dll} +0 -0
- sage/algebras/all.py +0 -1
- sage/algebras/nil_coxeter_algebra.py +1 -1
- sage/all__sagemath_combinat.py +3 -3
- sage/combinat/chas/fsym.py +2 -2
- sage/combinat/cluster_complex.py +1 -1
- sage/combinat/colored_permutations.py +1 -1
- sage/combinat/crystals/letters.cp311-win_amd64.pyd +0 -0
- sage/combinat/crystals/pbw_datum.cp311-win_amd64.pyd +0 -0
- sage/combinat/crystals/spins.cp311-win_amd64.pyd +0 -0
- sage/combinat/crystals/tensor_product_element.cp311-win_amd64.pyd +0 -0
- sage/combinat/debruijn_sequence.cp311-win_amd64.pyd +0 -0
- sage/combinat/degree_sequences.cp311-win_amd64.pyd +0 -0
- sage/combinat/degree_sequences.pyx +2 -2
- sage/combinat/diagram_algebras.py +1 -1
- sage/combinat/expnums.cp311-win_amd64.pyd +0 -0
- sage/combinat/fast_vector_partitions.cp311-win_amd64.pyd +0 -0
- sage/combinat/gelfand_tsetlin_patterns.py +1 -1
- sage/combinat/growth.py +4 -4
- sage/combinat/matrices/hadamard_matrix.py +15 -11
- sage/combinat/ncsf_qsym/ncsf.py +8 -8
- sage/combinat/parallelogram_polyomino.py +14 -14
- sage/combinat/partition_algebra.py +18 -16
- sage/combinat/path_tableaux/dyck_path.py +1 -1
- sage/combinat/path_tableaux/semistandard.py +1 -1
- sage/combinat/plane_partition.py +1 -1
- sage/combinat/q_bernoulli.cp311-win_amd64.pyd +0 -0
- sage/combinat/quickref.py +1 -1
- sage/combinat/ribbon_shaped_tableau.py +1 -1
- sage/combinat/rigged_configurations/rigged_partition.cp311-win_amd64.pyd +0 -0
- sage/combinat/set_partition_iterator.cp311-win_amd64.pyd +0 -0
- sage/combinat/sf/character.py +7 -7
- sage/combinat/sf/classical.py +1 -1
- sage/combinat/sf/dual.py +2 -2
- sage/combinat/sf/hall_littlewood.py +6 -6
- sage/combinat/sf/hecke.py +1 -1
- sage/combinat/sf/jack.py +5 -5
- sage/combinat/sf/k_dual.py +25 -12
- sage/combinat/sf/llt.py +28 -10
- sage/combinat/sf/monomial.py +1 -1
- sage/combinat/sf/orthogonal.py +1 -1
- sage/combinat/sf/orthotriang.py +2 -2
- sage/combinat/sf/schur.py +14 -7
- sage/combinat/sf/sf.py +22 -15
- sage/combinat/sf/symplectic.py +1 -1
- sage/combinat/skew_partition.py +2 -2
- sage/combinat/sloane_functions.py +5 -3
- sage/combinat/species/cycle_species.py +2 -2
- sage/combinat/subword_complex_c.cp311-win_amd64.pyd +0 -0
- sage/combinat/symmetric_group_algebra.py +1 -1
- sage/combinat/symmetric_group_representations.py +16 -4
- sage/combinat/tableau.py +1 -1
- sage/combinat/tiling.py +19 -19
- sage/combinat/triangles_FHM.py +1 -0
- sage/combinat/tutorial.py +5 -5
- sage/combinat/words/finite_word.py +5 -4
- sage/combinat/words/word.py +24 -16
- sage/combinat/words/word_char.cp311-win_amd64.pyd +0 -0
- sage/combinat/words/word_datatypes.cp311-win_amd64.pyd +0 -0
- sage/combinat/words/word_generators.py +1 -1
- sage/databases/findstat.py +1 -1
- sage/games/sudoku_backtrack.cp311-win_amd64.pyd +0 -0
- sage/libs/symmetrica/symmetrica.cp311-win_amd64.pyd +0 -0
- sage/libs/symmetrica/symmetrica.pxi +1 -0
- sage/monoids/free_abelian_monoid_element.cp311-win_amd64.pyd +0 -0
- sage/monoids/string_monoid.py +8 -0
- sage/monoids/string_monoid_element.py +9 -2
- sage/monoids/string_ops.py +1 -1
- sage/sat/solvers/satsolver.cp311-win_amd64.pyd +0 -0
- passagemath_combinat-10.6.1rc3.dist-info/DELVEWHEEL +0 -2
- passagemath_combinat-10.6.1rc3.dist-info/top_level.txt +0 -2
- passagemath_combinat.libs/libgmp-10-bc1853bff119db9ebb9e2560702badbf.dll +0 -0
- {passagemath_combinat-10.6.1rc3.dist-info → passagemath_combinat-10.6.44.dist-info}/WHEEL +0 -0
|
@@ -242,6 +242,7 @@ class StringMonoidElement(FreeMonoidElement):
|
|
|
242
242
|
|
|
243
243
|
EXAMPLES::
|
|
244
244
|
|
|
245
|
+
sage: # needs sage.rings.real_mpfr
|
|
245
246
|
sage: t = AlphabeticStrings()('SHRUBBERY')
|
|
246
247
|
sage: next(t.__iter__())
|
|
247
248
|
S
|
|
@@ -260,6 +261,7 @@ class StringMonoidElement(FreeMonoidElement):
|
|
|
260
261
|
|
|
261
262
|
EXAMPLES::
|
|
262
263
|
|
|
264
|
+
sage: # needs sage.rings.real_mpfr
|
|
263
265
|
sage: t = AlphabeticStrings()('SHRUBBERY')
|
|
264
266
|
sage: t[0]
|
|
265
267
|
S
|
|
@@ -374,6 +376,7 @@ class StringMonoidElement(FreeMonoidElement):
|
|
|
374
376
|
Count the character frequency in an object comprised of capital
|
|
375
377
|
letters of the English alphabet::
|
|
376
378
|
|
|
379
|
+
sage: # needs sage.rings.real_mpfr
|
|
377
380
|
sage: M = AlphabeticStrings().encoding("abcabf")
|
|
378
381
|
sage: sorted(M.character_count().items())
|
|
379
382
|
[(A, 2), (B, 2), (C, 1), (F, 1)]
|
|
@@ -410,8 +413,8 @@ class StringMonoidElement(FreeMonoidElement):
|
|
|
410
413
|
|
|
411
414
|
Empty strings return no counts of character frequency::
|
|
412
415
|
|
|
413
|
-
sage: M = AlphabeticStrings().encoding("")
|
|
414
|
-
sage: M.character_count()
|
|
416
|
+
sage: M = AlphabeticStrings().encoding("") # needs sage.rings.real_mpfr
|
|
417
|
+
sage: M.character_count() # needs sage.rings.real_mpfr
|
|
415
418
|
{}
|
|
416
419
|
sage: M = BinaryStrings().encoding("")
|
|
417
420
|
sage: M.character_count()
|
|
@@ -476,6 +479,7 @@ class StringMonoidElement(FreeMonoidElement):
|
|
|
476
479
|
|
|
477
480
|
Capital letters of the English alphabet::
|
|
478
481
|
|
|
482
|
+
sage: # needs sage.modules sage.rings.real_mpfr
|
|
479
483
|
sage: M = AlphabeticStrings().encoding("abcd")
|
|
480
484
|
sage: L = M.frequency_distribution().function()
|
|
481
485
|
sage: sorted(L.items())
|
|
@@ -487,6 +491,7 @@ class StringMonoidElement(FreeMonoidElement):
|
|
|
487
491
|
|
|
488
492
|
The binary number system::
|
|
489
493
|
|
|
494
|
+
sage: # needs sage.modules
|
|
490
495
|
sage: M = BinaryStrings().encoding("abcd")
|
|
491
496
|
sage: L = M.frequency_distribution().function()
|
|
492
497
|
sage: sorted(L.items())
|
|
@@ -494,6 +499,7 @@ class StringMonoidElement(FreeMonoidElement):
|
|
|
494
499
|
|
|
495
500
|
The hexadecimal number system::
|
|
496
501
|
|
|
502
|
+
sage: # needs sage.modules
|
|
497
503
|
sage: M = HexadecimalStrings().encoding("abcd")
|
|
498
504
|
sage: L = M.frequency_distribution().function()
|
|
499
505
|
sage: sorted(L.items())
|
|
@@ -509,6 +515,7 @@ class StringMonoidElement(FreeMonoidElement):
|
|
|
509
515
|
"BC", and "CD". Now find out the frequency probability of each of
|
|
510
516
|
these digrams as they occur in the string "ABCD"::
|
|
511
517
|
|
|
518
|
+
sage: # needs sage.modules sage.rings.real_mpfr
|
|
512
519
|
sage: M = AlphabeticStrings().encoding("abcd")
|
|
513
520
|
sage: D = M.frequency_distribution(length=2).function()
|
|
514
521
|
sage: sorted(D.items())
|
sage/monoids/string_ops.py
CHANGED
|
Binary file
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
Version: 1.10.1
|
|
2
|
-
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-1e0k7ktv\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-vv', '--custom-patch', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-1e0k7ktv\\cp311-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-1e0k7ktv\\cp311-win_amd64\\built_wheel\\passagemath_combinat-10.6.1rc3-cp311-cp311-win_amd64.whl']
|
|
Binary file
|
|
File without changes
|