passagemath-plot 10.6.1rc14__tar.gz → 10.6.2__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.1rc14/passagemath_plot.egg-info → passagemath_plot-10.6.2}/PKG-INFO +35 -29
  2. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/README.rst +30 -24
  3. passagemath_plot-10.6.2/VERSION.txt +1 -0
  4. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2/passagemath_plot.egg-info}/PKG-INFO +35 -29
  5. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/passagemath_plot.egg-info/requires.txt +3 -3
  6. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/pyproject.toml +9 -8
  7. passagemath_plot-10.6.1rc14/VERSION.txt +0 -1
  8. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/MANIFEST.in +0 -0
  9. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/passagemath_plot.egg-info/SOURCES.txt +0 -0
  10. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/passagemath_plot.egg-info/dependency_links.txt +0 -0
  11. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/passagemath_plot.egg-info/top_level.txt +0 -0
  12. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/all__sagemath_plot.py +0 -0
  13. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/ext_data/graphs/graph_plot_js.html +0 -0
  14. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/ext_data/threejs/animation.css +0 -0
  15. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/ext_data/threejs/animation.html +0 -0
  16. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/ext_data/threejs/animation.js +0 -0
  17. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/ext_data/threejs/fat_lines.js +0 -0
  18. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/ext_data/threejs/threejs-version.txt +0 -0
  19. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/ext_data/threejs/threejs_template.html +0 -0
  20. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/interfaces/all__sagemath_plot.py +0 -0
  21. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/interfaces/gnuplot.py +0 -0
  22. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/interfaces/jmoldata.py +0 -0
  23. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/interfaces/povray.py +0 -0
  24. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/all.py +0 -0
  25. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/animate.py +0 -0
  26. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/arc.py +0 -0
  27. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/arrow.py +0 -0
  28. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/bar_chart.py +0 -0
  29. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/bezier_path.py +0 -0
  30. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/circle.py +0 -0
  31. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/colors.py +0 -0
  32. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/complex_plot.pyx +0 -0
  33. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/contour_plot.py +0 -0
  34. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/density_plot.py +0 -0
  35. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/disk.py +0 -0
  36. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/ellipse.py +0 -0
  37. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/graphics.py +0 -0
  38. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/histogram.py +0 -0
  39. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/hyperbolic_arc.py +0 -0
  40. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/hyperbolic_polygon.py +0 -0
  41. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/hyperbolic_regular_polygon.py +0 -0
  42. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/line.py +0 -0
  43. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/matrix_plot.py +0 -0
  44. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/meson.build +0 -0
  45. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/misc.py +0 -0
  46. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/multigraphics.py +0 -0
  47. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot.py +0 -0
  48. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/all.py +0 -0
  49. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/base.pxd +0 -0
  50. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/base.pyx +0 -0
  51. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/bugs.txt +0 -0
  52. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/implicit_plot3d.py +0 -0
  53. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/implicit_surface.pyx +0 -0
  54. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/index_face_set.pxd +0 -0
  55. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/index_face_set.pyx +0 -0
  56. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/introduction.py +0 -0
  57. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/list_plot3d.py +0 -0
  58. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/meson.build +0 -0
  59. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/parametric_plot3d.py +0 -0
  60. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/parametric_surface.pxd +0 -0
  61. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/parametric_surface.pyx +0 -0
  62. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/platonic.py +0 -0
  63. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/plot3d.py +0 -0
  64. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/plot_field3d.py +0 -0
  65. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/point_c.pxi +0 -0
  66. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/revolution_plot3d.py +0 -0
  67. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/shapes.pxd +0 -0
  68. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/shapes.pyx +0 -0
  69. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/shapes2.py +0 -0
  70. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/tachyon.py +0 -0
  71. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/texture.py +0 -0
  72. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/transform.pxd +0 -0
  73. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/transform.pyx +0 -0
  74. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot3d/tri_plot.py +0 -0
  75. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/plot_field.py +0 -0
  76. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/point.py +0 -0
  77. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/polygon.py +0 -0
  78. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/primitive.py +0 -0
  79. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/scatter_plot.py +0 -0
  80. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/step.py +0 -0
  81. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/streamline_plot.py +0 -0
  82. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/sage/plot/text.py +0 -0
  83. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/setup.cfg +0 -0
  84. {passagemath_plot-10.6.1rc14 → passagemath_plot-10.6.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-plot
3
- Version: 10.6.1rc14
3
+ Version: 10.6.2
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.2.0
37
+ Requires-Dist: passagemath-modules~=10.6.2.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.2.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/>`_
@@ -10,24 +10,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
10
10
  developed 2005-2025 under the motto “Creating a Viable Open Source
11
11
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
12
12
 
13
- The passagemath fork was created in October 2024 with the following
14
- goals:
13
+ The passagemath fork uses the motto "Creating a Free Passage Between the
14
+ Scientific Python Ecosystem and Mathematical Software Communities."
15
+ It was created in October 2024 with the following goals:
15
16
 
16
- - providing modularized installation with pip, thus completing a `major
17
- project started in 2020 in the Sage
18
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
17
+ - providing modularized installation with pip,
19
18
  - establishing first-class membership in the scientific Python
20
19
  ecosystem,
21
20
  - giving `clear attribution of upstream
22
21
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
23
22
  - providing independently usable Python interfaces to upstream
24
23
  libraries,
25
- - providing `platform portability and integration testing
24
+ - offering `platform portability and integration testing
26
25
  services <https://github.com/passagemath/passagemath/issues/704>`__
27
26
  to upstream projects,
28
27
  - inviting collaborations with upstream projects,
29
28
  - `building a professional, respectful, inclusive
30
29
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
30
+ - `empowering Sage users to participate in the scientific Python ecosystem
31
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
31
32
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
32
33
  serverless deployment with Javascript,
33
34
  - developing a native Windows port.
@@ -35,13 +36,18 @@ goals:
35
36
  `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
36
37
  available online.
37
38
 
38
- passagemath attempts to support all major Linux distributions and recent versions of
39
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
40
- virtualization.
39
+ passagemath attempts to support and provides binary wheels suitable for
40
+ all major Linux distributions and recent versions of macOS.
41
41
 
42
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
43
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
44
- so compilation from source is triggered for those.
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
+ Binary wheels for native Windows (x86_64) are are available for a subset of
46
+ the passagemath distributions. Use of the full functionality of passagemath
47
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
48
+ or virtualization.
49
+
50
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
45
51
 
46
52
 
47
53
  About this pip-installable distribution package
@@ -54,15 +60,15 @@ It provides the namespace packages ``sage.plot`` and ``sage.plot.plot3d``, which
54
60
  What is included
55
61
  ----------------
56
62
 
57
- * `2D Graphics <https://doc.sagemath.org/html/en/reference/plotting/index.html>`_
63
+ * `2D Graphics <https://passagemath.org/docs/latest/html/en/reference/plotting/index.html>`_
58
64
 
59
- * Backend for 2D graphics: `matplotlib <https://doc.sagemath.org/html/en/reference/spkg/matplotlib.html>`_
65
+ * Backend for 2D graphics: `matplotlib <https://passagemath.org/docs/latest/html/en/reference/spkg/matplotlib.html>`_
60
66
 
61
- * `3D Graphics <https://doc.sagemath.org/html/en/reference/plot3d/index.html>`_
67
+ * `3D Graphics <https://passagemath.org/docs/latest/html/en/reference/plot3d/index.html>`_
62
68
 
63
- * Backend for 3D graphics: `three.js <https://doc.sagemath.org/html/en/reference/spkg/threejs.html>`_
69
+ * Backend for 3D graphics: `three.js <https://passagemath.org/docs/latest/html/en/reference/spkg/threejs.html>`_
64
70
 
65
- * 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>`_
71
+ * 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>`_
66
72
 
67
73
  Examples
68
74
  --------
@@ -83,21 +89,21 @@ Examples
83
89
  Available as extras, from other distributions
84
90
  ---------------------------------------------
85
91
 
86
- `pip install "passagemath-plot[graphs]"`
92
+ ``pip install "passagemath-plot[graphs]"``
87
93
  Graphs and networks: `sagemath-graphs <https://pypi.org/project/passagemath-graphs/>`_
88
94
 
89
- `pip install "passagemath-plot[jsmol]"`
90
- Alternative backend for 3D graphics: `jupyter-jsmol <https://doc.sagemath.org/html/en/reference/spkg/jupyter_jsmol.html>`_
95
+ ``pip install "passagemath-plot[jsmol]"``
96
+ Alternative backend for 3D graphics: `jupyter-jsmol <https://passagemath.org/docs/latest/html/en/reference/spkg/jupyter_jsmol.html>`_
91
97
 
92
- `pip install "passagemath-plot[playwright]"`
98
+ ``pip install "passagemath-plot[playwright]"``
93
99
  Screenshotting tool for saving 3D graphics as 2D image files: `playwright <https://pypi.org/project/playwright/>`_
94
100
 
95
- `pip install "passagemath-plot[polyhedra]"`
101
+ ``pip install "passagemath-plot[polyhedra]"``
96
102
  Polyhedra in arbitrary dimension, plotting in dimensions 2, 3, 4: `passagemath-polyhedra <https://pypi.org/project/passagemath-polyhedra/>`_
97
103
 
98
- `pip install "passagemath-plot[symbolics]"`
104
+ ``pip install "passagemath-plot[symbolics]"``
99
105
  Defining and plotting symbolic functions and manifolds: `passagemath-symbolics <https://pypi.org/project/passagemath-symbolics/>`_
100
106
 
101
- `pip install "passagemath-plot[tachyon]"`
107
+ ``pip install "passagemath-plot[tachyon]"``
102
108
  Ray tracing system, needed for saving 3D graphics as 2D image files:
103
109
  `passagemath-tachyon <https://pypi.org/project/passagemath-tachyon/>`_
@@ -0,0 +1 @@
1
+ 10.6.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-plot
3
- Version: 10.6.1rc14
3
+ Version: 10.6.2
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.2.0
37
+ Requires-Dist: passagemath-modules~=10.6.2.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.2.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,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.1rc14
5
- passagemath-modules==10.6.1rc14
4
+ passagemath-categories~=10.6.2.0
5
+ passagemath-modules~=10.6.2.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.1rc14
34
+ passagemath-tachyon~=10.6.2.0
35
35
 
36
36
  [test]
37
37
  passagemath-plot[tachyon]
@@ -3,11 +3,12 @@
3
3
  # Minimum requirements for the build system to execute.
4
4
  requires = [
5
5
  'setuptools >= 77.0.0',
6
- 'passagemath-setup == 10.6.1rc14',
6
+ 'passagemath-conf ~= 10.6.2.0 ; sys_platform != "win32"',
7
+ 'passagemath-setup ~= 10.6.2.0',
7
8
  'pkgconfig',
8
- 'passagemath-environment == 10.6.1rc14',
9
- 'passagemath-categories == 10.6.1rc14',
10
- 'passagemath-modules == 10.6.1rc14',
9
+ 'passagemath-environment ~= 10.6.2.0',
10
+ 'passagemath-categories ~= 10.6.2.0',
11
+ 'passagemath-modules ~= 10.6.2.0',
11
12
  'numpy >=1.19', 'numpy >=1.22.4',
12
13
  'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
13
14
  'gmpy2 ~=2.1.b999',
@@ -23,8 +24,8 @@ dependencies = [
23
24
  'gmpy2 ~=2.1.b999',
24
25
  'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
25
26
  'memory_allocator',
26
- 'passagemath-categories == 10.6.1rc14',
27
- 'passagemath-modules == 10.6.1rc14',
27
+ 'passagemath-categories ~= 10.6.2.0',
28
+ 'passagemath-modules ~= 10.6.2.0',
28
29
  'numpy >=1.19', 'numpy >=1.22.4',
29
30
  'scipy >=1.5',
30
31
  'pillow >=7.2.0',
@@ -60,7 +61,7 @@ requires-python = ">=3.10, <3.14"
60
61
  "release notes" = "https://github.com/passagemath/passagemath/releases"
61
62
  "repo (upstream)" = "https://github.com/sagemath/sage"
62
63
  "repo" = "https://github.com/passagemath/passagemath"
63
- documentation = "https://doc.sagemath.org"
64
+ documentation = "https://passagemath.org/docs/latest"
64
65
  "homepage (upstream)" = "https://www.sagemath.org"
65
66
  "discourse" = "https://passagemath.discourse.group"
66
67
  "tracker (upstream)" = "https://github.com/sagemath/sage/issues"
@@ -80,7 +81,7 @@ test = [
80
81
  jsmol = ['jupyter-jsmol',]
81
82
  matplotlib = [] # no extra needed
82
83
  playwright = ['playwright',]
83
- tachyon = ['passagemath-tachyon == 10.6.1rc14',]
84
+ tachyon = ['passagemath-tachyon ~= 10.6.2.0',]
84
85
  threejs = [] # no extra needed
85
86
 
86
87
  # extras by other features
@@ -1 +0,0 @@
1
- 10.6.1.rc14