passagemath-cliquer 10.6.21__cp311-cp311-macosx_13_0_x86_64.whl → 10.8.1a1__cp311-cp311-macosx_13_0_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-cliquer might be problematic. Click here for more details.
- passagemath_cliquer/.dylibs/libcliquer.1.0.21.dylib +0 -0
- passagemath_cliquer/__init__.py +3 -0
- {passagemath_cliquer-10.6.21.dist-info → passagemath_cliquer-10.8.1a1.dist-info}/METADATA +5 -4
- passagemath_cliquer-10.8.1a1.dist-info/RECORD +11 -0
- {passagemath_cliquer-10.6.21.dist-info → passagemath_cliquer-10.8.1a1.dist-info}/WHEEL +2 -2
- passagemath_cliquer-10.8.1a1.dist-info/top_level.txt +3 -0
- sage/graphs/cliquer.cpython-311-darwin.so +0 -0
- sage/graphs/cliquer.pyx +0 -1
- passagemath_cliquer-10.6.21.dist-info/RECORD +0 -10
- passagemath_cliquer-10.6.21.dist-info/top_level.txt +0 -2
- passagemath_cliquer.dylibs/libcliquer.1.dylib +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-cliquer
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.8.1a1
|
|
4
4
|
Summary: passagemath: Finding cliques in graphs with cliquer
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -25,9 +25,10 @@ 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.
|
|
31
|
+
Requires-Python: <3.15,>=3.11
|
|
31
32
|
Description-Content-Type: text/x-rst
|
|
32
33
|
Provides-Extra: test
|
|
33
34
|
Requires-Dist: passagemath-graphs; extra == "test"
|
|
@@ -79,7 +80,7 @@ the passagemath distributions. Use of the full functionality of passagemath
|
|
|
79
80
|
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
80
81
|
or virtualization.
|
|
81
82
|
|
|
82
|
-
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.
|
|
83
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
83
84
|
|
|
84
85
|
|
|
85
86
|
About this pip-installable distribution package
|
|
@@ -103,7 +104,7 @@ Examples
|
|
|
103
104
|
|
|
104
105
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-cliquer[test]" ipython
|
|
105
106
|
|
|
106
|
-
In [1]: from
|
|
107
|
+
In [1]: from passagemath_cliquer import *
|
|
107
108
|
|
|
108
109
|
In [2]: from sage.graphs.cliquer import max_clique
|
|
109
110
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
passagemath_cliquer-10.8.1a1.dist-info/RECORD,,
|
|
2
|
+
passagemath_cliquer-10.8.1a1.dist-info/WHEEL,sha256=mQHItegF5691ic49RsplOc-Qnsd2vNjn3I2muVJZ10s,155
|
|
3
|
+
passagemath_cliquer-10.8.1a1.dist-info/top_level.txt,sha256=NU3s_DGJ8-DsGAjY6UgTd040EaonLWvfCkOA7vxda7E,26
|
|
4
|
+
passagemath_cliquer-10.8.1a1.dist-info/METADATA,sha256=jlgBXKQltUOyMfDTNOTTnv1-cMcWBlXOnLCkcvT8cbY,4876
|
|
5
|
+
passagemath_cliquer/__init__.py,sha256=HlYrHe2yxnKRikxWok_sVB1xn9keOK-m5zSpcXjVCwI,88
|
|
6
|
+
passagemath_cliquer/.dylibs/libcliquer.1.0.21.dylib,sha256=stIe8qLSoDShhbzlCkhyi2u4wb_cNeblWbJDAMEwIeM,65776
|
|
7
|
+
sage/all__sagemath_cliquer.py,sha256=jBej4FzxkgjVdTK_hCm3u9rgoYX3_PAHa2mZXK8KvUM,107
|
|
8
|
+
sage/graphs/cliquer.cpython-311-darwin.so,sha256=Gu_600-By_CUvVwC31iwI5uxG3Hl46RkKxaH81IE-X8,118224
|
|
9
|
+
sage/graphs/cliquer.pyx,sha256=wqLhqlQpdevCF2viYNPaojGoslq2uSki1cwx1BfMitM,9617
|
|
10
|
+
sage/graphs/cliquer.pxd,sha256=NTJnYsne4hPSF65aG6CayHmkTJ3NwEJkngGTV3M7uQ0,654
|
|
11
|
+
sage/graphs/all__sagemath_cliquer.py,sha256=Rby8pG2esTxBpJcnmT0FiU_RsBsT_mzMEXds-AjXrUI,46
|
|
Binary file
|
sage/graphs/cliquer.pyx
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
passagemath_cliquer.dylibs/libcliquer.1.dylib,sha256=FfkQ100J3lHneQbWNY7FRb3A7vYPNAGEwNUL_qKig9o,121712
|
|
2
|
-
passagemath_cliquer-10.6.21.dist-info/RECORD,,
|
|
3
|
-
passagemath_cliquer-10.6.21.dist-info/WHEEL,sha256=RyxoEM-DdYra2rgZTpxdiJkmjbwgUQ_Obk5UCeDLiEQ,137
|
|
4
|
-
passagemath_cliquer-10.6.21.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
5
|
-
passagemath_cliquer-10.6.21.dist-info/METADATA,sha256=IDqRfT45KaL-V8_I1PrSLPZ1NnjFHXDwYP4HKwTc3Vg,4831
|
|
6
|
-
sage/all__sagemath_cliquer.py,sha256=jBej4FzxkgjVdTK_hCm3u9rgoYX3_PAHa2mZXK8KvUM,107
|
|
7
|
-
sage/graphs/cliquer.cpython-311-darwin.so,sha256=LesVJlGl8UBlaiTRrs2XZ77AgevUxh28oTmHfF5jJPs,167632
|
|
8
|
-
sage/graphs/cliquer.pyx,sha256=H2IMZxZu8xeKynaefRM6_8zzCu-w4TVAtcrwp-07Z_U,9640
|
|
9
|
-
sage/graphs/cliquer.pxd,sha256=NTJnYsne4hPSF65aG6CayHmkTJ3NwEJkngGTV3M7uQ0,654
|
|
10
|
-
sage/graphs/all__sagemath_cliquer.py,sha256=Rby8pG2esTxBpJcnmT0FiU_RsBsT_mzMEXds-AjXrUI,46
|
|
Binary file
|