passagemath-plot 10.6.30__cp310-cp310-musllinux_1_2_x86_64.whl → 10.6.31rc1__cp310-cp310-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.
- {passagemath_plot-10.6.30.dist-info → passagemath_plot-10.6.31rc1.dist-info}/METADATA +4 -4
- {passagemath_plot-10.6.30.dist-info → passagemath_plot-10.6.31rc1.dist-info}/RECORD +8 -8
- sage/plot/complex_plot.cpython-310-x86_64-linux-gnu.so +0 -0
- sage/plot/plot3d/implicit_surface.cpython-310-x86_64-linux-gnu.so +0 -0
- sage/plot/plot3d/index_face_set.cpython-310-x86_64-linux-gnu.so +0 -0
- sage/plot/plot3d/parametric_surface.cpython-310-x86_64-linux-gnu.so +0 -0
- {passagemath_plot-10.6.30.dist-info → passagemath_plot-10.6.31rc1.dist-info}/WHEEL +0 -0
- {passagemath_plot-10.6.30.dist-info → passagemath_plot-10.6.31rc1.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.31rc1
|
|
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
|
|
@@ -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
|
|
37
|
-
Requires-Dist: passagemath-modules
|
|
36
|
+
Requires-Dist: passagemath-categories==10.6.31rc1
|
|
37
|
+
Requires-Dist: passagemath-modules==10.6.31rc1
|
|
38
38
|
Requires-Dist: numpy>=1.19
|
|
39
39
|
Requires-Dist: numpy>=1.22.4
|
|
40
40
|
Requires-Dist: scipy>=1.5
|
|
@@ -52,7 +52,7 @@ Provides-Extra: matplotlib
|
|
|
52
52
|
Provides-Extra: playwright
|
|
53
53
|
Requires-Dist: playwright; extra == "playwright"
|
|
54
54
|
Provides-Extra: tachyon
|
|
55
|
-
Requires-Dist: passagemath-tachyon
|
|
55
|
+
Requires-Dist: passagemath-tachyon==10.6.31rc1; extra == "tachyon"
|
|
56
56
|
Provides-Extra: threejs
|
|
57
57
|
Provides-Extra: graphs
|
|
58
58
|
Requires-Dist: passagemath-graphs; extra == "graphs"
|
|
@@ -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-310-x86_64-linux-gnu.so,sha256=
|
|
20
|
+
sage/plot/complex_plot.cpython-310-x86_64-linux-gnu.so,sha256=4VM4m8P3TnTeRTUdgViSmI5OCmyQp2BkPhk4H8B_mB0,1265176
|
|
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
|
|
@@ -46,15 +46,15 @@ sage/plot/plot3d/base.cpython-310-x86_64-linux-gnu.so,sha256=76OztWeLMw__VteyEbv
|
|
|
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-310-x86_64-linux-gnu.so,sha256=
|
|
49
|
+
sage/plot/plot3d/implicit_surface.cpython-310-x86_64-linux-gnu.so,sha256=Fcu8mIdxZd5bK6jZjrtbh-_7kTcVwSCFyAVnbktSTZQ,1622392
|
|
50
50
|
sage/plot/plot3d/implicit_surface.pyx,sha256=D4XtsCOS9TL9B-rf4Ym5xofM171-_gA1YVU4FgYf7Jk,63746
|
|
51
|
-
sage/plot/plot3d/index_face_set.cpython-310-x86_64-linux-gnu.so,sha256=
|
|
51
|
+
sage/plot/plot3d/index_face_set.cpython-310-x86_64-linux-gnu.so,sha256=oI_8WYvLVDgj35i6hxbZ1s8J3bdYx_Nsr4-sLFlerUE,2360408
|
|
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-310-x86_64-linux-gnu.so,sha256=
|
|
57
|
+
sage/plot/plot3d/parametric_surface.cpython-310-x86_64-linux-gnu.so,sha256=dXtKBRiH9lS-UwWYrcBwsNJtrVhiUJqVEdzPF4He0C8,870160
|
|
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
|
|
@@ -72,7 +72,7 @@ sage/plot/plot3d/transform.cpython-310-x86_64-linux-gnu.so,sha256=yyuRYwrvW9A4lZ
|
|
|
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.
|
|
76
|
-
passagemath_plot-10.6.
|
|
77
|
-
passagemath_plot-10.6.
|
|
78
|
-
passagemath_plot-10.6.
|
|
75
|
+
passagemath_plot-10.6.31rc1.dist-info/METADATA,sha256=C36HJWg63NmaSQkFjn_iuupYF_rZ98A4l11P--dN90w,8212
|
|
76
|
+
passagemath_plot-10.6.31rc1.dist-info/WHEEL,sha256=YJPq7zroHSsdctrb_KymZ4ss41PkmaA9SD9TZzqKSX8,112
|
|
77
|
+
passagemath_plot-10.6.31rc1.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
78
|
+
passagemath_plot-10.6.31rc1.dist-info/RECORD,,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|