passagemath-cmr 10.6.1rc13__cp312-cp312-macosx_13_0_x86_64.whl → 10.8.1a1__cp312-cp312-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.
- passagemath_cmr/.dylibs/libcmr.dylib +0 -0
- passagemath_cmr/.dylibs/libgmp.10.dylib +0 -0
- passagemath_cmr/__init__.py +3 -0
- {passagemath_cmr-10.6.1rc13.dist-info → passagemath_cmr-10.8.1a1.dist-info}/METADATA +29 -24
- passagemath_cmr-10.8.1a1.dist-info/RECORD +20 -0
- {passagemath_cmr-10.6.1rc13.dist-info → passagemath_cmr-10.8.1a1.dist-info}/WHEEL +2 -2
- passagemath_cmr-10.8.1a1.dist-info/top_level.txt +3 -0
- sage/libs/cmr/cmr.cpython-312-darwin.so +0 -0
- sage/matrix/matrix_cmr_sparse.cpython-312-darwin.so +0 -0
- sage/matrix/matrix_cmr_sparse.pyx +233 -223
- sage/matrix/seymour_decomposition.cpython-312-darwin.so +0 -0
- sage/matrix/seymour_decomposition.pyx +40 -40
- passagemath_cmr-10.6.1rc13.dist-info/RECORD +0 -19
- passagemath_cmr-10.6.1rc13.dist-info/top_level.txt +0 -2
- passagemath_cmr.dylibs/libcmr.dylib +0 -0
- passagemath_cmr.dylibs/libgmp.10.dylib +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-cmr
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.8.1a1
|
|
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
|
|
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
|
|
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
|
11
|
-
Project-URL: documentation, https://
|
|
11
|
+
Project-URL: documentation, https://passagemath.org/docs/latest
|
|
12
12
|
Project-URL: homepage (upstream), https://www.sagemath.org
|
|
13
13
|
Project-URL: discourse, https://passagemath.discourse.group
|
|
14
14
|
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
|
@@ -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
|
-
Requires-Python: <3.
|
|
31
|
+
Requires-Python: <3.15,>=3.11
|
|
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.
|
|
35
|
-
Requires-Dist: passagemath-graphs==10.
|
|
35
|
+
Requires-Dist: passagemath-modules==10.8.1.alpha1
|
|
36
|
+
Requires-Dist: passagemath-graphs==10.8.1.alpha1
|
|
36
37
|
Provides-Extra: test
|
|
37
|
-
Requires-Dist: passagemath-repl==10.
|
|
38
|
-
Requires-Dist: passagemath-pari==10.
|
|
38
|
+
Requires-Dist: passagemath-repl==10.8.1.alpha1; extra == "test"
|
|
39
|
+
Requires-Dist: passagemath-pari==10.8.1.alpha1; extra == "test"
|
|
39
40
|
|
|
40
41
|
==========================================================================
|
|
41
42
|
passagemath: Combinatorial matrix recognition
|
|
@@ -49,38 +50,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
49
50
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
50
51
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
51
52
|
|
|
52
|
-
The passagemath fork
|
|
53
|
-
|
|
53
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
54
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
55
|
+
It was created in October 2024 with the following goals:
|
|
54
56
|
|
|
55
|
-
- providing modularized installation with pip,
|
|
56
|
-
project started in 2020 in the Sage
|
|
57
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
57
|
+
- providing modularized installation with pip,
|
|
58
58
|
- establishing first-class membership in the scientific Python
|
|
59
59
|
ecosystem,
|
|
60
60
|
- giving `clear attribution of upstream
|
|
61
61
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
62
62
|
- providing independently usable Python interfaces to upstream
|
|
63
63
|
libraries,
|
|
64
|
-
-
|
|
64
|
+
- offering `platform portability and integration testing
|
|
65
65
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
66
66
|
to upstream projects,
|
|
67
67
|
- inviting collaborations with upstream projects,
|
|
68
68
|
- `building a professional, respectful, inclusive
|
|
69
69
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
70
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
71
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
70
72
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
71
73
|
serverless deployment with Javascript,
|
|
72
74
|
- developing a native Windows port.
|
|
73
75
|
|
|
74
|
-
`Full documentation <https://
|
|
76
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
75
77
|
available online.
|
|
76
78
|
|
|
77
|
-
passagemath attempts to support
|
|
78
|
-
|
|
79
|
-
virtualization.
|
|
79
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
80
|
+
all major Linux distributions and recent versions of macOS.
|
|
80
81
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
83
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
84
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
85
|
+
or virtualization.
|
|
86
|
+
|
|
87
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
84
88
|
|
|
85
89
|
|
|
86
90
|
About this pip-installable distribution package
|
|
@@ -110,7 +114,7 @@ Examples
|
|
|
110
114
|
|
|
111
115
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-cmr[test]" ipython
|
|
112
116
|
|
|
113
|
-
In [1]: from
|
|
117
|
+
In [1]: from passagemath_cmr import *
|
|
114
118
|
|
|
115
119
|
In [2]: from sage.matrix.matrix_cmr_sparse import Matrix_cmr_chr_sparse
|
|
116
120
|
|
|
@@ -138,6 +142,7 @@ Development
|
|
|
138
142
|
passagemath $ source ./.homebrew-build-env # on macOS when homebrew is in use
|
|
139
143
|
passagemath $ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/wsl/lib # on WSL
|
|
140
144
|
passagemath $ export PIP_CONSTRAINT="$(pwd)/constraints_cmr.txt"
|
|
145
|
+
passagemath $ export PIP_BUILD_CONSTRAINT="$(pwd)/constraints_cmr.txt"
|
|
141
146
|
passagemath $ echo "passagemath-categories @ file://$(pwd)/pkgs/sagemath-categories" >> constraints_cmr.txt
|
|
142
147
|
passagemath $ echo "passagemath-modules @ file://$(pwd)/pkgs/sagemath-modules" >> constraints_cmr.txt
|
|
143
148
|
passagemath $ python3 -m venv cmr-venv
|
|
@@ -151,7 +156,7 @@ Modularized use::
|
|
|
151
156
|
(cmr-venv) passagemath $ pip install -v passagemath-repl
|
|
152
157
|
(cmr-venv) passagemath $ sage
|
|
153
158
|
... sage.all is not available ...
|
|
154
|
-
sage: from
|
|
159
|
+
sage: from passagemath_modules import *
|
|
155
160
|
sage: matroids.Uniform(3, 4)
|
|
156
161
|
U(3, 4): Matroid of rank 3 on 4 elements with circuit-closures
|
|
157
162
|
{3: {{0, 1, 2, 3}}}
|
|
@@ -159,7 +164,7 @@ Modularized use::
|
|
|
159
164
|
In plain Python::
|
|
160
165
|
|
|
161
166
|
(cmr-venv) passagemath $ python3
|
|
162
|
-
>>> from
|
|
167
|
+
>>> from passagemath_modules import *
|
|
163
168
|
>>> matroids.Uniform(3, 4)
|
|
164
169
|
U(3, 4): Matroid of rank 3 on 4 elements with circuit-closures
|
|
165
170
|
{3: {{0, 1, 2, 3}}}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
passagemath_cmr/__init__.py,sha256=tDxhxUX03EveX4yavWoPphSnQy6Hfch7TjnNMIY-hLU,80
|
|
2
|
+
passagemath_cmr/.dylibs/libcmr.dylib,sha256=hHq_6ytTyr_zJ9VEEM8Hr6Cqx1eKKvEuAdLaBd54Mq8,971496
|
|
3
|
+
passagemath_cmr/.dylibs/libgmp.10.dylib,sha256=TUejTzoQXYaTV0ctGqr0IeGcy6SnfZd86cWsBtQ_CIU,488712
|
|
4
|
+
passagemath_cmr-10.8.1a1.dist-info/RECORD,,
|
|
5
|
+
passagemath_cmr-10.8.1a1.dist-info/WHEEL,sha256=AbrL460eTpF3P_Yx79_4q0erG2pYqVvEIQ8yrjvNRyg,155
|
|
6
|
+
passagemath_cmr-10.8.1a1.dist-info/top_level.txt,sha256=CKOQrDewaLP2icikzyFWWNW_krYi3PwlBbqZm_FYt6g,22
|
|
7
|
+
passagemath_cmr-10.8.1a1.dist-info/METADATA,sha256=EqCUIptG3bTry3cGPQ4iVXvQ8utwTSY6515VFCtskFM,7374
|
|
8
|
+
sage/all__sagemath_cmr.py,sha256=KR76vnXfmqtz5FA-qDWl-bKa_ltk6s_L01y6zi3VleM,144
|
|
9
|
+
sage/libs/all__sagemath_cmr.py,sha256=qPVTT6gyP0yYSmMXuAIGeRCUG42fV2IhXKSX9Ke1pa0,42
|
|
10
|
+
sage/libs/cmr/cmr.pxd,sha256=5LFDFXs20sVJoLprRTkfU0qX3SkHtdkdLiFs5B6CCGU,31667
|
|
11
|
+
sage/libs/cmr/__init__.py,sha256=qPVTT6gyP0yYSmMXuAIGeRCUG42fV2IhXKSX9Ke1pa0,42
|
|
12
|
+
sage/libs/cmr/cmr.pyx,sha256=h-maxhuJKYDr77zggNg9L7qyaTgRu51_MEXitaI_sdY,861
|
|
13
|
+
sage/libs/cmr/cmr.cpython-312-darwin.so,sha256=dTeYv7F0HDXsM52Ao52OUss1Mb-9ifBFNacJJb-SDUA,27672
|
|
14
|
+
sage/matrix/all__sagemath_cmr.py,sha256=qPVTT6gyP0yYSmMXuAIGeRCUG42fV2IhXKSX9Ke1pa0,42
|
|
15
|
+
sage/matrix/matrix_cmr_sparse.pyx,sha256=vC-v5BXvtdjgsRipqtX4uhRWLt1s2ESyzr3-3hbQfLQ,249381
|
|
16
|
+
sage/matrix/seymour_decomposition.pxd,sha256=QYse5YnIa_Dk8NGLU991eFe5u0PzxT_qM0KfXITdt4E,1186
|
|
17
|
+
sage/matrix/seymour_decomposition.pyx,sha256=YS1BpLgFLWTwcqe0EJqlgRl0vRUX-ZhBRKAdgvyZe_U,197498
|
|
18
|
+
sage/matrix/matrix_cmr_sparse.pxd,sha256=EROkdgXmem-ZgdXHKl7Nke_mZC_HKCZPRjocWcyivwY,1095
|
|
19
|
+
sage/matrix/matrix_cmr_sparse.cpython-312-darwin.so,sha256=nCq4XyIGjK9jMz_jay44D-gXDXf30g01pQ0Mxk7pC1Q,939824
|
|
20
|
+
sage/matrix/seymour_decomposition.cpython-312-darwin.so,sha256=aBNEQ6MDRf-hesSdV7LJB_YThrN5I9slgW-rAqS8Lvc,956504
|
|
Binary file
|
|
Binary file
|