passagemath-plot 10.6.1rc14__cp313-cp313-musllinux_1_2_x86_64.whl → 10.6.8__cp313-cp313-musllinux_1_2_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-plot might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-plot
3
- Version: 10.6.1rc14
3
+ Version: 10.6.8
4
4
  Summary: passagemath: Plotting and graphics with Matplotlib, Three.JS, etc.
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
@@ -33,8 +33,8 @@ Requires-Dist: gmpy2~=2.1.b999
33
33
  Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
34
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
35
35
  Requires-Dist: memory_allocator
36
- Requires-Dist: passagemath-categories==10.6.1rc14
37
- Requires-Dist: passagemath-modules==10.6.1rc14
36
+ Requires-Dist: passagemath-categories~=10.6.8.0
37
+ Requires-Dist: passagemath-modules~=10.6.8.0
38
38
  Requires-Dist: numpy>=1.19
39
39
  Requires-Dist: numpy>=1.22.4
40
40
  Requires-Dist: scipy>=1.5
@@ -50,7 +50,7 @@ Provides-Extra: matplotlib
50
50
  Provides-Extra: playwright
51
51
  Requires-Dist: playwright; extra == "playwright"
52
52
  Provides-Extra: tachyon
53
- Requires-Dist: passagemath-tachyon==10.6.1rc14; extra == "tachyon"
53
+ Requires-Dist: passagemath-tachyon~=10.6.8.0; extra == "tachyon"
54
54
  Provides-Extra: threejs
55
55
  Provides-Extra: graphs
56
56
  Requires-Dist: passagemath-graphs; extra == "graphs"
@@ -71,24 +71,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
71
71
  developed 2005-2025 under the motto “Creating a Viable Open Source
72
72
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
73
73
 
74
- The passagemath fork was created in October 2024 with the following
75
- goals:
74
+ The passagemath fork uses the motto "Creating a Free Passage Between the
75
+ Scientific Python Ecosystem and Mathematical Software Communities."
76
+ It was created in October 2024 with the following goals:
76
77
 
77
- - providing modularized installation with pip, thus completing a `major
78
- project started in 2020 in the Sage
79
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
78
+ - providing modularized installation with pip,
80
79
  - establishing first-class membership in the scientific Python
81
80
  ecosystem,
82
81
  - giving `clear attribution of upstream
83
82
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
84
83
  - providing independently usable Python interfaces to upstream
85
84
  libraries,
86
- - providing `platform portability and integration testing
85
+ - offering `platform portability and integration testing
87
86
  services <https://github.com/passagemath/passagemath/issues/704>`__
88
87
  to upstream projects,
89
88
  - inviting collaborations with upstream projects,
90
89
  - `building a professional, respectful, inclusive
91
90
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
91
+ - `empowering Sage users to participate in the scientific Python ecosystem
92
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
92
93
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
93
94
  serverless deployment with Javascript,
94
95
  - developing a native Windows port.
@@ -96,13 +97,18 @@ goals:
96
97
  `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
97
98
  available online.
98
99
 
99
- passagemath attempts to support all major Linux distributions and recent versions of
100
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
101
- virtualization.
100
+ passagemath attempts to support and provides binary wheels suitable for
101
+ all major Linux distributions and recent versions of macOS.
102
102
 
103
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
104
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
105
- so compilation from source is triggered for those.
103
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing
104
+ wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
105
+
106
+ Binary wheels for native Windows (x86_64) are are available for a subset of
107
+ the passagemath distributions. Use of the full functionality of passagemath
108
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
109
+ or virtualization.
110
+
111
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
106
112
 
107
113
 
108
114
  About this pip-installable distribution package
@@ -115,15 +121,15 @@ It provides the namespace packages ``sage.plot`` and ``sage.plot.plot3d``, which
115
121
  What is included
116
122
  ----------------
117
123
 
118
- * `2D Graphics <https://doc.sagemath.org/html/en/reference/plotting/index.html>`_
124
+ * `2D Graphics <https://passagemath.org/docs/latest/html/en/reference/plotting/index.html>`_
119
125
 
120
- * Backend for 2D graphics: `matplotlib <https://doc.sagemath.org/html/en/reference/spkg/matplotlib.html>`_
126
+ * Backend for 2D graphics: `matplotlib <https://passagemath.org/docs/latest/html/en/reference/spkg/matplotlib.html>`_
121
127
 
122
- * `3D Graphics <https://doc.sagemath.org/html/en/reference/plot3d/index.html>`_
128
+ * `3D Graphics <https://passagemath.org/docs/latest/html/en/reference/plot3d/index.html>`_
123
129
 
124
- * Backend for 3D graphics: `three.js <https://doc.sagemath.org/html/en/reference/spkg/threejs.html>`_
130
+ * Backend for 3D graphics: `three.js <https://passagemath.org/docs/latest/html/en/reference/spkg/threejs.html>`_
125
131
 
126
- * Interfaces: `Gnuplot <https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/gnuplot.html>`_, `Jmol <https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/jmoldata.html>`_, `POV-Ray <https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/povray.html>`_, `Tachyon <https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/tachyon.html>`_
132
+ * Interfaces: `Gnuplot <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/gnuplot.html>`_, `Jmol <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/jmoldata.html>`_, `POV-Ray <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/povray.html>`_, `Tachyon <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/tachyon.html>`_
127
133
 
128
134
  Examples
129
135
  --------
@@ -144,21 +150,21 @@ Examples
144
150
  Available as extras, from other distributions
145
151
  ---------------------------------------------
146
152
 
147
- `pip install "passagemath-plot[graphs]"`
153
+ ``pip install "passagemath-plot[graphs]"``
148
154
  Graphs and networks: `sagemath-graphs <https://pypi.org/project/passagemath-graphs/>`_
149
155
 
150
- `pip install "passagemath-plot[jsmol]"`
151
- Alternative backend for 3D graphics: `jupyter-jsmol <https://doc.sagemath.org/html/en/reference/spkg/jupyter_jsmol.html>`_
156
+ ``pip install "passagemath-plot[jsmol]"``
157
+ Alternative backend for 3D graphics: `jupyter-jsmol <https://passagemath.org/docs/latest/html/en/reference/spkg/jupyter_jsmol.html>`_
152
158
 
153
- `pip install "passagemath-plot[playwright]"`
159
+ ``pip install "passagemath-plot[playwright]"``
154
160
  Screenshotting tool for saving 3D graphics as 2D image files: `playwright <https://pypi.org/project/playwright/>`_
155
161
 
156
- `pip install "passagemath-plot[polyhedra]"`
162
+ ``pip install "passagemath-plot[polyhedra]"``
157
163
  Polyhedra in arbitrary dimension, plotting in dimensions 2, 3, 4: `passagemath-polyhedra <https://pypi.org/project/passagemath-polyhedra/>`_
158
164
 
159
- `pip install "passagemath-plot[symbolics]"`
165
+ ``pip install "passagemath-plot[symbolics]"``
160
166
  Defining and plotting symbolic functions and manifolds: `passagemath-symbolics <https://pypi.org/project/passagemath-symbolics/>`_
161
167
 
162
- `pip install "passagemath-plot[tachyon]"`
168
+ ``pip install "passagemath-plot[tachyon]"``
163
169
  Ray tracing system, needed for saving 3D graphics as 2D image files:
164
170
  `passagemath-tachyon <https://pypi.org/project/passagemath-tachyon/>`_
@@ -17,7 +17,7 @@ sage/plot/bar_chart.py,sha256=BozcZEQVjvs0BqfNDrs_Xc7xEGemsYRGaZI6UfBiPwk,6812
17
17
  sage/plot/bezier_path.py,sha256=N1Tu9e-joHCEhmLT07D2N5GyHKRYkkUN2a3wyWzQsgs,15751
18
18
  sage/plot/circle.py,sha256=R7ZwqU0fE0M9VE86TW1mpmfyaCFlmwQbjsEytnRL20I,14417
19
19
  sage/plot/colors.py,sha256=MuzjfFxTtSFjN3vcOETve2ApWA4zRVyH0ONdxgxbxdo,54236
20
- sage/plot/complex_plot.cpython-313-x86_64-linux-musl.so,sha256=0ccE17NfCfRbMpl5cOaYb-eYR75XN_bAK0I6z1DT5bU,1478296
20
+ sage/plot/complex_plot.cpython-313-x86_64-linux-musl.so,sha256=f9Rf5qjjzVG_z883ghnLRgS8RaDb6bw00xukvK9UH2Y,1478264
21
21
  sage/plot/complex_plot.pyx,sha256=57sdzqsTdo84xQuBhdGJTJINXXM0SienJALpKXvd5tQ,54490
22
22
  sage/plot/contour_plot.py,sha256=0IpzApkHZz6riA8kOS0zK6Yf24jfz9X9U4tPWv3qA1o,65520
23
23
  sage/plot/density_plot.py,sha256=tGDWML6aFmMKJbz170toahxr1Gvw4dwIrIDXPg1AmXw,11003
@@ -42,19 +42,19 @@ sage/plot/step.py,sha256=NN6U-QDJjjfh9PDpPzhBFRaEpEB4oca7OU7vF6kE0a8,2932
42
42
  sage/plot/streamline_plot.py,sha256=oX6u-p4vcYYKjKxT2J8BkaNpA_tPzzk026ZBrZTzrh8,11837
43
43
  sage/plot/text.py,sha256=Nq4zNk-5ym916L7MMqpQePnK37AM9qf5AqxWmP_wjao,16187
44
44
  sage/plot/plot3d/all.py,sha256=VQEDOUPexAypcU38cHUmmDK9Ixrvn8ybdz3g-oTjvs8,1097
45
- sage/plot/plot3d/base.cpython-313-x86_64-linux-musl.so,sha256=apk_lUUgnddvmVxjCORR4W_Twmsvz5Mkwt3PZzJMc58,5495968
45
+ sage/plot/plot3d/base.cpython-313-x86_64-linux-musl.so,sha256=l-eL9DmxQZk7Gb7LtibZfK-8p1QmeRdiWtV8Je1yzcU,5495968
46
46
  sage/plot/plot3d/base.pxd,sha256=gc7xaPPSKLMFCsdHV4IHZKMMtbSIImZJgcMIDq6Yb4U,311
47
47
  sage/plot/plot3d/base.pyx,sha256=HQq9YtzAwXlBZJZ1CDKWbFlRps73pnmWAeEILUzrnrI,121289
48
48
  sage/plot/plot3d/implicit_plot3d.py,sha256=aNvtRebOEQNvhz_SGwQWIh9DvG7vaP0e_M7aZRZi0Uk,23247
49
- sage/plot/plot3d/implicit_surface.cpython-313-x86_64-linux-musl.so,sha256=TQUpbdzqJM1pwYcX6D60fnzuDLK-hb2AkRPMg7F359Y,1798488
49
+ sage/plot/plot3d/implicit_surface.cpython-313-x86_64-linux-musl.so,sha256=dPyfy9jOGf-bQ5bCfnELsA4LWKQ2C_fXEi4teDC-ik0,1798488
50
50
  sage/plot/plot3d/implicit_surface.pyx,sha256=D4XtsCOS9TL9B-rf4Ym5xofM171-_gA1YVU4FgYf7Jk,63746
51
- sage/plot/plot3d/index_face_set.cpython-313-x86_64-linux-musl.so,sha256=flSwIKpBYmYjAcNh6UqeDa1QXJ0YJoelG58IaNs3eWA,2695472
51
+ sage/plot/plot3d/index_face_set.cpython-313-x86_64-linux-musl.so,sha256=N-eiOSXF0LTsGh9x-ovGypTVQXT9_Xsc8HMpWRIHMVo,2695352
52
52
  sage/plot/plot3d/index_face_set.pxd,sha256=8gOTOz5_pF7RYyroS2a6O5lNFod2R_-t0CoVk1KWu3A,845
53
53
  sage/plot/plot3d/index_face_set.pyx,sha256=rd56BUHe7UUw-EcEf66-BexLGcAOPQkfEQLDM70OLVA,68645
54
54
  sage/plot/plot3d/introduction.py,sha256=FI3YFp9CW-cDmyEL7MCRr4b61b99slHyr0SXBE8QQTs,5373
55
55
  sage/plot/plot3d/list_plot3d.py,sha256=LqyP0cojmZ8VUyVnphN3LuMKgzR7pQWDMYA-73Pku4A,23044
56
56
  sage/plot/plot3d/parametric_plot3d.py,sha256=wsBkRi-pgg-xOlNmxyVWPshGtBHUfrO4Cq8nxwpzStg,40375
57
- sage/plot/plot3d/parametric_surface.cpython-313-x86_64-linux-musl.so,sha256=offHLMUSM6GYmv5UVvyrqhPtKvJJzEibT6oujVxv8K4,1021608
57
+ sage/plot/plot3d/parametric_surface.cpython-313-x86_64-linux-musl.so,sha256=wqZGT8AY1SmlnMTSX9mVRqk19hqwya05VAisTzKROWs,1021608
58
58
  sage/plot/plot3d/parametric_surface.pxd,sha256=ndxjanAYFz52ZmDgpKUU4ffmVQqr3DLQxRX_ca2KKjI,422
59
59
  sage/plot/plot3d/parametric_surface.pyx,sha256=M_L8fhMGfkBrEbGK4imIfTQfkdk4JEtgpfOPHNfgK1o,32399
60
60
  sage/plot/plot3d/platonic.py,sha256=4bTvD9LxE6mFVoPSpjwiIgG1IhpdzjBSxXpeFsSZOC8,17608
@@ -62,17 +62,17 @@ sage/plot/plot3d/plot3d.py,sha256=3Xn6zvYKJYrCKiy5T1Aj679ubgpniMNJB2AHx_eRQhM,51
62
62
  sage/plot/plot3d/plot_field3d.py,sha256=RD2eT_9-ztfLjQupCX0hSSvR6grvbaCSfHh2lN5HXWY,5856
63
63
  sage/plot/plot3d/point_c.pxi,sha256=bQ1fylTM7_9MKxJSYBfgejYmesPtHMgwJIg63gtH-Bo,5323
64
64
  sage/plot/plot3d/revolution_plot3d.py,sha256=cs46i7fuhi31Q8MJIefyFigrg8vXDfd_EYvsC5hn2sM,10999
65
- sage/plot/plot3d/shapes.cpython-313-x86_64-linux-musl.so,sha256=DgXOUyKKJZQ8hGRaH_7zMdWk4deRdTSK62_sBdzyMbs,2084208
65
+ sage/plot/plot3d/shapes.cpython-313-x86_64-linux-musl.so,sha256=TlfWcnvtGlwNTv-T3NYIMQbNEz6zgWgPPEdhJwWpy1c,2084208
66
66
  sage/plot/plot3d/shapes.pxd,sha256=bLkUjOjZDOzRQ15yP5Qr79UdGvgovcPk5eKOYhekWrU,447
67
67
  sage/plot/plot3d/shapes.pyx,sha256=fl8npQHv18v34UlIgd2Cfnt2m2iLIyFybmVfsct1DPA,46312
68
68
  sage/plot/plot3d/shapes2.py,sha256=v_ovhC1YjaYPurYcNtJmXI3VB68dhlofKfNm7HAbbp8,52319
69
69
  sage/plot/plot3d/tachyon.py,sha256=6NhDtxJLA7pKqajMPD6wiDqSDvHjzx2XQru_Sto0XDg,64121
70
70
  sage/plot/plot3d/texture.py,sha256=bXemkbS5XVxS7xloD1j0VvI3lKqllF8tksUk6VW5-Z8,14305
71
- sage/plot/plot3d/transform.cpython-313-x86_64-linux-musl.so,sha256=hCGtUIsbyAo9--fTneEI9EawBxzpZEL3DeR_nyBC0dg,751960
71
+ sage/plot/plot3d/transform.cpython-313-x86_64-linux-musl.so,sha256=fv1KRTgK08PXoT6b6ZHEx-g8tOHSx0HURArUVo67Itw,751960
72
72
  sage/plot/plot3d/transform.pxd,sha256=K2Xen9PRuXw_cUWACL1enn2rTHPJgACHMFFd2ITfr5I,549
73
73
  sage/plot/plot3d/transform.pyx,sha256=KpczRrLzYDSmWbJviGrRMTkgEcWKTbHarWgchGxkfq8,10992
74
74
  sage/plot/plot3d/tri_plot.py,sha256=f6hDyx1efO33WcPGVD1jGKj6PHWljUZa_ixH8U-p3xo,22144
75
- passagemath_plot-10.6.1rc14.dist-info/METADATA,sha256=IMcuxfjKBrbEAIpCbn8Xx0xap8H-lCGmQAKF91a457E,7676
76
- passagemath_plot-10.6.1rc14.dist-info/WHEEL,sha256=4VbEOkf4fdBUBHdV24POjoH-zuik_eIDLSImZZCAQpQ,112
77
- passagemath_plot-10.6.1rc14.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
78
- passagemath_plot-10.6.1rc14.dist-info/RECORD,,
75
+ passagemath_plot-10.6.8.dist-info/METADATA,sha256=bEnb0IPqSqWGuxM82dOWyGbhuix5H6HXtuMzi_noHM8,8265
76
+ passagemath_plot-10.6.8.dist-info/WHEEL,sha256=4VbEOkf4fdBUBHdV24POjoH-zuik_eIDLSImZZCAQpQ,112
77
+ passagemath_plot-10.6.8.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
78
+ passagemath_plot-10.6.8.dist-info/RECORD,,