passagemath-cmr 10.6.1rc7__cp311-cp311-macosx_13_0_x86_64.whl → 10.6.40__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.
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-cmr
2
+
3
+ from sage.all__sagemath_cmr import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-cmr
3
- Version: 10.6.1rc7
3
+ Version: 10.6.40
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://doc.sagemath.org
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
@@ -27,14 +27,15 @@ Classifier: Programming Language :: Python :: 3.12
27
27
  Classifier: Programming Language :: Python :: 3.13
28
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
- Requires-Python: <3.14,>=3.10
30
+ Requires-Python: <3.15,>=3.10
31
31
  Description-Content-Type: text/x-rst
32
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
32
33
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
- Requires-Dist: passagemath-modules==10.6.1rc7
34
- Requires-Dist: passagemath-graphs==10.6.1rc7
34
+ Requires-Dist: passagemath-modules~=10.6.40.0
35
+ Requires-Dist: passagemath-graphs~=10.6.40.0
35
36
  Provides-Extra: test
36
- Requires-Dist: passagemath-repl==10.6.1rc7; extra == "test"
37
- Requires-Dist: passagemath-pari==10.6.1rc7; extra == "test"
37
+ Requires-Dist: passagemath-repl~=10.6.40.0; extra == "test"
38
+ Requires-Dist: passagemath-pari~=10.6.40.0; extra == "test"
38
39
 
39
40
  ==========================================================================
40
41
  passagemath: Combinatorial matrix recognition
@@ -48,38 +49,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
48
49
  developed 2005-2025 under the motto “Creating a Viable Open Source
49
50
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
50
51
 
51
- The passagemath fork was created in October 2024 with the following
52
- goals:
52
+ The passagemath fork uses the motto "Creating a Free Passage Between the
53
+ Scientific Python Ecosystem and Mathematical Software Communities."
54
+ It was created in October 2024 with the following goals:
53
55
 
54
- - providing modularized installation with pip, thus completing a `major
55
- project started in 2020 in the Sage
56
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
56
+ - providing modularized installation with pip,
57
57
  - establishing first-class membership in the scientific Python
58
58
  ecosystem,
59
59
  - giving `clear attribution of upstream
60
60
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
61
61
  - providing independently usable Python interfaces to upstream
62
62
  libraries,
63
- - providing `platform portability and integration testing
63
+ - offering `platform portability and integration testing
64
64
  services <https://github.com/passagemath/passagemath/issues/704>`__
65
65
  to upstream projects,
66
66
  - inviting collaborations with upstream projects,
67
67
  - `building a professional, respectful, inclusive
68
68
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
69
+ - `empowering Sage users to participate in the scientific Python ecosystem
70
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
69
71
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
70
72
  serverless deployment with Javascript,
71
73
  - developing a native Windows port.
72
74
 
73
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
75
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
74
76
  available online.
75
77
 
76
- passagemath attempts to support all major Linux distributions and recent versions of
77
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
78
- virtualization.
78
+ passagemath attempts to support and provides binary wheels suitable for
79
+ all major Linux distributions and recent versions of macOS.
79
80
 
80
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
81
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
82
- so compilation from source is triggered for those.
81
+ Binary wheels for native Windows (x86_64) are are available for a subset of
82
+ the passagemath distributions. Use of the full functionality of passagemath
83
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
84
+ or virtualization.
85
+
86
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
83
87
 
84
88
 
85
89
  About this pip-installable distribution package
@@ -109,7 +113,7 @@ Examples
109
113
 
110
114
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-cmr[test]" ipython
111
115
 
112
- In [1]: from sage.all__sagemath_cmr import *
116
+ In [1]: from passagemath_cmr import *
113
117
 
114
118
  In [2]: from sage.matrix.matrix_cmr_sparse import Matrix_cmr_chr_sparse
115
119
 
@@ -137,6 +141,7 @@ Development
137
141
  passagemath $ source ./.homebrew-build-env # on macOS when homebrew is in use
138
142
  passagemath $ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/wsl/lib # on WSL
139
143
  passagemath $ export PIP_CONSTRAINT="$(pwd)/constraints_cmr.txt"
144
+ passagemath $ export PIP_BUILD_CONSTRAINT="$(pwd)/constraints_cmr.txt"
140
145
  passagemath $ echo "passagemath-categories @ file://$(pwd)/pkgs/sagemath-categories" >> constraints_cmr.txt
141
146
  passagemath $ echo "passagemath-modules @ file://$(pwd)/pkgs/sagemath-modules" >> constraints_cmr.txt
142
147
  passagemath $ python3 -m venv cmr-venv
@@ -150,7 +155,7 @@ Modularized use::
150
155
  (cmr-venv) passagemath $ pip install -v passagemath-repl
151
156
  (cmr-venv) passagemath $ sage
152
157
  ... sage.all is not available ...
153
- sage: from sage.all__sagemath_modules import *
158
+ sage: from passagemath_modules import *
154
159
  sage: matroids.Uniform(3, 4)
155
160
  U(3, 4): Matroid of rank 3 on 4 elements with circuit-closures
156
161
  {3: {{0, 1, 2, 3}}}
@@ -158,7 +163,7 @@ Modularized use::
158
163
  In plain Python::
159
164
 
160
165
  (cmr-venv) passagemath $ python3
161
- >>> from sage.all__sagemath_modules import *
166
+ >>> from passagemath_modules import *
162
167
  >>> matroids.Uniform(3, 4)
163
168
  U(3, 4): Matroid of rank 3 on 4 elements with circuit-closures
164
169
  {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=C48M-qdmpnmg3_TOsqWdhtsG_PnQSOOBzLj8RIaGiJw,971496
3
+ passagemath_cmr/.dylibs/libgmp.10.dylib,sha256=TUejTzoQXYaTV0ctGqr0IeGcy6SnfZd86cWsBtQ_CIU,488712
4
+ passagemath_cmr-10.6.40.dist-info/RECORD,,
5
+ passagemath_cmr-10.6.40.dist-info/WHEEL,sha256=wlOID7aumVp4ANpc7b_jjphnWw6TfTPEII6z8zgq67I,154
6
+ passagemath_cmr-10.6.40.dist-info/top_level.txt,sha256=CKOQrDewaLP2icikzyFWWNW_krYi3PwlBbqZm_FYt6g,22
7
+ passagemath_cmr-10.6.40.dist-info/METADATA,sha256=CtZfp5C0K4DfeqrRi7huRhImXrBoJDYC-FmK9vE22eE,7306
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.cpython-311-darwin.so,sha256=tkbC3iP1wOTBbZBME9wyZCWHYdU7DJx1GAXKuK91XqY,27200
11
+ sage/libs/cmr/cmr.pxd,sha256=5LFDFXs20sVJoLprRTkfU0qX3SkHtdkdLiFs5B6CCGU,31667
12
+ sage/libs/cmr/__init__.py,sha256=qPVTT6gyP0yYSmMXuAIGeRCUG42fV2IhXKSX9Ke1pa0,42
13
+ sage/libs/cmr/cmr.pyx,sha256=h-maxhuJKYDr77zggNg9L7qyaTgRu51_MEXitaI_sdY,861
14
+ sage/matrix/all__sagemath_cmr.py,sha256=qPVTT6gyP0yYSmMXuAIGeRCUG42fV2IhXKSX9Ke1pa0,42
15
+ sage/matrix/matrix_cmr_sparse.cpython-311-darwin.so,sha256=q5TbN36sGeADomD4Zmlszc-hsF9D7aAuLviz6xBwro8,860960
16
+ sage/matrix/matrix_cmr_sparse.pyx,sha256=vC-v5BXvtdjgsRipqtX4uhRWLt1s2ESyzr3-3hbQfLQ,249381
17
+ sage/matrix/seymour_decomposition.cpython-311-darwin.so,sha256=OhLnIbnlHsthZ3yMUTMjr0iCnLRwCYdOqeAbpMmIbwU,886328
18
+ sage/matrix/seymour_decomposition.pxd,sha256=QYse5YnIa_Dk8NGLU991eFe5u0PzxT_qM0KfXITdt4E,1186
19
+ sage/matrix/seymour_decomposition.pyx,sha256=YS1BpLgFLWTwcqe0EJqlgRl0vRUX-ZhBRKAdgvyZe_U,197498
20
+ sage/matrix/matrix_cmr_sparse.pxd,sha256=EROkdgXmem-ZgdXHKl7Nke_mZC_HKCZPRjocWcyivwY,1095
@@ -2,5 +2,5 @@ Wheel-Version: 1.0
2
2
  Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_13_0_x86_64
5
- Generator: delocate 0.13.0
5
+ Generator: delocate 0.13.1.dev42+ga0af70b54
6
6
 
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_cmr
3
+ sage
Binary file