passagemath-plot 10.6.1rc14__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.

@@ -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/>`_
@@ -1,7 +1,3 @@
1
- passagemath_plot-10.6.1rc14.dist-info/RECORD,,
2
- passagemath_plot-10.6.1rc14.dist-info/WHEEL,sha256=IDSs5FX6_bA_Je6GNgVyz6rcn2XC7t_ySnnLoSan-5o,136
3
- passagemath_plot-10.6.1rc14.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
- passagemath_plot-10.6.1rc14.dist-info/METADATA,sha256=IMcuxfjKBrbEAIpCbn8Xx0xap8H-lCGmQAKF91a457E,7676
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
@@ -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=3jp424RabQ6u_Q4PW8vFHsPqKatNEla4-4HkOissLPI,292944
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=2QGR10xH5NdAS2Xw9uJFzQmP4Q74G9nybrKR3ryhHqs,322000
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=GWQNjJzaGRJdZiE6JvTyzhI00Nwqhp-WrKWjFrKFpAA,204840
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=rH6gkZvdWwzfjbr4Ig76yWvJzPwaf4nDVZNNTtGdQcs,769288
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=ZmGP84I6-jFM1cCGm3jfUpB-gzoLDCJhzSpSWEZ7pMc,142592
50
- sage/plot/plot3d/index_face_set.cpython-311-darwin.so,sha256=_Tq-pjhWWHPBl60xJaRYbLo8P-giQijDim0fDjV9Mr4,427224
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=hnGw5b88mZZm3EeqRFQtmnVrH2hDDh5AZmnaV-1Qod8,307416
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=MUXcAKce6B5QUmeCBwoiGw70ifg-yTqpyw6GORhhajc,23828736
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