passagemath-plot 10.6.1rc10__cp311-cp311-macosx_14_0_arm64.whl → 10.6.8__cp311-cp311-macosx_14_0_arm64.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.
- {passagemath_plot-10.6.1rc10.dist-info → passagemath_plot-10.6.8.dist-info}/METADATA +36 -29
- {passagemath_plot-10.6.1rc10.dist-info → passagemath_plot-10.6.8.dist-info}/RECORD +13 -13
- passagemath_plot.dylibs/libopenblasp-r0.3.29.dylib +0 -0
- sage/plot/complex_plot.cpython-311-darwin.so +0 -0
- sage/plot/line.py +1 -1
- sage/plot/plot3d/base.cpython-311-darwin.so +0 -0
- sage/plot/plot3d/implicit_surface.cpython-311-darwin.so +0 -0
- sage/plot/plot3d/index_face_set.cpython-311-darwin.so +0 -0
- sage/plot/plot3d/parametric_surface.cpython-311-darwin.so +0 -0
- sage/plot/plot3d/shapes.cpython-311-darwin.so +0 -0
- sage/plot/plot3d/transform.cpython-311-darwin.so +0 -0
- {passagemath_plot-10.6.1rc10.dist-info → passagemath_plot-10.6.8.dist-info}/WHEEL +0 -0
- {passagemath_plot-10.6.1rc10.dist-info → passagemath_plot-10.6.8.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-plot
|
|
3
|
-
Version: 10.6.
|
|
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://
|
|
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
|
|
@@ -30,10 +30,11 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
|
30
30
|
Requires-Python: <3.14,>=3.10
|
|
31
31
|
Description-Content-Type: text/x-rst
|
|
32
32
|
Requires-Dist: gmpy2~=2.1.b999
|
|
33
|
+
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
33
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
34
35
|
Requires-Dist: memory_allocator
|
|
35
|
-
Requires-Dist: passagemath-categories
|
|
36
|
-
Requires-Dist: passagemath-modules
|
|
36
|
+
Requires-Dist: passagemath-categories~=10.6.8.0
|
|
37
|
+
Requires-Dist: passagemath-modules~=10.6.8.0
|
|
37
38
|
Requires-Dist: numpy>=1.19
|
|
38
39
|
Requires-Dist: numpy>=1.22.4
|
|
39
40
|
Requires-Dist: scipy>=1.5
|
|
@@ -49,7 +50,7 @@ Provides-Extra: matplotlib
|
|
|
49
50
|
Provides-Extra: playwright
|
|
50
51
|
Requires-Dist: playwright; extra == "playwright"
|
|
51
52
|
Provides-Extra: tachyon
|
|
52
|
-
Requires-Dist: passagemath-tachyon
|
|
53
|
+
Requires-Dist: passagemath-tachyon~=10.6.8.0; extra == "tachyon"
|
|
53
54
|
Provides-Extra: threejs
|
|
54
55
|
Provides-Extra: graphs
|
|
55
56
|
Requires-Dist: passagemath-graphs; extra == "graphs"
|
|
@@ -70,24 +71,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
70
71
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
71
72
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
72
73
|
|
|
73
|
-
The passagemath fork
|
|
74
|
-
|
|
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:
|
|
75
77
|
|
|
76
|
-
- providing modularized installation with pip,
|
|
77
|
-
project started in 2020 in the Sage
|
|
78
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
78
|
+
- providing modularized installation with pip,
|
|
79
79
|
- establishing first-class membership in the scientific Python
|
|
80
80
|
ecosystem,
|
|
81
81
|
- giving `clear attribution of upstream
|
|
82
82
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
83
83
|
- providing independently usable Python interfaces to upstream
|
|
84
84
|
libraries,
|
|
85
|
-
-
|
|
85
|
+
- offering `platform portability and integration testing
|
|
86
86
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
87
87
|
to upstream projects,
|
|
88
88
|
- inviting collaborations with upstream projects,
|
|
89
89
|
- `building a professional, respectful, inclusive
|
|
90
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,
|
|
91
93
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
92
94
|
serverless deployment with Javascript,
|
|
93
95
|
- developing a native Windows port.
|
|
@@ -95,13 +97,18 @@ goals:
|
|
|
95
97
|
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
|
96
98
|
available online.
|
|
97
99
|
|
|
98
|
-
passagemath attempts to support
|
|
99
|
-
|
|
100
|
-
virtualization.
|
|
100
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
101
|
+
all major Linux distributions and recent versions of macOS.
|
|
101
102
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
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.
|
|
105
112
|
|
|
106
113
|
|
|
107
114
|
About this pip-installable distribution package
|
|
@@ -114,15 +121,15 @@ It provides the namespace packages ``sage.plot`` and ``sage.plot.plot3d``, which
|
|
|
114
121
|
What is included
|
|
115
122
|
----------------
|
|
116
123
|
|
|
117
|
-
* `2D Graphics <https://
|
|
124
|
+
* `2D Graphics <https://passagemath.org/docs/latest/html/en/reference/plotting/index.html>`_
|
|
118
125
|
|
|
119
|
-
* Backend for 2D graphics: `matplotlib <https://
|
|
126
|
+
* Backend for 2D graphics: `matplotlib <https://passagemath.org/docs/latest/html/en/reference/spkg/matplotlib.html>`_
|
|
120
127
|
|
|
121
|
-
* `3D Graphics <https://
|
|
128
|
+
* `3D Graphics <https://passagemath.org/docs/latest/html/en/reference/plot3d/index.html>`_
|
|
122
129
|
|
|
123
|
-
* Backend for 3D graphics: `three.js <https://
|
|
130
|
+
* Backend for 3D graphics: `three.js <https://passagemath.org/docs/latest/html/en/reference/spkg/threejs.html>`_
|
|
124
131
|
|
|
125
|
-
* Interfaces: `Gnuplot <https://
|
|
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>`_
|
|
126
133
|
|
|
127
134
|
Examples
|
|
128
135
|
--------
|
|
@@ -143,21 +150,21 @@ Examples
|
|
|
143
150
|
Available as extras, from other distributions
|
|
144
151
|
---------------------------------------------
|
|
145
152
|
|
|
146
|
-
|
|
153
|
+
``pip install "passagemath-plot[graphs]"``
|
|
147
154
|
Graphs and networks: `sagemath-graphs <https://pypi.org/project/passagemath-graphs/>`_
|
|
148
155
|
|
|
149
|
-
|
|
150
|
-
Alternative backend for 3D graphics: `jupyter-jsmol <https://
|
|
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>`_
|
|
151
158
|
|
|
152
|
-
|
|
159
|
+
``pip install "passagemath-plot[playwright]"``
|
|
153
160
|
Screenshotting tool for saving 3D graphics as 2D image files: `playwright <https://pypi.org/project/playwright/>`_
|
|
154
161
|
|
|
155
|
-
|
|
162
|
+
``pip install "passagemath-plot[polyhedra]"``
|
|
156
163
|
Polyhedra in arbitrary dimension, plotting in dimensions 2, 3, 4: `passagemath-polyhedra <https://pypi.org/project/passagemath-polyhedra/>`_
|
|
157
164
|
|
|
158
|
-
|
|
165
|
+
``pip install "passagemath-plot[symbolics]"``
|
|
159
166
|
Defining and plotting symbolic functions and manifolds: `passagemath-symbolics <https://pypi.org/project/passagemath-symbolics/>`_
|
|
160
167
|
|
|
161
|
-
|
|
168
|
+
``pip install "passagemath-plot[tachyon]"``
|
|
162
169
|
Ray tracing system, needed for saving 3D graphics as 2D image files:
|
|
163
170
|
`passagemath-tachyon <https://pypi.org/project/passagemath-tachyon/>`_
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
passagemath_plot-10.6.1rc10.dist-info/RECORD,,
|
|
2
|
-
passagemath_plot-10.6.1rc10.dist-info/WHEEL,sha256=IDSs5FX6_bA_Je6GNgVyz6rcn2XC7t_ySnnLoSan-5o,136
|
|
3
|
-
passagemath_plot-10.6.1rc10.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
4
|
-
passagemath_plot-10.6.1rc10.dist-info/METADATA,sha256=I_WDSPvivx0YstEU_5WcblW8BAYlm8W3H6kUenzzS3w,7619
|
|
5
1
|
sage/all__sagemath_plot.py,sha256=481iDn0mWXqJgA5UcrqTRUnIWQs-uTEeouT23IngI9o,409
|
|
6
2
|
sage/plot/animate.py,sha256=lTFRdsPKS6pG2SLp_6SCc-JifRNr6VU6HxbPN5rRbjI,70208
|
|
7
3
|
sage/plot/graphics.py,sha256=WXVxjhG1iAYSUu4TAb1fz706H-8g_XPxTnGf95iAd38,144398
|
|
@@ -14,7 +10,7 @@ sage/plot/histogram.py,sha256=nQ_V3Z7mGQ3A755L4hZvWCGIwGhGZj_K_Z72EmDgC5s,15799
|
|
|
14
10
|
sage/plot/circle.py,sha256=R7ZwqU0fE0M9VE86TW1mpmfyaCFlmwQbjsEytnRL20I,14417
|
|
15
11
|
sage/plot/multigraphics.py,sha256=VnLqj-NLCOlbS6i5F3xnu7i6OGpgfoh4BI1zMLb2UbE,47763
|
|
16
12
|
sage/plot/contour_plot.py,sha256=0IpzApkHZz6riA8kOS0zK6Yf24jfz9X9U4tPWv3qA1o,65520
|
|
17
|
-
sage/plot/line.py,sha256=
|
|
13
|
+
sage/plot/line.py,sha256=WmM0DNOlcbliKRidzwnhyf-vvGiA2rr0cJSEC2CE6B4,22386
|
|
18
14
|
sage/plot/polygon.py,sha256=0kRIUVcpXHBIjIGcijrM6zfA_r-HEGEl5lR7hwfAtiw,19503
|
|
19
15
|
sage/plot/hyperbolic_regular_polygon.py,sha256=HspZ_q0WLesL2CqnKqMhFFnVQmXenzYZ84zom_s0Udc,11229
|
|
20
16
|
sage/plot/arrow.py,sha256=c1ODgg-2tr_GOy6pwNeS8Dpvo0J-CGVERG44zLxolso,25016
|
|
@@ -33,21 +29,21 @@ sage/plot/bar_chart.py,sha256=BozcZEQVjvs0BqfNDrs_Xc7xEGemsYRGaZI6UfBiPwk,6812
|
|
|
33
29
|
sage/plot/ellipse.py,sha256=b9h2MWha2T8RKa38FkhjqP-GkxoUY8uLSuwB3BwDe4o,12401
|
|
34
30
|
sage/plot/arc.py,sha256=fi4eUvVbAO1kAf_aRAg9mYoiGHhsTuYXdsRsdFiYt_I,15682
|
|
35
31
|
sage/plot/hyperbolic_arc.py,sha256=ktgr7r5V6d9vSBrfpmKej4uK5qVyIEFYcv8l-CUKGfg,13477
|
|
36
|
-
sage/plot/complex_plot.cpython-311-darwin.so,sha256=
|
|
32
|
+
sage/plot/complex_plot.cpython-311-darwin.so,sha256=nlLpd32fvCk9FT7aUFldL1E_me7xI6KtM0dx4w3RVAc,292944
|
|
37
33
|
sage/plot/colors.py,sha256=MuzjfFxTtSFjN3vcOETve2ApWA4zRVyH0ONdxgxbxdo,54236
|
|
38
34
|
sage/plot/plot3d/tachyon.py,sha256=6NhDtxJLA7pKqajMPD6wiDqSDvHjzx2XQru_Sto0XDg,64121
|
|
39
|
-
sage/plot/plot3d/shapes.cpython-311-darwin.so,sha256=
|
|
35
|
+
sage/plot/plot3d/shapes.cpython-311-darwin.so,sha256=8FXuWyi-3Qwo-Cyi8NgDiHBVEUTwHhn-6nvxN2BAWUg,322000
|
|
40
36
|
sage/plot/plot3d/point_c.pxi,sha256=bQ1fylTM7_9MKxJSYBfgejYmesPtHMgwJIg63gtH-Bo,5323
|
|
41
|
-
sage/plot/plot3d/parametric_surface.cpython-311-darwin.so,sha256=
|
|
37
|
+
sage/plot/plot3d/parametric_surface.cpython-311-darwin.so,sha256=N30npUyECmk_hh8mot-PRDyj6wsMKvFbYhfcn-J3G9M,204840
|
|
42
38
|
sage/plot/plot3d/plot3d.py,sha256=3Xn6zvYKJYrCKiy5T1Aj679ubgpniMNJB2AHx_eRQhM,51357
|
|
43
39
|
sage/plot/plot3d/parametric_surface.pxd,sha256=ndxjanAYFz52ZmDgpKUU4ffmVQqr3DLQxRX_ca2KKjI,422
|
|
44
|
-
sage/plot/plot3d/base.cpython-311-darwin.so,sha256=
|
|
40
|
+
sage/plot/plot3d/base.cpython-311-darwin.so,sha256=bDdlkrDxk7a3-a96aT5h-rRFl2Ve4h-yZQrOfPOYsko,769288
|
|
45
41
|
sage/plot/plot3d/shapes2.py,sha256=v_ovhC1YjaYPurYcNtJmXI3VB68dhlofKfNm7HAbbp8,52319
|
|
46
42
|
sage/plot/plot3d/shapes.pyx,sha256=fl8npQHv18v34UlIgd2Cfnt2m2iLIyFybmVfsct1DPA,46312
|
|
47
43
|
sage/plot/plot3d/index_face_set.pyx,sha256=rd56BUHe7UUw-EcEf66-BexLGcAOPQkfEQLDM70OLVA,68645
|
|
48
44
|
sage/plot/plot3d/tri_plot.py,sha256=f6hDyx1efO33WcPGVD1jGKj6PHWljUZa_ixH8U-p3xo,22144
|
|
49
|
-
sage/plot/plot3d/transform.cpython-311-darwin.so,sha256=
|
|
50
|
-
sage/plot/plot3d/index_face_set.cpython-311-darwin.so,sha256=
|
|
45
|
+
sage/plot/plot3d/transform.cpython-311-darwin.so,sha256=M8M49LCmODZ1BmDkDA2uzzi21jiWlxzY6NffZ857eD8,142592
|
|
46
|
+
sage/plot/plot3d/index_face_set.cpython-311-darwin.so,sha256=4HPsdHvxsvGygpPkvhB3RVVCZiEk1Ma7MdXBfdEL59E,427224
|
|
51
47
|
sage/plot/plot3d/base.pxd,sha256=gc7xaPPSKLMFCsdHV4IHZKMMtbSIImZJgcMIDq6Yb4U,311
|
|
52
48
|
sage/plot/plot3d/all.py,sha256=VQEDOUPexAypcU38cHUmmDK9Ixrvn8ybdz3g-oTjvs8,1097
|
|
53
49
|
sage/plot/plot3d/transform.pyx,sha256=KpczRrLzYDSmWbJviGrRMTkgEcWKTbHarWgchGxkfq8,10992
|
|
@@ -64,7 +60,7 @@ sage/plot/plot3d/shapes.pxd,sha256=bLkUjOjZDOzRQ15yP5Qr79UdGvgovcPk5eKOYhekWrU,4
|
|
|
64
60
|
sage/plot/plot3d/index_face_set.pxd,sha256=8gOTOz5_pF7RYyroS2a6O5lNFod2R_-t0CoVk1KWu3A,845
|
|
65
61
|
sage/plot/plot3d/parametric_surface.pyx,sha256=M_L8fhMGfkBrEbGK4imIfTQfkdk4JEtgpfOPHNfgK1o,32399
|
|
66
62
|
sage/plot/plot3d/plot_field3d.py,sha256=RD2eT_9-ztfLjQupCX0hSSvR6grvbaCSfHh2lN5HXWY,5856
|
|
67
|
-
sage/plot/plot3d/implicit_surface.cpython-311-darwin.so,sha256=
|
|
63
|
+
sage/plot/plot3d/implicit_surface.cpython-311-darwin.so,sha256=oQvzgL4B3NGIupfLxnymyf84yYS2O0YYMqEHK1JO1B0,307416
|
|
68
64
|
sage/plot/plot3d/revolution_plot3d.py,sha256=cs46i7fuhi31Q8MJIefyFigrg8vXDfd_EYvsC5hn2sM,10999
|
|
69
65
|
sage/ext_data/threejs/threejs-version.txt,sha256=QQZYGMALew4BPR1isjUIAXajGIrrEj_OVfm6qSWfBD0,5
|
|
70
66
|
sage/ext_data/threejs/animation.css,sha256=sTpP-9Fv_1lgOO7bFJSVkqfvMapNdLmf7wPlenYqmiQ,4821
|
|
@@ -77,7 +73,11 @@ sage/interfaces/gnuplot.py,sha256=cUS802FxNzmqzzskiMuNz_DhwT3ryXBy6biHTbjJeSo,58
|
|
|
77
73
|
sage/interfaces/jmoldata.py,sha256=nMNHGaRtAtQNlxagVpiTCu_FGihEH1AvxPiup8gqD2c,7791
|
|
78
74
|
sage/interfaces/povray.py,sha256=bEFIrp7hiyD_8x769vkzJKx2zgZbhIOn2ZV1O8I3qus,1415
|
|
79
75
|
passagemath_plot.dylibs/libgsl.28.dylib,sha256=6zXXht-IpylyFLcyCM2eprJ7LKhgQSIYgzyd06k9D3g,2618912
|
|
80
|
-
passagemath_plot.dylibs/libopenblasp-r0.3.29.dylib,sha256=
|
|
76
|
+
passagemath_plot.dylibs/libopenblasp-r0.3.29.dylib,sha256=Z5UIY-ZlujZ4214olmyY0IstOjpwKBx-fPUxETjjTUI,23828736
|
|
81
77
|
passagemath_plot.dylibs/libgfortran.5.dylib,sha256=RqjP1DzCh6GpDW6lNcVzAowMQeFwiFLcwv8-OYTZUlE,1951744
|
|
82
78
|
passagemath_plot.dylibs/libquadmath.0.dylib,sha256=R2FiHJd-Bgd8aCIv9xcQWyTbMM3bwAXuAo4YosDGp5w,363520
|
|
83
79
|
passagemath_plot.dylibs/libgcc_s.1.1.dylib,sha256=MOFPQN2DxQ37C0HbNX-l4jvMT4zcpQWes0mvmM945kk,221280
|
|
80
|
+
passagemath_plot-10.6.8.dist-info/RECORD,,
|
|
81
|
+
passagemath_plot-10.6.8.dist-info/WHEEL,sha256=IDSs5FX6_bA_Je6GNgVyz6rcn2XC7t_ySnnLoSan-5o,136
|
|
82
|
+
passagemath_plot-10.6.8.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
83
|
+
passagemath_plot-10.6.8.dist-info/METADATA,sha256=bEnb0IPqSqWGuxM82dOWyGbhuix5H6HXtuMzi_noHM8,8265
|
|
Binary file
|
|
Binary file
|
sage/plot/line.py
CHANGED
|
@@ -573,7 +573,7 @@ def line2d(points, **options):
|
|
|
573
573
|
|
|
574
574
|
A purple plot of the Hasse-Weil `L`-function `L(E, 1 + it)`, `-1 < t < 10`::
|
|
575
575
|
|
|
576
|
-
sage: # needs sage.schemes
|
|
576
|
+
sage: # needs lcalc sage.schemes
|
|
577
577
|
sage: E = EllipticCurve('37a')
|
|
578
578
|
sage: vals = E.lseries().values_along_line(1-I, 1+10*I, 100) # critical line
|
|
579
579
|
sage: L = [(z[1].real(), z[1].imag()) for z in vals]
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|