passagemath-rankwidth 10.6.1rc2__cp310-cp310-macosx_13_0_x86_64.whl → 10.6.47__cp310-cp310-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.
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-rankwidth
2
+
3
+ from sage.all__sagemath_rankwidth import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-rankwidth
3
- Version: 10.6.1rc2
3
+ Version: 10.6.47
4
4
  Summary: passagemath: Rankwidth and rank decompositions of graphs with rw
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
@@ -17,15 +17,18 @@ Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
20
21
  Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Operating System :: Microsoft :: Windows
21
23
  Classifier: Programming Language :: Python :: 3 :: Only
22
24
  Classifier: Programming Language :: Python :: 3.10
23
25
  Classifier: Programming Language :: Python :: 3.11
24
26
  Classifier: Programming Language :: Python :: 3.12
25
27
  Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: 3.14
26
29
  Classifier: Programming Language :: Python :: Implementation :: CPython
27
30
  Classifier: Topic :: Scientific/Engineering :: Mathematics
28
- Requires-Python: <3.14,>=3.10
31
+ Requires-Python: <3.15,>=3.10
29
32
  Description-Content-Type: text/x-rst
30
33
  Requires-Dist: passagemath-graphs
31
34
  Provides-Extra: test
@@ -43,38 +46,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
43
46
  developed 2005-2025 under the motto “Creating a Viable Open Source
44
47
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
48
 
46
- The passagemath fork was created in October 2024 with the following
47
- goals:
49
+ The passagemath fork uses the motto "Creating a Free Passage Between the
50
+ Scientific Python Ecosystem and Mathematical Software Communities."
51
+ It was created in October 2024 with the following goals:
48
52
 
49
- - providing modularized installation with pip, thus completing a `major
50
- project started in 2020 in the Sage
51
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
53
+ - providing modularized installation with pip,
52
54
  - establishing first-class membership in the scientific Python
53
55
  ecosystem,
54
56
  - giving `clear attribution of upstream
55
57
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
56
58
  - providing independently usable Python interfaces to upstream
57
59
  libraries,
58
- - providing `platform portability and integration testing
60
+ - offering `platform portability and integration testing
59
61
  services <https://github.com/passagemath/passagemath/issues/704>`__
60
62
  to upstream projects,
61
63
  - inviting collaborations with upstream projects,
62
64
  - `building a professional, respectful, inclusive
63
65
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
66
+ - `empowering Sage users to participate in the scientific Python ecosystem
67
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
64
68
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
65
69
  serverless deployment with Javascript,
66
70
  - developing a native Windows port.
67
71
 
68
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
72
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
69
73
  available online.
70
74
 
71
- passagemath attempts to support all major Linux distributions and recent versions of
72
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
73
- virtualization.
75
+ passagemath attempts to support and provides binary wheels suitable for
76
+ all major Linux distributions and recent versions of macOS.
74
77
 
75
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
76
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
77
- so compilation from source is triggered for those.
78
+ Binary wheels for native Windows (x86_64) are are available for a subset of
79
+ the passagemath distributions. Use of the full functionality of passagemath
80
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
81
+ or virtualization.
82
+
83
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
78
84
 
79
85
 
80
86
  About this pip-installable distribution package
@@ -90,7 +96,7 @@ Philipp Klaus Krause, which calculates rank width and rank decompositions.
90
96
  What is included
91
97
  ----------------
92
98
 
93
- - `Cython interface to rw <https://doc.sagemath.org/html/en/reference/graphs/sage/graphs/graph_decompositions/rankwidth.html>`_
99
+ - `Cython interface to rw <https://passagemath.org/docs/latest/html/en/reference/graphs/sage/graphs/graph_decompositions/rankwidth.html>`_
94
100
 
95
101
 
96
102
  Examples
@@ -100,7 +106,7 @@ Examples
100
106
 
101
107
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-rankwidth[test]" ipython
102
108
 
103
- In [1]: from sage.all__sagemath_rankwidth import *
109
+ In [1]: from passagemath_rankwidth import *
104
110
 
105
111
  In [2]: g = graphs.PetersenGraph()
106
112
 
@@ -0,0 +1,11 @@
1
+ passagemath_rankwidth/__init__.py,sha256=R8c9YuGWpzmOs0rd6XMhmHjC8OLrFv95lX0IqU146Wg,92
2
+ passagemath_rankwidth/.dylibs/librw.0.dylib,sha256=QCALqDGqTznLk-V6RbIezdJJqpkj3LXbXQyilGyHSsc,14568
3
+ sage/all__sagemath_rankwidth.py,sha256=9OKCYFCtD-gDbbKmGnvLqMUg3gaTZ4wvHq8dv5kTdUU,109
4
+ sage/graphs/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
5
+ sage/graphs/graph_decompositions/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
6
+ sage/graphs/graph_decompositions/rankwidth.pyx,sha256=XLgr3jaejMtypTubVJBHVrLLTmr0XYyBZeLSNTssV5c,10031
7
+ sage/graphs/graph_decompositions/rankwidth.cpython-310-darwin.so,sha256=OucLfdN9pYd1wVYf7Y8zbwfDuyk1K5RTi-7D4r9Kwgg,89744
8
+ passagemath_rankwidth-10.6.47.dist-info/RECORD,,
9
+ passagemath_rankwidth-10.6.47.dist-info/WHEEL,sha256=mC9XaLUIYd-A0klVSjTvb9Dm5RdzpW418xdGHHJcrOE,154
10
+ passagemath_rankwidth-10.6.47.dist-info/top_level.txt,sha256=fBLflVh_5kF3NqatPHMMyKd3Ygl7dHOfaBaLFrvPtHA,28
11
+ passagemath_rankwidth-10.6.47.dist-info/METADATA,sha256=BX3hCVUUwbP9PdC3N-mRkU5eN8Ca3NkW868CtCVJ3SE,4976
@@ -2,5 +2,5 @@ Wheel-Version: 1.0
2
2
  Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-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_rankwidth
3
+ sage
@@ -1,3 +1,4 @@
1
1
  # sage_setup: distribution = sagemath-rankwidth
2
+ # delvewheel: patch
2
3
 
3
4
  from sage.all__sagemath_graphs import *
@@ -1,10 +0,0 @@
1
- passagemath_rankwidth.dylibs/librw.0.dylib,sha256=-f9G3taOapvleHZmmKGxr0FfQND_5W5jztuo6ACuakA,53552
2
- passagemath_rankwidth-10.6.1rc2.dist-info/RECORD,,
3
- passagemath_rankwidth-10.6.1rc2.dist-info/WHEEL,sha256=RpI2f7qWECrFv3jwk06i6A13TXjBn5AxATfaWklqEPg,137
4
- passagemath_rankwidth-10.6.1rc2.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
- passagemath_rankwidth-10.6.1rc2.dist-info/METADATA,sha256=Y_EwVptlX6dwY19_8uVa8Go1p2NJhbvsiSKiiZvKZ20,4595
6
- sage/all__sagemath_rankwidth.py,sha256=x1Nv5uCeEV1xtY1FaEN6qPEQo9wKKUeLGzhoFWjM3J8,89
7
- sage/graphs/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
8
- sage/graphs/graph_decompositions/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
9
- sage/graphs/graph_decompositions/rankwidth.pyx,sha256=XLgr3jaejMtypTubVJBHVrLLTmr0XYyBZeLSNTssV5c,10031
10
- sage/graphs/graph_decompositions/rankwidth.cpython-310-darwin.so,sha256=9T1fJwFXCBOG-1IS6qvRfjGP39XAuTMtmVJFEqli2Fc,145344
Binary file