passagemath-tdlib 10.5.48__cp313-cp313-macosx_13_0_x86_64.whl → 10.6.25__cp313-cp313-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-tdlib might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-tdlib
3
- Version: 10.5.48
3
+ Version: 10.6.25
4
4
  Summary: passagemath: Tree decompositions with tdlib
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,17 +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
21
22
  Classifier: Programming Language :: Python :: 3 :: Only
22
- Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
26
  Classifier: Programming Language :: Python :: 3.13
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.9
29
+ Requires-Python: <3.14,>=3.10
30
30
  Description-Content-Type: text/x-rst
31
+ Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
31
32
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
32
33
  Provides-Extra: test
33
34
  Requires-Dist: passagemath-repl; extra == "test"
@@ -45,44 +46,47 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
45
46
  developed 2005-2025 under the motto “Creating a Viable Open Source
46
47
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
47
48
 
48
- The passagemath fork was created in October 2024 with the following
49
- 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:
50
52
 
51
- - providing modularized installation with pip, thus completing a `major
52
- project started in 2020 in the Sage
53
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
53
+ - providing modularized installation with pip,
54
54
  - establishing first-class membership in the scientific Python
55
55
  ecosystem,
56
56
  - giving `clear attribution of upstream
57
57
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
58
58
  - providing independently usable Python interfaces to upstream
59
59
  libraries,
60
- - providing `platform portability and integration testing
60
+ - offering `platform portability and integration testing
61
61
  services <https://github.com/passagemath/passagemath/issues/704>`__
62
62
  to upstream projects,
63
63
  - inviting collaborations with upstream projects,
64
64
  - `building a professional, respectful, inclusive
65
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,
66
68
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
67
69
  serverless deployment with Javascript,
68
70
  - developing a native Windows port.
69
71
 
70
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
72
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
71
73
  available online.
72
74
 
73
- passagemath attempts to support all major Linux distributions and recent versions of
74
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
75
- virtualization.
75
+ passagemath attempts to support and provides binary wheels suitable for
76
+ all major Linux distributions and recent versions of macOS.
76
77
 
77
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
78
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
79
- 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.13.x.
80
84
 
81
85
 
82
86
  About this pip-installable distribution package
83
87
  -----------------------------------------------
84
88
 
85
- This pip-installable distribution `passagemath-tdlib` is a small optional distribution for use with `passagemath-graphs <https://pypi.org/project/passagemath-graphs>`_.
89
+ This pip-installable distribution ``passagemath-tdlib`` is a small optional distribution for use with `passagemath-graphs <https://pypi.org/project/passagemath-graphs>`_.
86
90
 
87
91
  It provides a Cython interface to the ``tdlib`` library, now also known as `treedec <https://gitlab.com/freetdi/treedec>`_, providing
88
92
  algorithms concerning tree decompositions.
@@ -1,9 +1,9 @@
1
- passagemath_tdlib-10.5.48.dist-info/RECORD,,
2
- passagemath_tdlib-10.5.48.dist-info/WHEEL,sha256=-TvmXr7RkWi8yvrRqFxryd6XtR7Yo2G6b8GHlU8MPnQ,137
3
- passagemath_tdlib-10.5.48.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
- passagemath_tdlib-10.5.48.dist-info/METADATA,sha256=eJ2I0INjrLN2r8Dys-tOXia3_w75MuJfFahjLqkLg8A,4212
5
- sage/all__sagemath_tdlib.py,sha256=xwEAp-3HSleZKAjcgudzEBoWekMyMSx7mY9lzHCETcU,44
1
+ passagemath_tdlib-10.6.25.dist-info/RECORD,,
2
+ passagemath_tdlib-10.6.25.dist-info/WHEEL,sha256=-TvmXr7RkWi8yvrRqFxryd6XtR7Yo2G6b8GHlU8MPnQ,137
3
+ passagemath_tdlib-10.6.25.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
+ passagemath_tdlib-10.6.25.dist-info/METADATA,sha256=ykkFGmImgDztdhJsZW0GnnTEE3nzcWH3rOO-LxUVElw,4498
5
+ sage/all__sagemath_tdlib.py,sha256=zag9UqFlkcjkiBCrkeLRFIXjnemsqnpTNJFfqQMezKE,64
6
6
  sage/graphs/all__sagemath_tdlib.py,sha256=xwEAp-3HSleZKAjcgudzEBoWekMyMSx7mY9lzHCETcU,44
7
- sage/graphs/graph_decompositions/tdlib.cpython-313-darwin.so,sha256=gD96ajQ0HqPmy6tgVVnWIy-ECs7th0-hp07tvt48SSY,344552
7
+ sage/graphs/graph_decompositions/tdlib.cpython-313-darwin.so,sha256=I1uyEwaOSQWeXHHG7BiIwCeMRI-M6S5AWHel6gECH0Y,345712
8
8
  sage/graphs/graph_decompositions/all__sagemath_tdlib.py,sha256=xwEAp-3HSleZKAjcgudzEBoWekMyMSx7mY9lzHCETcU,44
9
9
  sage/graphs/graph_decompositions/tdlib.pyx,sha256=O11Mem19-4WuyNAfnL_9ZLuWv_CKiO7SLyDlI94DQDo,5381
@@ -1 +1,2 @@
1
1
  # sage_setup: distribution = sagemath-tdlib
2
+ # delvewheel: patch