passagemath-graphs 10.6.1rc14__cp312-cp312-musllinux_1_2_x86_64.whl → 10.6.1rc15__cp312-cp312-musllinux_1_2_x86_64.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.
Potentially problematic release.
This version of passagemath-graphs might be problematic. Click here for more details.
- {passagemath_graphs-10.6.1rc14.dist-info → passagemath_graphs-10.6.1rc15.dist-info}/METADATA +3 -3
- {passagemath_graphs-10.6.1rc14.dist-info → passagemath_graphs-10.6.1rc15.dist-info}/METADATA.bak +4 -4
- {passagemath_graphs-10.6.1rc14.dist-info → passagemath_graphs-10.6.1rc15.dist-info}/RECORD +42 -42
- sage/combinat/designs/designs_pyx.cpython-312-x86_64-linux-musl.so +0 -0
- sage/combinat/designs/subhypergraph_search.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/asteroidal_triples.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/base/boost_graph.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/base/c_graph.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/base/dense_graph.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/base/graph_backends.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/base/sparse_graph.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/base/static_dense_graph.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/base/static_sparse_backend.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/base/static_sparse_graph.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/centrality.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/comparability.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/connectivity.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/convexity_properties.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/distances_all_pairs.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/edge_connectivity.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/generators/distance_regular.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/generic_graph_pyx.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/genus.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/graph_decompositions/bandwidth.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/graph_decompositions/clique_separators.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/graph_decompositions/cutwidth.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/graph_decompositions/fast_digraph.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/graph_decompositions/modular_decomposition.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/graph_decompositions/slice_decomposition.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/graph_decompositions/tree_decomposition.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/graph_decompositions/vertex_separation.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/hyperbolicity.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/independent_sets.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/isoperimetric_inequalities.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/spanning_tree.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/traversals.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/trees.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/views.cpython-312-x86_64-linux-musl.so +0 -0
- sage/graphs/weakly_chordal.cpython-312-x86_64-linux-musl.so +0 -0
- sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-312-x86_64-linux-musl.so +0 -0
- {passagemath_graphs-10.6.1rc14.dist-info → passagemath_graphs-10.6.1rc15.dist-info}/WHEEL +0 -0
- {passagemath_graphs-10.6.1rc14.dist-info → passagemath_graphs-10.6.1rc15.dist-info}/top_level.txt +0 -0
{passagemath_graphs-10.6.1rc14.dist-info → passagemath_graphs-10.6.1rc15.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-graphs
|
3
|
-
Version: 10.6.
|
3
|
+
Version: 10.6.1rc15
|
4
4
|
Summary: passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -33,8 +33,8 @@ Requires-Dist: gmpy2~=2.1.b999
|
|
33
33
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
34
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
35
35
|
Requires-Dist: memory_allocator
|
36
|
-
Requires-Dist: passagemath-categories==10.6.
|
37
|
-
Requires-Dist: passagemath-environment==10.6.
|
36
|
+
Requires-Dist: passagemath-categories==10.6.1rc15
|
37
|
+
Requires-Dist: passagemath-environment==10.6.1rc15
|
38
38
|
Provides-Extra: test
|
39
39
|
Requires-Dist: passagemath-repl; extra == "test"
|
40
40
|
Provides-Extra: benzene
|
{passagemath_graphs-10.6.1rc14.dist-info → passagemath_graphs-10.6.1rc15.dist-info}/METADATA.bak
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-graphs
|
3
|
-
Version: 10.6.
|
3
|
+
Version: 10.6.1rc15
|
4
4
|
Summary: passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -33,9 +33,9 @@ Requires-Dist: gmpy2~=2.1.b999
|
|
33
33
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
34
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
35
35
|
Requires-Dist: memory_allocator
|
36
|
-
Requires-Dist: passagemath-categories==10.6.
|
37
|
-
Requires-Dist: passagemath-conf==10.6.
|
38
|
-
Requires-Dist: passagemath-environment==10.6.
|
36
|
+
Requires-Dist: passagemath-categories==10.6.1rc15
|
37
|
+
Requires-Dist: passagemath-conf==10.6.1rc15
|
38
|
+
Requires-Dist: passagemath-environment==10.6.1rc15
|
39
39
|
Provides-Extra: test
|
40
40
|
Requires-Dist: passagemath-repl; extra == "test"
|
41
41
|
Provides-Extra: benzene
|
@@ -30,7 +30,7 @@ sage/combinat/designs/covering_array.py,sha256=SC7dwTzNt4lYJk_FKRUt_EsaOYjFRXMJu
|
|
30
30
|
sage/combinat/designs/covering_design.py,sha256=GhpSmZALYIwSjSx2oEOxxXhLemJCaKTrIGjZS0xj6AI,17297
|
31
31
|
sage/combinat/designs/database.py,sha256=0sfODA8sYjemLejPQNZnQqj_eIgyPuLyTsNWw495w4Q,242955
|
32
32
|
sage/combinat/designs/design_catalog.py,sha256=u9FpOxLuNuEcRxOU3C9P_bw-OGqQL0qgGsjUFFx7Icc,5095
|
33
|
-
sage/combinat/designs/designs_pyx.cpython-312-x86_64-linux-musl.so,sha256=
|
33
|
+
sage/combinat/designs/designs_pyx.cpython-312-x86_64-linux-musl.so,sha256=5E_5uB4Zy2yZuQKigcZiI5BH0DmEgmwdaYXBMeX9fZM,1390641
|
34
34
|
sage/combinat/designs/designs_pyx.pxd,sha256=d78q7gQf58kZirLF1TXxNjLi50YYo-EIUM2e4kXS5C8,679
|
35
35
|
sage/combinat/designs/designs_pyx.pyx,sha256=_unJWxusmZVUZ5SPiTtgOCYZmhWTFqptLb3MOz37ND0,37170
|
36
36
|
sage/combinat/designs/difference_family.py,sha256=0fhKdWJVL0uErG5BwLfJKt2cDgF8gHIkudLtF6So1rI,155391
|
@@ -49,7 +49,7 @@ sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-312-x86_64-linux-
|
|
49
49
|
sage/combinat/designs/orthogonal_arrays_find_recursive.pyx,sha256=NMqnHcUCSURto_AnwjkXuDc298lLF0m0b0uObekmG0g,34281
|
50
50
|
sage/combinat/designs/resolvable_bibd.py,sha256=WzDQ_n-_yKX-6YXYbkP5yIrXnU-UW_Mo0I7Mg6zGbyA,30498
|
51
51
|
sage/combinat/designs/steiner_quadruple_systems.py,sha256=-vnODm9iybM9_x36oDOFMZyu_kMaMTZWYbzcWAvaG0E,68601
|
52
|
-
sage/combinat/designs/subhypergraph_search.cpython-312-x86_64-linux-musl.so,sha256=
|
52
|
+
sage/combinat/designs/subhypergraph_search.cpython-312-x86_64-linux-musl.so,sha256=GE7Ymx8WYti1dSiz3N4gZq6hz_dKhH6_o1vrU8mNTx4,583696
|
53
53
|
sage/combinat/designs/subhypergraph_search.pyx,sha256=EfLrVGZNDSiVgeGNohlO09f0wdqPh6XwQHCrHNgqmng,18146
|
54
54
|
sage/combinat/designs/twographs.py,sha256=gUba7-nivoQpPrPgHMD7UshhY9Q7do9GXylLb_U_xC8,11230
|
55
55
|
sage/combinat/posets/all.py,sha256=A-S_eIm6Io7aE5YjG_ETS9Fsam30I8xOIR56QG8hpMs,1438
|
@@ -81,34 +81,34 @@ sage/ext_data/kenzo/CP4.txt,sha256=WXb63Qce3f9Z3Q6K3_zkI0W4-cHBM93XMn7K5bNQD3U,6
|
|
81
81
|
sage/ext_data/kenzo/README.txt,sha256=SZywXyUDRE8JUt2_JajOYslQiEBSkkB5-14jtxPIt08,1912
|
82
82
|
sage/ext_data/kenzo/S4.txt,sha256=iSXavQqy7ep6HFOWnnsHtqoDhL4Hu3s1SpsaUKbizWs,272
|
83
83
|
sage/graphs/all.py,sha256=x8SE1AFbrSgF8NtYDKAPR4Qj1rcawY5NCRN3zdNx76U,1500
|
84
|
-
sage/graphs/asteroidal_triples.cpython-312-x86_64-linux-musl.so,sha256=
|
84
|
+
sage/graphs/asteroidal_triples.cpython-312-x86_64-linux-musl.so,sha256=FS_vIs1fqhMvZBcCE7ZiDMNfTVcJJSmKyQYWNL0T35s,386161
|
85
85
|
sage/graphs/asteroidal_triples.pyx,sha256=kslBS2OY3d7F0k54vb4nvb1pKH4UfvXv0AssHf9U61Y,11269
|
86
86
|
sage/graphs/bipartite_graph.py,sha256=GsQhkJMclM0TCT8ifOaPTjweIwA4yX6rcD4yUoLgLXg,105820
|
87
|
-
sage/graphs/centrality.cpython-312-x86_64-linux-musl.so,sha256=
|
87
|
+
sage/graphs/centrality.cpython-312-x86_64-linux-musl.so,sha256=NEaeLBHcdcGiMyM0iCDq-6rrjy-kV0mHoI_y6WTjJmU,1013449
|
88
88
|
sage/graphs/centrality.pyx,sha256=jXYVW5ZFRXYkI_Esw8LaPsdVKLhTG4bUZBgUjzGrDGQ,37670
|
89
89
|
sage/graphs/cographs.py,sha256=e_IBKmczjffdNkQzZmyliRgXS0j7n5wT_dE_pWj74iY,15184
|
90
|
-
sage/graphs/comparability.cpython-312-x86_64-linux-musl.so,sha256=
|
90
|
+
sage/graphs/comparability.cpython-312-x86_64-linux-musl.so,sha256=IO8maxf8HIbppNEUeP1V58rnZj3-Bv41aMogccWwL-Y,1414889
|
91
91
|
sage/graphs/comparability.pyx,sha256=txNR4i4nVxETeRuITmZSnF41Bcu5Lc3-9p_Y14U5Ai4,32292
|
92
|
-
sage/graphs/connectivity.cpython-312-x86_64-linux-musl.so,sha256=
|
92
|
+
sage/graphs/connectivity.cpython-312-x86_64-linux-musl.so,sha256=V5LptxAFuNEIEOjzCCgfHR7UWCs_P6QMzymc2L76cx4,5307032
|
93
93
|
sage/graphs/connectivity.pxd,sha256=xbB3JNVdxZDUwuhSrPaioJujxcOOUzCM4nUZ0Cmild0,5378
|
94
94
|
sage/graphs/connectivity.pyx,sha256=Ttl1tzPlXRHmHuoFKcWOmR_YcDvKanDDcoPCqEIAsAQ,183216
|
95
|
-
sage/graphs/convexity_properties.cpython-312-x86_64-linux-musl.so,sha256=
|
95
|
+
sage/graphs/convexity_properties.cpython-312-x86_64-linux-musl.so,sha256=UyNwxURdCnTPbCzRnWCUZ7HgMIiHSWYQIgc6bAR5ycc,804753
|
96
96
|
sage/graphs/convexity_properties.pxd,sha256=5NS5R5LyBnwfiKEo6CNG-aspmA0HqkC0fvsmmr799xo,627
|
97
97
|
sage/graphs/convexity_properties.pyx,sha256=zHhpsRj6qi2oLxoUplnzDDaQL0nYYtot6q6GC1l-8Ls,31137
|
98
98
|
sage/graphs/digraph.py,sha256=Uj2hmkx-k27D2DyNAAQ-wmKirOIP-0Hyg_8g_CMFLIE,197705
|
99
99
|
sage/graphs/digraph_generators.py,sha256=GCgmzNzeNrAetGPavREZnRejf3yciY-ycIbOQkqrTYw,79777
|
100
|
-
sage/graphs/distances_all_pairs.cpython-312-x86_64-linux-musl.so,sha256=
|
100
|
+
sage/graphs/distances_all_pairs.cpython-312-x86_64-linux-musl.so,sha256=ELJSck0Vzma2VQwLWWRC_ZyckHDT_K7h-Zb9HEYBq7A,1623993
|
101
101
|
sage/graphs/distances_all_pairs.pxd,sha256=RMrpaxs-r98iY6BnCS2H18BFN85BNrYPk9Dipuvva0s,565
|
102
102
|
sage/graphs/distances_all_pairs.pyx,sha256=CEbGv42frddFNp3xGOyC2M4Tnh2M8vLRuNMSYk3oyS4,105359
|
103
103
|
sage/graphs/domination.py,sha256=BRTVApP6SeB-NVe3rcuJDfpSbg6jWRc4rWgTPgMUsVo,48674
|
104
104
|
sage/graphs/dot2tex_utils.py,sha256=lWUucZKdFsTltrGPeqwHhvbdScFEMltjtTU6C4p2x_E,3173
|
105
|
-
sage/graphs/edge_connectivity.cpython-312-x86_64-linux-musl.so,sha256=
|
105
|
+
sage/graphs/edge_connectivity.cpython-312-x86_64-linux-musl.so,sha256=lUQq7qO3gdIyUukvDV9TiDKeojUyb-tOse5y76zvveM,936249
|
106
106
|
sage/graphs/edge_connectivity.pyx,sha256=SBrTBJaeM8uLsF6d-_5frdbPtWanWvJSxiEO7k7H0b4,44701
|
107
107
|
sage/graphs/generic_graph.py,sha256=4UuxEokBL5D201CsVaG4iz5gaB_XhUyzq_p6l75_JAE,1114294
|
108
|
-
sage/graphs/generic_graph_pyx.cpython-312-x86_64-linux-musl.so,sha256=
|
108
|
+
sage/graphs/generic_graph_pyx.cpython-312-x86_64-linux-musl.so,sha256=IFM2kU87VO3EASo1N23j7TAc7pozQLCgniU1tbTAin8,1776073
|
109
109
|
sage/graphs/generic_graph_pyx.pxd,sha256=aVwQbA8BGVHbwufAo6-EHEhyfCFNxRq7pPI_FtOJu3Y,825
|
110
110
|
sage/graphs/generic_graph_pyx.pyx,sha256=i5gISutTP3P_Fc5LInP-fDJX_U1nFRocdXOt114lmIU,60287
|
111
|
-
sage/graphs/genus.cpython-312-x86_64-linux-musl.so,sha256=
|
111
|
+
sage/graphs/genus.cpython-312-x86_64-linux-musl.so,sha256=Yr47VxjE-wmwhYcZ9w73rRuD36qffGFrSUazYsdO5LI,511472
|
112
112
|
sage/graphs/genus.pyx,sha256=xzcRPWKAgtVIQfBOLJNXVm-22LPCBiYSyzmjNpE6U_w,21672
|
113
113
|
sage/graphs/graph.py,sha256=Q2GVcF9pUUuXcMLDUIL3eqdsRxDXtUXjXKHk1IT-IVY,381762
|
114
114
|
sage/graphs/graph_coloring.cpython-312-x86_64-linux-musl.so,sha256=7xmR7gdUumlOZbLA-GB9PYxCKpQZ2f8ZAO3sW8Vyhpw,5102465
|
@@ -123,14 +123,14 @@ sage/graphs/graph_latex.py,sha256=_zJtj4YXZ0wh8wgL2Nk9-6UqKwd8joEqjfWEusX81Jc,99
|
|
123
123
|
sage/graphs/graph_list.py,sha256=z7EoLhCRkH5F7acA2r28DzDkLw08xODgOLXl8f6Rf80,14439
|
124
124
|
sage/graphs/graph_plot.py,sha256=4a3j1oUY-TAfNGDJpqONvQKQEFoqDUUN56fJXym80AY,70634
|
125
125
|
sage/graphs/graph_plot_js.py,sha256=jhaO_KUhxeOCw1IsZGPeCobW5nfXXEcJqIHEWV9rt0U,12898
|
126
|
-
sage/graphs/hyperbolicity.cpython-312-x86_64-linux-musl.so,sha256=
|
126
|
+
sage/graphs/hyperbolicity.cpython-312-x86_64-linux-musl.so,sha256=tkfvZOWemFheEK1d4q4YeiPDgf5koGuzYtjXFtTMk6g,1472529
|
127
127
|
sage/graphs/hyperbolicity.pyx,sha256=obrOeYbKJt8RbTMlAY51ITBtdJrHDtDTZJqsniGAv9Y,64499
|
128
128
|
sage/graphs/hypergraph_generators.py,sha256=0gFR6duplhJ9m6Ecn-APwNIuooR5vcBoQkBdj_hJcSA,13926
|
129
|
-
sage/graphs/independent_sets.cpython-312-x86_64-linux-musl.so,sha256=
|
129
|
+
sage/graphs/independent_sets.cpython-312-x86_64-linux-musl.so,sha256=BboXk2eDKtNhw-qiEuJlESGv1FwAgfrB9n2uoWE8xcI,513793
|
130
130
|
sage/graphs/independent_sets.pxd,sha256=ozW1INPrNhfTHx9P0yQBW9m4C0VyNILAr2MixvI-Ao8,322
|
131
131
|
sage/graphs/independent_sets.pyx,sha256=AA4D-pjoMyguifXSDRCZJmwZqfTMIv6tVpxXiDo83vs,13082
|
132
132
|
sage/graphs/isgci.py,sha256=6nOGMGYeD95W_IGzRznhkCMl4Ceh2sOsLlZ6QFFDYFU,34105
|
133
|
-
sage/graphs/isoperimetric_inequalities.cpython-312-x86_64-linux-musl.so,sha256=
|
133
|
+
sage/graphs/isoperimetric_inequalities.cpython-312-x86_64-linux-musl.so,sha256=Inn_uTDRmefE_rSRV0J4J4wLcBm2S1AHv446fxLi7dg,591025
|
134
134
|
sage/graphs/isoperimetric_inequalities.pyx,sha256=37Xx8CbEFdLANoztQ13JzxZXrf5L1uIjqUYtCyTDOyk,17019
|
135
135
|
sage/graphs/line_graph.cpython-312-x86_64-linux-musl.so,sha256=Nkh3TsawycBZTIhcRA2p1p9thy37PZkXPcrHW0xBKjA,1267560
|
136
136
|
sage/graphs/line_graph.pyx,sha256=p_qn8oH7NCwPlmDBD01HO24Gfhsbtfclzng-RJcRHqM,27749
|
@@ -144,45 +144,45 @@ sage/graphs/path_enumeration.pyx,sha256=WAQQiHIroIvpSfWdGvHjuC7tPdEiCX5DWxidHvei
|
|
144
144
|
sage/graphs/pq_trees.py,sha256=6z6pzjeApBLvjx4FTqxklFHjEcwoF9Z78LlvTpcv0G0,39418
|
145
145
|
sage/graphs/print_graphs.py,sha256=pBg_hHJxWAcsEzqbqDG4ehZg8C1LreySAbqcoHBmE_A,4931
|
146
146
|
sage/graphs/schnyder.py,sha256=OdTuBwHll5p50etHaa6cU_NvEKh7BOS7ILVZcBUZjCc,30683
|
147
|
-
sage/graphs/spanning_tree.cpython-312-x86_64-linux-musl.so,sha256
|
147
|
+
sage/graphs/spanning_tree.cpython-312-x86_64-linux-musl.so,sha256=-ycfIzJp2Jn3xRnoaCSZEVXi0yv0XbUTKTWXVvm6clM,1947816
|
148
148
|
sage/graphs/spanning_tree.pyx,sha256=WbPx-yeaNy_UQOOL6UqdHrYvJPhv3J-1t7rWgCo_Rks,55241
|
149
149
|
sage/graphs/strongly_regular_db.cpython-312-x86_64-linux-musl.so,sha256=sMScCmybavEdBqZoIQWPkr58y8DyFXNtRlrOtlqYr9U,7270280
|
150
150
|
sage/graphs/strongly_regular_db.pyx,sha256=bXGPg5lwMILjOV9WatyI6QD9HM7JeLhaU-ntULzTQgw,132839
|
151
|
-
sage/graphs/traversals.cpython-312-x86_64-linux-musl.so,sha256=
|
151
|
+
sage/graphs/traversals.cpython-312-x86_64-linux-musl.so,sha256=eNnyL-4bUxCOsEtEM6dKik4DApJR9oNgcsUb_vk2mjs,1706745
|
152
152
|
sage/graphs/traversals.pxd,sha256=B17xUmzx5ar22san3Zcz6iX2borzlmLYHQWBzJ8cuXY,481
|
153
153
|
sage/graphs/traversals.pyx,sha256=UX2ttDY92aCJPXieOB-VD3dYLfR75gxjLmD1JLBO_z0,65959
|
154
|
-
sage/graphs/trees.cpython-312-x86_64-linux-musl.so,sha256=
|
154
|
+
sage/graphs/trees.cpython-312-x86_64-linux-musl.so,sha256=gPNQOlErzS9X8ZI4o7dqZy-qy99Ks97aZg1kyOI1lVg,233624
|
155
155
|
sage/graphs/trees.pxd,sha256=wyQiHIkw7Zf3CCJqf1hLxJsCHOg_4D2R8cDcTGPHe3E,377
|
156
156
|
sage/graphs/trees.pyx,sha256=fxCGm1lmkjsaLSg4L0IbnA_gMzYIWhPwbU07_C8e5UA,8733
|
157
157
|
sage/graphs/tutte_polynomial.py,sha256=DNn4VjxZ4dogFM4WhWD1C3jLXl_FRSwxjXRbk23Ah2k,21854
|
158
|
-
sage/graphs/views.cpython-312-x86_64-linux-musl.so,sha256=
|
158
|
+
sage/graphs/views.cpython-312-x86_64-linux-musl.so,sha256=D1foQ0mahU6FZ4VBPNXu4x5mIrV4zmEgdy3h6XS754o,769856
|
159
159
|
sage/graphs/views.pyx,sha256=7OJX4dq4dwa5RQalTV8-NJWdurTIXOxL2_Tvr9yFn30,27971
|
160
|
-
sage/graphs/weakly_chordal.cpython-312-x86_64-linux-musl.so,sha256=
|
160
|
+
sage/graphs/weakly_chordal.cpython-312-x86_64-linux-musl.so,sha256=gbEFG4HunnnXq_eo3CAx9kDR3o3VBUz4CgzntPyQ1bo,774000
|
161
161
|
sage/graphs/weakly_chordal.pyx,sha256=quFw1k-AAmJ3BJs7Wm0YSUZgZbPCMsEvgUZ8oqiFoc0,21563
|
162
162
|
sage/graphs/base/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
|
163
|
-
sage/graphs/base/boost_graph.cpython-312-x86_64-linux-musl.so,sha256=
|
163
|
+
sage/graphs/base/boost_graph.cpython-312-x86_64-linux-musl.so,sha256=H1eEDkLoMwjiuI0yrS1Uq9bqn8_Sz4m-aj0-JV01wMY,13331545
|
164
164
|
sage/graphs/base/boost_graph.pxd,sha256=5Z4FgnxAaZYXOizWEfsxE1D4K2hJTcdhjXxUFJ9rhA0,3654
|
165
165
|
sage/graphs/base/boost_graph.pyx,sha256=mWfPc01Gtyy3YDQ93CcOWZMhsUXN5q2BiyKt4wls-c8,111074
|
166
|
-
sage/graphs/base/c_graph.cpython-312-x86_64-linux-musl.so,sha256
|
166
|
+
sage/graphs/base/c_graph.cpython-312-x86_64-linux-musl.so,sha256=-ge3C_0jfom_KnmH-stZcP0o2ycvq_on1p_nPX32qAw,3827017
|
167
167
|
sage/graphs/base/c_graph.pxd,sha256=pUsZ48m4XXx4fq8fRWeeaFkM0gzX0r63Kkw7L0IJdfk,4281
|
168
168
|
sage/graphs/base/c_graph.pyx,sha256=-3-_WEwS5G_jr3gx3f44fSj5zp_JOfK3po-Nu7IVRa8,179658
|
169
|
-
sage/graphs/base/dense_graph.cpython-312-x86_64-linux-musl.so,sha256=
|
169
|
+
sage/graphs/base/dense_graph.cpython-312-x86_64-linux-musl.so,sha256=VlBrJnhYFUtH5zsvrvcIgtqja1Tov3qcCzdDMFZpPsE,767529
|
170
170
|
sage/graphs/base/dense_graph.pxd,sha256=fZLGgFg8jy8zIWlhlB18ew5Z8ogZN91NsHPmUkLsqms,1211
|
171
171
|
sage/graphs/base/dense_graph.pyx,sha256=I68QISSmnBJlaFAX59ByG8ght9rxHYtOLMeI7IvjUJ4,25188
|
172
|
-
sage/graphs/base/graph_backends.cpython-312-x86_64-linux-musl.so,sha256=
|
172
|
+
sage/graphs/base/graph_backends.cpython-312-x86_64-linux-musl.so,sha256=VzoYlWGxyLYeAcQcJe7m5s3haOzpAn79uufhiiIWszc,721000
|
173
173
|
sage/graphs/base/graph_backends.pxd,sha256=DNjOnDRc2RPV-NtCHuoliKpNfJHC3aK7l0RifUR7DSY,150
|
174
174
|
sage/graphs/base/graph_backends.pyx,sha256=vl_Cs6xcJJSDlHEfSO55bUQMSziLY3WYnsOza3oK13o,24526
|
175
175
|
sage/graphs/base/overview.py,sha256=WXk4WVm5e6XiCkWCSkHAdMV42DLxVMFnK9k74bbItkk,3186
|
176
|
-
sage/graphs/base/sparse_graph.cpython-312-x86_64-linux-musl.so,sha256=
|
176
|
+
sage/graphs/base/sparse_graph.cpython-312-x86_64-linux-musl.so,sha256=FOVL2km-2oqs7WhEXFfaxr_MOVNbfGW8bg_txoV-3Ac,1083313
|
177
177
|
sage/graphs/base/sparse_graph.pxd,sha256=O0oPH_Z1-fsxPK-mKMnNq-OL5cE0GcDILqDj-ajytlk,3485
|
178
178
|
sage/graphs/base/sparse_graph.pyx,sha256=dNMlc3m2Vl7fXCz5c7a-rse4boVsMSl3AevHmF0AIo0,56300
|
179
|
-
sage/graphs/base/static_dense_graph.cpython-312-x86_64-linux-musl.so,sha256=
|
179
|
+
sage/graphs/base/static_dense_graph.cpython-312-x86_64-linux-musl.so,sha256=qyG8JrjYfJNaNK4BurZ20lrSuVc0HF8ye1Iw2prYKdU,1349569
|
180
180
|
sage/graphs/base/static_dense_graph.pxd,sha256=1jNghzZMttKdtdD4U2bSrqW0V5LUgoZl9xLIPGkCuAs,238
|
181
181
|
sage/graphs/base/static_dense_graph.pyx,sha256=XyiD925fEEu1z4qu-Mp490Z8Vme_ii_SLRnSAdiLu48,37439
|
182
|
-
sage/graphs/base/static_sparse_backend.cpython-312-x86_64-linux-musl.so,sha256=
|
182
|
+
sage/graphs/base/static_sparse_backend.cpython-312-x86_64-linux-musl.so,sha256=RfmQjHShxfhZrEouhCtKXEZH5pxpbgm8pDJ15ujs3yU,1540312
|
183
183
|
sage/graphs/base/static_sparse_backend.pxd,sha256=DbBBsONS0Utp1szKGQaeTpoqiNC23XDaL9tnMrDAxvI,903
|
184
184
|
sage/graphs/base/static_sparse_backend.pyx,sha256=eKzp6rY9lZD9dX26QwRFk1ojyLTNPywSdPR6tKbdN4o,55396
|
185
|
-
sage/graphs/base/static_sparse_graph.cpython-312-x86_64-linux-musl.so,sha256=
|
185
|
+
sage/graphs/base/static_sparse_graph.cpython-312-x86_64-linux-musl.so,sha256=MfSeLpRaNZ0SlhdOTBewSwgh2E0OvBVhoiF8_465phM,1034817
|
186
186
|
sage/graphs/base/static_sparse_graph.pxd,sha256=YYCH7F6h1OteiFLfleAb57CCN-gx42n3W_9fzh8avkA,1500
|
187
187
|
sage/graphs/base/static_sparse_graph.pyx,sha256=79ckrFBDUnAxrn_VAXOHGtCPQnO3OD0KSczE7xas4ls,52381
|
188
188
|
sage/graphs/generators/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
|
@@ -190,7 +190,7 @@ sage/graphs/generators/basic.py,sha256=0KtJ29r3lQVXVENR2ceX9SZIQOkM-8yNwhWdrTHG1
|
|
190
190
|
sage/graphs/generators/chessboard.py,sha256=AYh9NIWZcueME7xiSL3MUdEa9O8O_NTDXh01cHfP8Js,20682
|
191
191
|
sage/graphs/generators/classical_geometries.py,sha256=3xoCUEGmShNiGwvc5eKvFbLgeQH-lWM23Iv2uYVtp5A,63415
|
192
192
|
sage/graphs/generators/degree_sequence.py,sha256=oN9BFV3aC3g0Im_L9v1bx4aBzEf2qFRc8IHpxMVLkF8,8735
|
193
|
-
sage/graphs/generators/distance_regular.cpython-312-x86_64-linux-musl.so,sha256=
|
193
|
+
sage/graphs/generators/distance_regular.cpython-312-x86_64-linux-musl.so,sha256=jGRDMa0TQhZBEUP2T4sUnH4T2p5gocRywKLsDwWe_Lc,5946456
|
194
194
|
sage/graphs/generators/distance_regular.pyx,sha256=dIO6D98FdTS3pk9ZhdXww-Q7WlmTKthcIgRbpDQXPTc,96145
|
195
195
|
sage/graphs/generators/families.py,sha256=9FS3o44XM-QNBHLDepRJPCyySPvdxzAFIm-zEqRIe1A,164812
|
196
196
|
sage/graphs/generators/intersection.py,sha256=N3C3dLzBjL_Jeii1aU_Xm3O78yMLvZoAY1Y6Egu4MxA,20349
|
@@ -199,33 +199,33 @@ sage/graphs/generators/random.py,sha256=lDQxB_YZ6Gwo-_LrqXx4hXC1H2AsP_Tsa0Q8-p44
|
|
199
199
|
sage/graphs/generators/smallgraphs.py,sha256=y441EzXwvSBnJ-qwp4lbZvlS19FfoC8tV4MO4H_HEpA,202063
|
200
200
|
sage/graphs/generators/world_map.py,sha256=YZ992gxxy6kXKaWvbXqG2tfxk5AaHw3a0t991pskPlY,34547
|
201
201
|
sage/graphs/graph_decompositions/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
|
202
|
-
sage/graphs/graph_decompositions/bandwidth.cpython-312-x86_64-linux-musl.so,sha256=
|
202
|
+
sage/graphs/graph_decompositions/bandwidth.cpython-312-x86_64-linux-musl.so,sha256=YT5uz9HPX7CE-wAuR8oxiQ0nTkTpA4NJNj1vRAbDxcE,382664
|
203
203
|
sage/graphs/graph_decompositions/bandwidth.pyx,sha256=9BvA6v6LheIIqwtkvbendaO_aux-ROfaMBcAM4aZFd0,15576
|
204
|
-
sage/graphs/graph_decompositions/clique_separators.cpython-312-x86_64-linux-musl.so,sha256=
|
204
|
+
sage/graphs/graph_decompositions/clique_separators.cpython-312-x86_64-linux-musl.so,sha256=X7KB2Ygamsi6FG4w-fRa3ZzgIhrFVNxzYjpk2Y15wjQ,1124937
|
205
205
|
sage/graphs/graph_decompositions/clique_separators.pyx,sha256=q2Ep-OTAN0u53tg4USepRiw9uOm61XRbsfMKAkbJouk,23690
|
206
|
-
sage/graphs/graph_decompositions/cutwidth.cpython-312-x86_64-linux-musl.so,sha256=
|
206
|
+
sage/graphs/graph_decompositions/cutwidth.cpython-312-x86_64-linux-musl.so,sha256=csYJ0z9IVtek6rGWmvSURK1ZfCSkiXBkRFP6TJcxAdk,1068616
|
207
207
|
sage/graphs/graph_decompositions/cutwidth.pyx,sha256=ah8ysfGRlDw3UTeG9uPcQuVAjs0SfaYSnRdJ3z-RvdA,28601
|
208
|
-
sage/graphs/graph_decompositions/fast_digraph.cpython-312-x86_64-linux-musl.so,sha256=
|
208
|
+
sage/graphs/graph_decompositions/fast_digraph.cpython-312-x86_64-linux-musl.so,sha256=qnKo9-WzMvctsSyGPQR2BLPDKz67zefQdp-wy6WY1gg,325104
|
209
209
|
sage/graphs/graph_decompositions/fast_digraph.pxd,sha256=vfxjVz_M8l9rkauaJpXkW1_ubTM3mqUdEjUwlqdD4PQ,343
|
210
210
|
sage/graphs/graph_decompositions/fast_digraph.pyx,sha256=02nMqhb4MvzaJFRGSy4ZefAvhChZsMJBlCTaOtOS3Es,7388
|
211
211
|
sage/graphs/graph_decompositions/graph_products.cpython-312-x86_64-linux-musl.so,sha256=TVESz9MoihcQWjqfkhdqK4brFM3zE6iSUt1m-dxVOyU,1094760
|
212
212
|
sage/graphs/graph_decompositions/graph_products.pyx,sha256=HcTfcex9hrwlcTzBHWMGDonGEUDGGj8jkma0devn5wU,19014
|
213
|
-
sage/graphs/graph_decompositions/modular_decomposition.cpython-312-x86_64-linux-musl.so,sha256=
|
213
|
+
sage/graphs/graph_decompositions/modular_decomposition.cpython-312-x86_64-linux-musl.so,sha256=AwpTp_SJheXyA5Q_esxzHOyvswsNotRQqZft36iChsM,3786369
|
214
214
|
sage/graphs/graph_decompositions/modular_decomposition.pxd,sha256=SAqgLApPT4pa_e2XpZ7us9PhDV34y5cTZB7YzP_lbkI,1100
|
215
215
|
sage/graphs/graph_decompositions/modular_decomposition.pyx,sha256=EkuXojAhXF53MXTiat63_EWdglqfodFZQiZk5dHV7-E,51818
|
216
|
-
sage/graphs/graph_decompositions/slice_decomposition.cpython-312-x86_64-linux-musl.so,sha256=
|
216
|
+
sage/graphs/graph_decompositions/slice_decomposition.cpython-312-x86_64-linux-musl.so,sha256=0c7AZ85edEsApds7tpYBQmtZ8-cOuYG3sfY8LEuP1sg,1511841
|
217
217
|
sage/graphs/graph_decompositions/slice_decomposition.pxd,sha256=OawVDRv8wbwIP6rbSZHGZQUVF31TNw3fbIXbE2q9XyA,602
|
218
218
|
sage/graphs/graph_decompositions/slice_decomposition.pyx,sha256=oBp4OVgykHatrhiSLgscsq5B5lUINmCierb3sWpO79w,40359
|
219
|
-
sage/graphs/graph_decompositions/tree_decomposition.cpython-312-x86_64-linux-musl.so,sha256=
|
219
|
+
sage/graphs/graph_decompositions/tree_decomposition.cpython-312-x86_64-linux-musl.so,sha256=Fp2fQ7Zmk2zu_afTW3_AZW3mn1xkjyuUsWBciYJk1k8,3122032
|
220
220
|
sage/graphs/graph_decompositions/tree_decomposition.pxd,sha256=dxfbHIMapSvsj67OLVBfLtvAYhWvDNSwmbmqmrvEYZg,555
|
221
221
|
sage/graphs/graph_decompositions/tree_decomposition.pyx,sha256=IWrChlzZXjEKscgZcbRr4mhvODbAuAbZoHhSNxx-3Dw,73665
|
222
|
-
sage/graphs/graph_decompositions/vertex_separation.cpython-312-x86_64-linux-musl.so,sha256=
|
222
|
+
sage/graphs/graph_decompositions/vertex_separation.cpython-312-x86_64-linux-musl.so,sha256=dnSPNfjd3ti6P3sMdZ4-lPUKRLgThVXNPTDr0lTg4gg,1710161
|
223
223
|
sage/graphs/graph_decompositions/vertex_separation.pxd,sha256=kuVp6HcFIRCamGKOy_Z_Qlzb2W_GlrdBRL4b44jdLsw,200
|
224
224
|
sage/graphs/graph_decompositions/vertex_separation.pyx,sha256=nF-RwfUUZZ-JHi-iMj7D2ibAsrbmLQuEpGRXqN7_DTQ,74865
|
225
225
|
sage/groups/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
|
226
226
|
sage/groups/perm_gps/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
|
227
227
|
sage/groups/perm_gps/partn_ref/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
|
228
|
-
sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-312-x86_64-linux-musl.so,sha256=
|
228
|
+
sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-312-x86_64-linux-musl.so,sha256=RcP16rmrlnLZrDijO95D0gW32R8UB_pS-vGxsmpC4OY,1767169
|
229
229
|
sage/groups/perm_gps/partn_ref/refinement_graphs.pxd,sha256=6sU1BVnxoySV9GhDXZsUKBlAgAMBqc8Bp3FELHB3neU,1759
|
230
230
|
sage/groups/perm_gps/partn_ref/refinement_graphs.pyx,sha256=AyuBZ0MJ0x9EIiVzInK__7W4dy_hCONOBHyP4qy721M,56634
|
231
231
|
sage/knots/all.py,sha256=pkVdIL2rSa6WRTBcnx6zew7aZMJJoIKeBmf81XAqyT0,248
|
@@ -258,8 +258,8 @@ sage_wheels/share/graphs/brouwer_srg_database.json,sha256=eou0RyEcYHJIGx6xxeozEW
|
|
258
258
|
sage_wheels/share/graphs/graphs.db,sha256=1OmkX02dccRyHp5NOt_VNnpIj25RR3-O7DOY4GJN0zM,1258496
|
259
259
|
sage_wheels/share/graphs/isgci_sage.xml,sha256=ZTmQvqVup945tVS2aAzB2snYNGfiiWllxUd8kMVmfFA,2096522
|
260
260
|
sage_wheels/share/graphs/smallgraphs.txt,sha256=0PV9PSz8hlzl1ZmYqBXBpMtewuTWt1u_w8tXdbKiBEg,9222
|
261
|
-
passagemath_graphs-10.6.
|
262
|
-
passagemath_graphs-10.6.
|
263
|
-
passagemath_graphs-10.6.
|
264
|
-
passagemath_graphs-10.6.
|
265
|
-
passagemath_graphs-10.6.
|
261
|
+
passagemath_graphs-10.6.1rc15.dist-info/METADATA,sha256=sw5nlVuezdExQ2gB7ySjcYm2LDwt9Ut_Frx6acQvDrE,14164
|
262
|
+
passagemath_graphs-10.6.1rc15.dist-info/METADATA.bak,sha256=n2W74PJzY3_rz3vtxU1PFCEME4gU_4anOXW3i90XBws,14208
|
263
|
+
passagemath_graphs-10.6.1rc15.dist-info/WHEEL,sha256=AwHYJA1Do1jwgPIoLQR4DiHSeYY_vU6Ht9Vljq5Yt_M,112
|
264
|
+
passagemath_graphs-10.6.1rc15.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
265
|
+
passagemath_graphs-10.6.1rc15.dist-info/RECORD,,
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
{passagemath_graphs-10.6.1rc14.dist-info → passagemath_graphs-10.6.1rc15.dist-info}/top_level.txt
RENAMED
File without changes
|