passagemath-plot 10.6.9__tar.gz → 10.6.10__tar.gz

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.

Files changed (84) hide show
  1. {passagemath_plot-10.6.9/passagemath_plot.egg-info → passagemath_plot-10.6.10}/PKG-INFO +5 -8
  2. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/README.rst +1 -4
  3. passagemath_plot-10.6.10/VERSION.txt +1 -0
  4. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10/passagemath_plot.egg-info}/PKG-INFO +5 -8
  5. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/passagemath_plot.egg-info/requires.txt +3 -3
  6. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/pyproject.toml +8 -8
  7. passagemath_plot-10.6.9/VERSION.txt +0 -1
  8. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/MANIFEST.in +0 -0
  9. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/passagemath_plot.egg-info/SOURCES.txt +0 -0
  10. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/passagemath_plot.egg-info/dependency_links.txt +0 -0
  11. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/passagemath_plot.egg-info/top_level.txt +0 -0
  12. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/all__sagemath_plot.py +0 -0
  13. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/ext_data/graphs/graph_plot_js.html +0 -0
  14. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/ext_data/threejs/animation.css +0 -0
  15. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/ext_data/threejs/animation.html +0 -0
  16. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/ext_data/threejs/animation.js +0 -0
  17. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/ext_data/threejs/fat_lines.js +0 -0
  18. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/ext_data/threejs/threejs-version.txt +0 -0
  19. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/ext_data/threejs/threejs_template.html +0 -0
  20. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/interfaces/all__sagemath_plot.py +0 -0
  21. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/interfaces/gnuplot.py +0 -0
  22. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/interfaces/jmoldata.py +0 -0
  23. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/interfaces/povray.py +0 -0
  24. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/all.py +0 -0
  25. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/animate.py +0 -0
  26. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/arc.py +0 -0
  27. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/arrow.py +0 -0
  28. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/bar_chart.py +0 -0
  29. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/bezier_path.py +0 -0
  30. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/circle.py +0 -0
  31. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/colors.py +0 -0
  32. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/complex_plot.pyx +0 -0
  33. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/contour_plot.py +0 -0
  34. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/density_plot.py +0 -0
  35. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/disk.py +0 -0
  36. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/ellipse.py +0 -0
  37. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/graphics.py +0 -0
  38. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/histogram.py +0 -0
  39. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/hyperbolic_arc.py +0 -0
  40. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/hyperbolic_polygon.py +0 -0
  41. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/hyperbolic_regular_polygon.py +0 -0
  42. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/line.py +0 -0
  43. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/matrix_plot.py +0 -0
  44. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/meson.build +0 -0
  45. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/misc.py +0 -0
  46. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/multigraphics.py +0 -0
  47. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot.py +0 -0
  48. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/all.py +0 -0
  49. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/base.pxd +0 -0
  50. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/base.pyx +0 -0
  51. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/bugs.txt +0 -0
  52. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/implicit_plot3d.py +0 -0
  53. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/implicit_surface.pyx +0 -0
  54. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/index_face_set.pxd +0 -0
  55. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/index_face_set.pyx +0 -0
  56. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/introduction.py +0 -0
  57. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/list_plot3d.py +0 -0
  58. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/meson.build +0 -0
  59. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/parametric_plot3d.py +0 -0
  60. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/parametric_surface.pxd +0 -0
  61. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/parametric_surface.pyx +0 -0
  62. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/platonic.py +0 -0
  63. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/plot3d.py +0 -0
  64. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/plot_field3d.py +0 -0
  65. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/point_c.pxi +0 -0
  66. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/revolution_plot3d.py +0 -0
  67. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/shapes.pxd +0 -0
  68. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/shapes.pyx +0 -0
  69. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/shapes2.py +0 -0
  70. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/tachyon.py +0 -0
  71. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/texture.py +0 -0
  72. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/transform.pxd +0 -0
  73. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/transform.pyx +0 -0
  74. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot3d/tri_plot.py +0 -0
  75. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/plot_field.py +0 -0
  76. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/point.py +0 -0
  77. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/polygon.py +0 -0
  78. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/primitive.py +0 -0
  79. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/scatter_plot.py +0 -0
  80. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/step.py +0 -0
  81. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/streamline_plot.py +0 -0
  82. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/sage/plot/text.py +0 -0
  83. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/setup.cfg +0 -0
  84. {passagemath_plot-10.6.9 → passagemath_plot-10.6.10}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-plot
3
- Version: 10.6.9
3
+ Version: 10.6.10
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~=10.6.9.0
37
- Requires-Dist: passagemath-modules~=10.6.9.0
36
+ Requires-Dist: passagemath-categories~=10.6.10.0
37
+ Requires-Dist: passagemath-modules~=10.6.10.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.9.0; extra == "tachyon"
53
+ Requires-Dist: passagemath-tachyon~=10.6.10.0; extra == "tachyon"
54
54
  Provides-Extra: threejs
55
55
  Provides-Extra: graphs
56
56
  Requires-Dist: passagemath-graphs; extra == "graphs"
@@ -94,15 +94,12 @@ It was created in October 2024 with the following goals:
94
94
  serverless deployment with Javascript,
95
95
  - developing a native Windows port.
96
96
 
97
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
97
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
98
98
  available online.
99
99
 
100
100
  passagemath attempts to support and provides binary wheels suitable for
101
101
  all major Linux distributions and recent versions of macOS.
102
102
 
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
103
  Binary wheels for native Windows (x86_64) are are available for a subset of
107
104
  the passagemath distributions. Use of the full functionality of passagemath
108
105
  on Windows currently requires the use of Windows Subsystem for Linux (WSL)
@@ -33,15 +33,12 @@ It was created in October 2024 with the following goals:
33
33
  serverless deployment with Javascript,
34
34
  - developing a native Windows port.
35
35
 
36
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
36
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
37
37
  available online.
38
38
 
39
39
  passagemath attempts to support and provides binary wheels suitable for
40
40
  all major Linux distributions and recent versions of macOS.
41
41
 
42
- For the Linux aarch64 (ARM) platform, some third-party packages are still missing
43
- 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>`__.
44
-
45
42
  Binary wheels for native Windows (x86_64) are are available for a subset of
46
43
  the passagemath distributions. Use of the full functionality of passagemath
47
44
  on Windows currently requires the use of Windows Subsystem for Linux (WSL)
@@ -0,0 +1 @@
1
+ 10.6.10
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-plot
3
- Version: 10.6.9
3
+ Version: 10.6.10
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~=10.6.9.0
37
- Requires-Dist: passagemath-modules~=10.6.9.0
36
+ Requires-Dist: passagemath-categories~=10.6.10.0
37
+ Requires-Dist: passagemath-modules~=10.6.10.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.9.0; extra == "tachyon"
53
+ Requires-Dist: passagemath-tachyon~=10.6.10.0; extra == "tachyon"
54
54
  Provides-Extra: threejs
55
55
  Provides-Extra: graphs
56
56
  Requires-Dist: passagemath-graphs; extra == "graphs"
@@ -94,15 +94,12 @@ It was created in October 2024 with the following goals:
94
94
  serverless deployment with Javascript,
95
95
  - developing a native Windows port.
96
96
 
97
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
97
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
98
98
  available online.
99
99
 
100
100
  passagemath attempts to support and provides binary wheels suitable for
101
101
  all major Linux distributions and recent versions of macOS.
102
102
 
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
103
  Binary wheels for native Windows (x86_64) are are available for a subset of
107
104
  the passagemath distributions. Use of the full functionality of passagemath
108
105
  on Windows currently requires the use of Windows Subsystem for Linux (WSL)
@@ -1,8 +1,8 @@
1
1
  gmpy2~=2.1.b999
2
2
  cysignals!=1.12.0,>=1.11.2
3
3
  memory_allocator
4
- passagemath-categories~=10.6.9.0
5
- passagemath-modules~=10.6.9.0
4
+ passagemath-categories~=10.6.10.0
5
+ passagemath-modules~=10.6.10.0
6
6
  numpy>=1.19
7
7
  numpy>=1.22.4
8
8
  scipy>=1.5
@@ -31,7 +31,7 @@ passagemath-polyhedra
31
31
  passagemath-symbolics
32
32
 
33
33
  [tachyon]
34
- passagemath-tachyon~=10.6.9.0
34
+ passagemath-tachyon~=10.6.10.0
35
35
 
36
36
  [test]
37
37
  passagemath-plot[tachyon]
@@ -2,12 +2,12 @@
2
2
  # Minimum requirements for the build system to execute.
3
3
  requires = [
4
4
  'setuptools >= 77.0.0',
5
- 'passagemath-conf ~= 10.6.9.0 ; sys_platform != "win32"',
6
- 'passagemath-setup ~= 10.6.9.0',
5
+ 'passagemath-conf ~= 10.6.10.0 ; sys_platform != "win32"',
6
+ 'passagemath-setup ~= 10.6.10.0',
7
7
  'pkgconfig',
8
- 'passagemath-environment ~= 10.6.9.0',
9
- 'passagemath-categories ~= 10.6.9.0',
10
- 'passagemath-modules ~= 10.6.9.0',
8
+ 'passagemath-environment ~= 10.6.10.0',
9
+ 'passagemath-categories ~= 10.6.10.0',
10
+ 'passagemath-modules ~= 10.6.10.0',
11
11
  'numpy >=1.19', 'numpy >=1.22.4',
12
12
  'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
13
13
  'gmpy2 ~=2.1.b999',
@@ -23,8 +23,8 @@ dependencies = [
23
23
  'gmpy2 ~=2.1.b999',
24
24
  'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
25
25
  'memory_allocator',
26
- 'passagemath-categories ~= 10.6.9.0',
27
- 'passagemath-modules ~= 10.6.9.0',
26
+ 'passagemath-categories ~= 10.6.10.0',
27
+ 'passagemath-modules ~= 10.6.10.0',
28
28
  'numpy >=1.19', 'numpy >=1.22.4',
29
29
  'scipy >=1.5',
30
30
  'pillow >=7.2.0',
@@ -80,7 +80,7 @@ test = [
80
80
  jsmol = ['jupyter-jsmol',]
81
81
  matplotlib = [] # no extra needed
82
82
  playwright = ['playwright',]
83
- tachyon = ['passagemath-tachyon ~= 10.6.9.0',]
83
+ tachyon = ['passagemath-tachyon ~= 10.6.10.0',]
84
84
  threejs = [] # no extra needed
85
85
 
86
86
  # extras by other features
@@ -1 +0,0 @@
1
- 10.6.9