passagemath-sirocco 10.5.2__cp311-cp311-macosx_13_0_x86_64.whl → 10.6.41__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.
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-sirocco
2
+
3
+ from sage.all__sagemath_sirocco import *
@@ -0,0 +1,124 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-sirocco
3
+ Version: 10.6.41
4
+ Summary: passagemath: Certified root continuation with sirocco
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-or-later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
+ Requires-Python: <3.15,>=3.10
31
+ Description-Content-Type: text/x-rst
32
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
33
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
+ Requires-Dist: passagemath-modules~=10.6.41.0
35
+ Provides-Extra: test
36
+ Requires-Dist: passagemath-combinat; extra == "test"
37
+ Requires-Dist: passagemath-graphs; extra == "test"
38
+ Requires-Dist: passagemath-groups; extra == "test"
39
+ Requires-Dist: passagemath-polyhedra; extra == "test"
40
+ Requires-Dist: passagemath-repl; extra == "test"
41
+ Requires-Dist: passagemath-schemes; extra == "test"
42
+
43
+ ==================================================================================
44
+ passagemath: Certified root continuation with sirocco
45
+ ==================================================================================
46
+
47
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
48
+ source mathematical software in Python, released under the GNU General
49
+ Public Licence GPLv2+.
50
+
51
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
52
+ developed 2005-2025 under the motto “Creating a Viable Open Source
53
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
54
+
55
+ The passagemath fork uses the motto "Creating a Free Passage Between the
56
+ Scientific Python Ecosystem and Mathematical Software Communities."
57
+ It was created in October 2024 with the following goals:
58
+
59
+ - providing modularized installation with pip,
60
+ - establishing first-class membership in the scientific Python
61
+ ecosystem,
62
+ - giving `clear attribution of upstream
63
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
64
+ - providing independently usable Python interfaces to upstream
65
+ libraries,
66
+ - offering `platform portability and integration testing
67
+ services <https://github.com/passagemath/passagemath/issues/704>`__
68
+ to upstream projects,
69
+ - inviting collaborations with upstream projects,
70
+ - `building a professional, respectful, inclusive
71
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
72
+ - `empowering Sage users to participate in the scientific Python ecosystem
73
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
74
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
75
+ serverless deployment with Javascript,
76
+ - developing a native Windows port.
77
+
78
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
79
+ available online.
80
+
81
+ passagemath attempts to support and provides binary wheels suitable for
82
+ all major Linux distributions and recent versions of macOS.
83
+
84
+ Binary wheels for native Windows (x86_64) are are available for a subset of
85
+ the passagemath distributions. Use of the full functionality of passagemath
86
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
87
+ or virtualization.
88
+
89
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
90
+
91
+
92
+ About this pip-installable distribution package
93
+ -----------------------------------------------
94
+
95
+ This pip-installable distribution ``passagemath-sirocco`` provides a Cython interface
96
+ to the `sirocco <https://github.com/miguelmarco/SIROCCO2>`_ library for computing
97
+ topologically certified root continuation of bivariate polynomials.
98
+
99
+
100
+ What is included
101
+ ----------------
102
+
103
+ * `sage.libs.sirocco <https://github.com/passagemath/passagemath/blob/main/src/sage/libs/sirocco.pyx>`_
104
+
105
+
106
+ Examples
107
+ --------
108
+
109
+ ::
110
+
111
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-sirocco[test]" ipython
112
+
113
+ In [1]: from passagemath_sirocco import *
114
+
115
+ In [2]: from sage.libs.sirocco import contpath
116
+
117
+ In [3]: pol = list(map(RR,[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]))
118
+
119
+ In [4]: contpath(2, pol, RR(0), RR(0))
120
+ Out[4]:
121
+ [(0.0, 0.0, 0.0),
122
+ (0.3535533905932738, -0.12500000000000003, 0.0),
123
+ (0.7071067811865476, -0.5000000000000001, 0.0),
124
+ (1.0, -1.0, 0.0)]
@@ -0,0 +1,12 @@
1
+ passagemath_sirocco-10.6.41.dist-info/RECORD,,
2
+ passagemath_sirocco-10.6.41.dist-info/WHEEL,sha256=wlOID7aumVp4ANpc7b_jjphnWw6TfTPEII6z8zgq67I,154
3
+ passagemath_sirocco-10.6.41.dist-info/top_level.txt,sha256=WaBfhxtou-FhXK710boiIi1wnus0aQ5K02SO4T3yCrg,26
4
+ passagemath_sirocco-10.6.41.dist-info/METADATA,sha256=XvklrhaatEAWxQsc8Uz1L7gfRZK7sogAZ3gFdP0Q-TU,5401
5
+ passagemath_sirocco/__init__.py,sha256=13fj3jvtMS6cIdUTHWR6olfV09gKD0e2Wi5JIMSxNik,88
6
+ passagemath_sirocco/.dylibs/libgmp.10.dylib,sha256=3gZLlmh46b7M66MbRtnJRyeyZTWVot1LFBCkoybABUA,488712
7
+ passagemath_sirocco/.dylibs/libmpfr.6.dylib,sha256=OIhUMaY-7wDA4oIMu2xb9oBWQwoQt-eRlelpay9g6m4,465224
8
+ passagemath_sirocco/.dylibs/libsirocco.0.0.0.dylib,sha256=BC_Y6mFVZXMAAAWXIbW0lhaSimrH6BBCavn_KYh317U,236856
9
+ sage/all__sagemath_sirocco.py,sha256=DETVlVgWYtPIsdw2wOM9oqCp-RfID9ymRYZCbm70-io,188
10
+ sage/libs/sirocco.pyx,sha256=SX_40zdJcrptjAArU19WaB7QLIT6DGPs6I9V9x2pz-Y,11171
11
+ sage/libs/sirocco.cpython-311-darwin.so,sha256=3lKY3V4y_Ai8dVF0yjMA7YbCS2QgeLvBmsG7ZwMYhqI,102688
12
+ sage/libs/all__sagemath_sirocco.py,sha256=BnLb9I-8oMsUKI5uRle_hxp92wdAAez3PgwDyMK-KRc,46
@@ -1,5 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
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.1.dev42+ga0af70b54
5
6
 
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_sirocco
3
+ sage
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-sirocco
2
+ # delvewheel: patch
2
3
 
3
4
  try:
4
5
  from sage.all__sagemath_schemes import *
Binary file
sage/libs/sirocco.pyx CHANGED
@@ -1,4 +1,4 @@
1
- #cython: boundscheck=False, wraparound=False
1
+ # cython: boundscheck=False, wraparound=False
2
2
  # distutils: libraries = sirocco
3
3
  # distutils: language = c++
4
4
  # sage_setup: distribution = sagemath-sirocco
@@ -1,95 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: passagemath-sirocco
3
- Version: 10.5.2
4
- Summary: passagemath: Certified root continuation with sirocco
5
- Author-email: The Sage Developers <sage-support@googlegroups.com>
6
- Maintainer: Matthias Köppe, passagemath contributors
7
- License: GNU General Public License (GPL) v2 or later
8
- Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
- Project-URL: repo (upstream), https://github.com/sagemath/sage
10
- Project-URL: repo, https://github.com/passagemath/passagemath
11
- Project-URL: documentation, https://doc.sagemath.org
12
- Project-URL: homepage (upstream), https://www.sagemath.org
13
- Project-URL: discourse, https://passagemath.discourse.group
14
- Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
- Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
- Classifier: Development Status :: 6 - Mature
17
- Classifier: Intended Audience :: Education
18
- Classifier: Intended Audience :: Science/Research
19
- Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
20
- Classifier: Operating System :: POSIX
21
- Classifier: Operating System :: MacOS :: MacOS X
22
- Classifier: Programming Language :: Python :: 3 :: Only
23
- Classifier: Programming Language :: Python :: 3.9
24
- Classifier: Programming Language :: Python :: 3.10
25
- Classifier: Programming Language :: Python :: 3.11
26
- Classifier: Programming Language :: Python :: 3.12
27
- Classifier: Programming Language :: Python :: Implementation :: CPython
28
- Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.13,>=3.9
30
- Description-Content-Type: text/x-rst
31
- Requires-Dist: cysignals>=1.10.2
32
- Requires-Dist: cysignals<1.12,>=1.10.2
33
- Requires-Dist: passagemath-modules~=10.5.2.0
34
- Provides-Extra: test
35
- Requires-Dist: passagemath-combinat; extra == "test"
36
- Requires-Dist: passagemath-graphs; extra == "test"
37
- Requires-Dist: passagemath-groups; extra == "test"
38
- Requires-Dist: passagemath-polyhedra; extra == "test"
39
- Requires-Dist: passagemath-repl; extra == "test"
40
- Requires-Dist: passagemath-schemes; extra == "test"
41
-
42
- ==================================================================================
43
- passagemath: Certified root continuation with sirocco
44
- ==================================================================================
45
-
46
- About SageMath
47
- --------------
48
-
49
- "Creating a Viable Open Source Alternative to
50
- Magma, Maple, Mathematica, and MATLAB"
51
-
52
- Copyright (C) 2005-2024 The Sage Development Team
53
-
54
- https://www.sagemath.org
55
-
56
- SageMath fully supports all major Linux distributions, recent versions of
57
- macOS, and Windows (Windows Subsystem for Linux).
58
-
59
- See https://doc.sagemath.org/html/en/installation/index.html
60
- for general installation instructions.
61
-
62
-
63
- About this pip-installable distribution
64
- ---------------------------------------
65
-
66
- This pip-installable distribution ``passagemath-sirocco`` provides a Cython interface
67
- to the `sirocco <https://github.com/miguelmarco/SIROCCO2>`_ library for computing
68
- topologically certified root continuation of bivariate polynomials.
69
-
70
-
71
- What is included
72
- ----------------
73
-
74
- * `sage.libs.sirocco <https://github.com/passagemath/passagemath/blob/main/src/sage/libs/sirocco.pyx>`_
75
-
76
-
77
- Examples
78
- --------
79
-
80
- ::
81
-
82
- $ pipx run --pip-args="--prefer-binary" --spec "passagemath-sirocco[test]" ipython
83
-
84
- In [1]: from sage.all__sagemath_sirocco import *
85
-
86
- In [2]: from sage.libs.sirocco import contpath
87
-
88
- In [3]: pol = list(map(RR,[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]))
89
-
90
- In [4]: contpath(2, pol, RR(0), RR(0))
91
- Out[4]:
92
- [(0.0, 0.0, 0.0),
93
- (0.3535533905932738, -0.12500000000000003, 0.0),
94
- (0.7071067811865476, -0.5000000000000001, 0.0),
95
- (1.0, -1.0, 0.0)]
@@ -1,11 +0,0 @@
1
- passagemath_sirocco.dylibs/libsirocco.0.dylib,sha256=zIAwsbXPpk2UxLP89JVqaUH2KRno5T-J1HkOWaE3gto,268336
2
- passagemath_sirocco.dylibs/libgmp.10.dylib,sha256=Oh5VbJrWgH9o7_o2bp7FdEyEpef6PXUrGGTj3KKcTlc,724176
3
- passagemath_sirocco.dylibs/libmpfr.6.dylib,sha256=mHsHAH-vV90aBqLxbCbRs36w9ABfFJJPAG0QfJmWEzg,598704
4
- passagemath_sirocco-10.5.2.dist-info/RECORD,,
5
- passagemath_sirocco-10.5.2.dist-info/WHEEL,sha256=te1-8Xhnu3DodWmHvZ3Kz27BbK0S8AxwLhMPcjS_OmU,110
6
- passagemath_sirocco-10.5.2.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
7
- passagemath_sirocco-10.5.2.dist-info/METADATA,sha256=VDPq_NVPiwNM69SrGxuqSjb_gCYsRQ8-XY101wdu2ro,3686
8
- sage/all__sagemath_sirocco.py,sha256=dOSZkVBlAvSafx2IYY1n7lipWwoLMj0vLAY1glC7x2s,168
9
- sage/libs/sirocco.pyx,sha256=DZ7s-2kOwAtUPOVfIgvp7719ZXz1sSHXmDlOTMr7pg4,11170
10
- sage/libs/sirocco.cpython-311-darwin.so,sha256=lXe4vt1Y1akEFCEteh4Mde_TPubADwFGbll1tC5Wxy0,145152
11
- sage/libs/all__sagemath_sirocco.py,sha256=BnLb9I-8oMsUKI5uRle_hxp92wdAAez3PgwDyMK-KRc,46
@@ -1,2 +0,0 @@
1
-
2
- sage
Binary file
Binary file