passagemath-cmr 10.6.36__cp311-cp311-musllinux_1_2_aarch64.whl → 10.6.44__cp311-cp311-musllinux_1_2_aarch64.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-cmr might be problematic. Click here for more details.
- passagemath_cmr/__init__.py +3 -0
- {passagemath_cmr-10.6.36.dist-info → passagemath_cmr-10.6.44.dist-info}/METADATA +11 -10
- {passagemath_cmr-10.6.36.dist-info → passagemath_cmr-10.6.44.dist-info}/RECORD +8 -7
- passagemath_cmr-10.6.44.dist-info/top_level.txt +3 -0
- sage/libs/cmr/cmr.cpython-311-aarch64-linux-musl.so +0 -0
- sage/matrix/matrix_cmr_sparse.cpython-311-aarch64-linux-musl.so +0 -0
- sage/matrix/seymour_decomposition.cpython-311-aarch64-linux-musl.so +0 -0
- passagemath_cmr-10.6.36.dist-info/top_level.txt +0 -2
- {passagemath_cmr-10.6.36.dist-info → passagemath_cmr-10.6.44.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-cmr
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.44
|
|
4
4
|
Summary: passagemath: Combinatorial matrix recognition
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -25,17 +25,18 @@ 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
31
|
Requires-Python: <3.15,>=3.10
|
|
31
32
|
Description-Content-Type: text/x-rst
|
|
32
|
-
Requires-Dist: cysignals
|
|
33
|
+
Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
|
|
33
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
34
|
-
Requires-Dist: passagemath-modules~=10.6.
|
|
35
|
-
Requires-Dist: passagemath-graphs~=10.6.
|
|
35
|
+
Requires-Dist: passagemath-modules~=10.6.44.0
|
|
36
|
+
Requires-Dist: passagemath-graphs~=10.6.44.0
|
|
36
37
|
Provides-Extra: test
|
|
37
|
-
Requires-Dist: passagemath-repl~=10.6.
|
|
38
|
-
Requires-Dist: passagemath-pari~=10.6.
|
|
38
|
+
Requires-Dist: passagemath-repl~=10.6.44.0; extra == "test"
|
|
39
|
+
Requires-Dist: passagemath-pari~=10.6.44.0; extra == "test"
|
|
39
40
|
|
|
40
41
|
==========================================================================
|
|
41
42
|
passagemath: Combinatorial matrix recognition
|
|
@@ -83,7 +84,7 @@ the passagemath distributions. Use of the full functionality of passagemath
|
|
|
83
84
|
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
84
85
|
or virtualization.
|
|
85
86
|
|
|
86
|
-
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.
|
|
87
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
87
88
|
|
|
88
89
|
|
|
89
90
|
About this pip-installable distribution package
|
|
@@ -113,7 +114,7 @@ Examples
|
|
|
113
114
|
|
|
114
115
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-cmr[test]" ipython
|
|
115
116
|
|
|
116
|
-
In [1]: from
|
|
117
|
+
In [1]: from passagemath_cmr import *
|
|
117
118
|
|
|
118
119
|
In [2]: from sage.matrix.matrix_cmr_sparse import Matrix_cmr_chr_sparse
|
|
119
120
|
|
|
@@ -155,7 +156,7 @@ Modularized use::
|
|
|
155
156
|
(cmr-venv) passagemath $ pip install -v passagemath-repl
|
|
156
157
|
(cmr-venv) passagemath $ sage
|
|
157
158
|
... sage.all is not available ...
|
|
158
|
-
sage: from
|
|
159
|
+
sage: from passagemath_modules import *
|
|
159
160
|
sage: matroids.Uniform(3, 4)
|
|
160
161
|
U(3, 4): Matroid of rank 3 on 4 elements with circuit-closures
|
|
161
162
|
{3: {{0, 1, 2, 3}}}
|
|
@@ -163,7 +164,7 @@ Modularized use::
|
|
|
163
164
|
In plain Python::
|
|
164
165
|
|
|
165
166
|
(cmr-venv) passagemath $ python3
|
|
166
|
-
>>> from
|
|
167
|
+
>>> from passagemath_modules import *
|
|
167
168
|
>>> matroids.Uniform(3, 4)
|
|
168
169
|
U(3, 4): Matroid of rank 3 on 4 elements with circuit-closures
|
|
169
170
|
{3: {{0, 1, 2, 3}}}
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
+
passagemath_cmr/__init__.py,sha256=tDxhxUX03EveX4yavWoPphSnQy6Hfch7TjnNMIY-hLU,80
|
|
1
2
|
passagemath_cmr.libs/libcmr-ac9dab83.so,sha256=iOL4SDvgbp9k2n7AEfUXbWAVvv2-29RaBADgGdqtDeQ,4270817
|
|
2
3
|
passagemath_cmr.libs/libgmp-28992bcb.so.10.5.0,sha256=chvEgOPn69KHFEAC4oKOFhJ2LjYfSTYlyAEyFvE1hJg,668217
|
|
3
4
|
sage/all__sagemath_cmr.py,sha256=KR76vnXfmqtz5FA-qDWl-bKa_ltk6s_L01y6zi3VleM,144
|
|
4
5
|
sage/libs/all__sagemath_cmr.py,sha256=qPVTT6gyP0yYSmMXuAIGeRCUG42fV2IhXKSX9Ke1pa0,42
|
|
5
6
|
sage/libs/cmr/__init__.py,sha256=qPVTT6gyP0yYSmMXuAIGeRCUG42fV2IhXKSX9Ke1pa0,42
|
|
6
|
-
sage/libs/cmr/cmr.cpython-311-aarch64-linux-musl.so,sha256=
|
|
7
|
+
sage/libs/cmr/cmr.cpython-311-aarch64-linux-musl.so,sha256=M5wCS2p8BpH5UnXpvMYupfNQ4dwYnKSslInymSenCQE,139376
|
|
7
8
|
sage/libs/cmr/cmr.pxd,sha256=5LFDFXs20sVJoLprRTkfU0qX3SkHtdkdLiFs5B6CCGU,31667
|
|
8
9
|
sage/libs/cmr/cmr.pyx,sha256=h-maxhuJKYDr77zggNg9L7qyaTgRu51_MEXitaI_sdY,861
|
|
9
10
|
sage/matrix/all__sagemath_cmr.py,sha256=qPVTT6gyP0yYSmMXuAIGeRCUG42fV2IhXKSX9Ke1pa0,42
|
|
10
|
-
sage/matrix/matrix_cmr_sparse.cpython-311-aarch64-linux-musl.so,sha256
|
|
11
|
+
sage/matrix/matrix_cmr_sparse.cpython-311-aarch64-linux-musl.so,sha256=-RT8D9qeJbUvfzYrcfzMO-SeGoBqvX83XmuqrfBA1wk,4398201
|
|
11
12
|
sage/matrix/matrix_cmr_sparse.pxd,sha256=EROkdgXmem-ZgdXHKl7Nke_mZC_HKCZPRjocWcyivwY,1095
|
|
12
13
|
sage/matrix/matrix_cmr_sparse.pyx,sha256=vC-v5BXvtdjgsRipqtX4uhRWLt1s2ESyzr3-3hbQfLQ,249381
|
|
13
|
-
sage/matrix/seymour_decomposition.cpython-311-aarch64-linux-musl.so,sha256=
|
|
14
|
+
sage/matrix/seymour_decomposition.cpython-311-aarch64-linux-musl.so,sha256=1LoS3vEJWFr9yUQP0mEZ46A2fADwQiJ1PwkuyAy4NQU,4274065
|
|
14
15
|
sage/matrix/seymour_decomposition.pxd,sha256=QYse5YnIa_Dk8NGLU991eFe5u0PzxT_qM0KfXITdt4E,1186
|
|
15
16
|
sage/matrix/seymour_decomposition.pyx,sha256=YS1BpLgFLWTwcqe0EJqlgRl0vRUX-ZhBRKAdgvyZe_U,197498
|
|
16
|
-
passagemath_cmr-10.6.
|
|
17
|
-
passagemath_cmr-10.6.
|
|
18
|
-
passagemath_cmr-10.6.
|
|
19
|
-
passagemath_cmr-10.6.
|
|
17
|
+
passagemath_cmr-10.6.44.dist-info/METADATA,sha256=k1LbkCAB7iJH2bE6ultOxDo1NCgEe6I5Hua-IbjIv3Y,7357
|
|
18
|
+
passagemath_cmr-10.6.44.dist-info/WHEEL,sha256=LNZuceeFd58B9QVekwESAWqB09LEv_tgGDcYQrpkG9U,113
|
|
19
|
+
passagemath_cmr-10.6.44.dist-info/top_level.txt,sha256=CKOQrDewaLP2icikzyFWWNW_krYi3PwlBbqZm_FYt6g,22
|
|
20
|
+
passagemath_cmr-10.6.44.dist-info/RECORD,,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|