passagemath-schemes 10.5.48__cp312-cp312-musllinux_1_2_aarch64.whl → 10.6.47__cp312-cp312-musllinux_1_2_aarch64.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-schemes might be problematic. Click here for more details.

Files changed (165) hide show
  1. passagemath_schemes/__init__.py +3 -0
  2. {passagemath_schemes-10.5.48.dist-info → passagemath_schemes-10.6.47.dist-info}/METADATA +42 -42
  3. {passagemath_schemes-10.5.48.dist-info → passagemath_schemes-10.6.47.dist-info}/METADATA.bak +43 -43
  4. {passagemath_schemes-10.5.48.dist-info → passagemath_schemes-10.6.47.dist-info}/RECORD +159 -140
  5. passagemath_schemes-10.6.47.dist-info/top_level.txt +3 -0
  6. passagemath_schemes.libs/{libflint-7dd7ad94.so.19.0.0 → libflint-edf7fb90.so.22.0.0} +0 -0
  7. passagemath_schemes.libs/{libgcc_s-69c45f16.so.1 → libgcc_s-2d945d6c.so.1} +0 -0
  8. passagemath_schemes.libs/{libgmp-8e78bd9b.so.10.5.0 → libgmp-28992bcb.so.10.5.0} +0 -0
  9. passagemath_schemes.libs/{libgmpxx-e6de26f1.so.4.7.0 → libgmpxx-fecb01a9.so.4.7.0} +0 -0
  10. passagemath_schemes.libs/{libmpfr-5ff10580.so.6.2.1 → libmpfr-1fc8ea36.so.6.2.2} +0 -0
  11. passagemath_schemes.libs/{libstdc++-1f1a71be.so.6.0.33 → libstdc++-85f2cd6d.so.6.0.33} +0 -0
  12. sage/all__sagemath_schemes.py +3 -2
  13. sage/databases/all__sagemath_schemes.py +0 -10
  14. sage/dynamics/arithmetic_dynamics/berkovich_ds.py +4 -4
  15. sage/dynamics/arithmetic_dynamics/generic_ds.py +3 -3
  16. sage/dynamics/arithmetic_dynamics/projective_ds.py +6 -6
  17. sage/dynamics/arithmetic_dynamics/projective_ds_helper.cpython-312-aarch64-linux-musl.so +0 -0
  18. sage/dynamics/arithmetic_dynamics/wehlerK3.py +18 -18
  19. sage/lfunctions/zero_sums.cpython-312-aarch64-linux-musl.so +0 -0
  20. sage/modular/abvar/abvar.py +12 -11
  21. sage/modular/abvar/constructor.py +3 -3
  22. sage/modular/abvar/cuspidal_subgroup.py +5 -6
  23. sage/modular/abvar/finite_subgroup.py +20 -18
  24. sage/modular/abvar/homology.py +1 -2
  25. sage/modular/abvar/homspace.py +1 -1
  26. sage/modular/abvar/lseries.py +3 -3
  27. sage/modular/abvar/morphism.py +1 -1
  28. sage/modular/abvar/torsion_point.py +1 -1
  29. sage/modular/abvar/torsion_subgroup.py +1 -1
  30. sage/modular/arithgroup/arithgroup_element.cpython-312-aarch64-linux-musl.so +0 -0
  31. sage/modular/arithgroup/arithgroup_perm.py +16 -16
  32. sage/modular/arithgroup/congroup.cpython-312-aarch64-linux-musl.so +0 -0
  33. sage/modular/arithgroup/congroup_gamma0.py +2 -2
  34. sage/modular/arithgroup/congroup_gamma1.py +4 -4
  35. sage/modular/arithgroup/congroup_gammaH.py +2 -2
  36. sage/modular/arithgroup/congroup_generic.py +2 -3
  37. sage/modular/arithgroup/congroup_sl2z.py +3 -3
  38. sage/modular/arithgroup/farey_symbol.cpython-312-aarch64-linux-musl.so +0 -0
  39. sage/modular/arithgroup/farey_symbol.pyx +1 -2
  40. sage/modular/btquotients/btquotient.py +4 -5
  41. sage/modular/btquotients/pautomorphicform.py +2 -2
  42. sage/modular/cusps.py +6 -4
  43. sage/modular/cusps_nf.py +7 -8
  44. sage/modular/dirichlet.py +34 -43
  45. sage/modular/drinfeld_modform/element.py +4 -4
  46. sage/modular/drinfeld_modform/ring.py +12 -12
  47. sage/modular/drinfeld_modform/tutorial.py +1 -1
  48. sage/modular/hecke/algebra.py +7 -5
  49. sage/modular/hecke/ambient_module.py +2 -2
  50. sage/modular/hecke/element.py +7 -2
  51. sage/modular/hecke/module.py +9 -9
  52. sage/modular/hecke/submodule.py +6 -8
  53. sage/modular/hypergeometric_misc.cpython-312-aarch64-linux-musl.so +0 -0
  54. sage/modular/hypergeometric_misc.pyx +3 -2
  55. sage/modular/hypergeometric_motive.py +2 -2
  56. sage/modular/local_comp/local_comp.py +19 -11
  57. sage/modular/local_comp/type_space.py +10 -8
  58. sage/modular/modform/ambient.py +4 -3
  59. sage/modular/modform/cuspidal_submodule.py +2 -2
  60. sage/modular/modform/element.py +72 -72
  61. sage/modular/modform/half_integral.py +1 -1
  62. sage/modular/modform/l_series_gross_zagier.py +3 -0
  63. sage/modular/modform/l_series_gross_zagier_coeffs.cpython-312-aarch64-linux-musl.so +0 -0
  64. sage/modular/modform/l_series_gross_zagier_coeffs.pyx +5 -2
  65. sage/modular/modform/ring.py +10 -12
  66. sage/modular/modform/space.py +18 -21
  67. sage/modular/modform/weight1.py +1 -2
  68. sage/modular/modform_hecketriangle/abstract_ring.py +7 -14
  69. sage/modular/modform_hecketriangle/abstract_space.py +63 -66
  70. sage/modular/modform_hecketriangle/graded_ring_element.py +11 -12
  71. sage/modular/modform_hecketriangle/hecke_triangle_group_element.py +82 -84
  72. sage/modular/modform_hecketriangle/hecke_triangle_groups.py +2 -2
  73. sage/modular/modform_hecketriangle/readme.py +9 -11
  74. sage/modular/modform_hecketriangle/series_constructor.py +10 -18
  75. sage/modular/modform_hecketriangle/space.py +29 -30
  76. sage/modular/modform_hecketriangle/subspace.py +9 -7
  77. sage/modular/modsym/all.py +2 -2
  78. sage/modular/modsym/ambient.py +13 -20
  79. sage/modular/modsym/boundary.py +2 -2
  80. sage/modular/modsym/manin_symbol.cpython-312-aarch64-linux-musl.so +0 -0
  81. sage/modular/modsym/manin_symbol_list.py +3 -7
  82. sage/modular/modsym/relation_matrix_pyx.cpython-312-aarch64-linux-musl.so +0 -0
  83. sage/modular/modsym/space.py +10 -22
  84. sage/modular/modsym/subspace.py +5 -7
  85. sage/modular/multiple_zeta.py +11 -13
  86. sage/modular/multiple_zeta_F_algebra.py +4 -6
  87. sage/modular/overconvergent/genus0.py +5 -4
  88. sage/modular/overconvergent/hecke_series.py +2 -2
  89. sage/modular/pollack_stevens/distributions.py +2 -2
  90. sage/modular/pollack_stevens/fund_domain.py +26 -29
  91. sage/modular/pollack_stevens/manin_map.py +15 -10
  92. sage/modular/pollack_stevens/modsym.py +18 -18
  93. sage/modular/quasimodform/element.py +10 -10
  94. sage/modular/quasimodform/ring.py +22 -22
  95. sage/modular/ssmod/ssmod.py +5 -12
  96. sage/rings/polynomial/binary_form_reduce.py +1 -1
  97. sage/schemes/curves/affine_curve.py +4 -4
  98. sage/schemes/curves/plane_curve_arrangement.py +28 -24
  99. sage/schemes/elliptic_curves/BSD.py +1 -1
  100. sage/schemes/elliptic_curves/addition_formulas_ring.py +4 -0
  101. sage/schemes/elliptic_curves/cm.py +1 -1
  102. sage/schemes/elliptic_curves/constructor.py +3 -3
  103. sage/schemes/elliptic_curves/ell_egros.py +1 -1
  104. sage/schemes/elliptic_curves/ell_field.py +57 -46
  105. sage/schemes/elliptic_curves/ell_finite_field.py +138 -26
  106. sage/schemes/elliptic_curves/ell_local_data.py +9 -9
  107. sage/schemes/elliptic_curves/ell_number_field.py +25 -24
  108. sage/schemes/elliptic_curves/ell_point.py +21 -22
  109. sage/schemes/elliptic_curves/ell_rational_field.py +38 -28
  110. sage/schemes/elliptic_curves/formal_group.py +1 -1
  111. sage/schemes/elliptic_curves/heegner.py +11 -8
  112. sage/schemes/elliptic_curves/height.py +26 -23
  113. sage/schemes/elliptic_curves/hom.py +2 -1
  114. sage/schemes/elliptic_curves/hom_composite.py +11 -11
  115. sage/schemes/elliptic_curves/hom_frobenius.py +8 -8
  116. sage/schemes/elliptic_curves/hom_sum.py +7 -1
  117. sage/schemes/elliptic_curves/hom_velusqrt.py +13 -7
  118. sage/schemes/elliptic_curves/homset.py +2 -2
  119. sage/schemes/elliptic_curves/isogeny_small_degree.py +1 -1
  120. sage/schemes/elliptic_curves/mod_poly.py +12 -5
  121. sage/schemes/elliptic_curves/mod_sym_num.cpython-312-aarch64-linux-musl.so +0 -0
  122. sage/schemes/elliptic_curves/padic_lseries.py +25 -13
  123. sage/schemes/elliptic_curves/padics.py +71 -62
  124. sage/schemes/elliptic_curves/period_lattice.py +78 -27
  125. sage/schemes/elliptic_curves/period_lattice_region.cpython-312-aarch64-linux-musl.so +0 -0
  126. sage/schemes/elliptic_curves/sha_tate.py +1 -1
  127. sage/schemes/elliptic_curves/weierstrass_morphism.py +2 -2
  128. sage/schemes/hyperelliptic_curves/hyperelliptic_generic.py +1 -1
  129. sage/schemes/hyperelliptic_curves/jacobian_endomorphism_utils.py +1 -1
  130. sage/schemes/hyperelliptic_curves/monsky_washnitzer.py +10 -20
  131. sage/schemes/jacobians/abstract_jacobian.py +1 -1
  132. sage/schemes/plane_conics/con_field.py +42 -42
  133. sage/schemes/plane_conics/con_rational_field.py +1 -1
  134. sage/schemes/riemann_surfaces/riemann_surface.py +8 -8
  135. sage_wheels/share/cremona/cremona_mini.db +0 -0
  136. sage_wheels/share/ellcurves/rank0 +30427 -0
  137. sage_wheels/share/ellcurves/rank1 +31871 -0
  138. sage_wheels/share/ellcurves/rank10 +6 -0
  139. sage_wheels/share/ellcurves/rank11 +6 -0
  140. sage_wheels/share/ellcurves/rank12 +1 -0
  141. sage_wheels/share/ellcurves/rank14 +1 -0
  142. sage_wheels/share/ellcurves/rank15 +1 -0
  143. sage_wheels/share/ellcurves/rank17 +1 -0
  144. sage_wheels/share/ellcurves/rank19 +1 -0
  145. sage_wheels/share/ellcurves/rank2 +2388 -0
  146. sage_wheels/share/ellcurves/rank20 +1 -0
  147. sage_wheels/share/ellcurves/rank21 +1 -0
  148. sage_wheels/share/ellcurves/rank22 +1 -0
  149. sage_wheels/share/ellcurves/rank23 +1 -0
  150. sage_wheels/share/ellcurves/rank24 +1 -0
  151. sage_wheels/share/ellcurves/rank28 +1 -0
  152. sage_wheels/share/ellcurves/rank3 +836 -0
  153. sage_wheels/share/ellcurves/rank4 +10 -0
  154. sage_wheels/share/ellcurves/rank5 +5 -0
  155. sage_wheels/share/ellcurves/rank6 +5 -0
  156. sage_wheels/share/ellcurves/rank7 +5 -0
  157. sage_wheels/share/ellcurves/rank8 +6 -0
  158. sage_wheels/share/ellcurves/rank9 +7 -0
  159. passagemath_schemes-10.5.48.dist-info/top_level.txt +0 -2
  160. sage/databases/db_modular_polynomials.py +0 -250
  161. sage/databases/stein_watkins.py +0 -363
  162. sage/modular/modsym/p1list.cpython-312-aarch64-linux-musl.so +0 -0
  163. sage/modular/modsym/p1list.pxd +0 -29
  164. sage/modular/modsym/p1list.pyx +0 -1372
  165. {passagemath_schemes-10.5.48.dist-info → passagemath_schemes-10.6.47.dist-info}/WHEEL +0 -0
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-schemes
2
+
3
+ from sage.all__sagemath_schemes import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-schemes
3
- Version: 10.5.48
3
+ Version: 10.6.47
4
4
  Summary: passagemath: Schemes, varieties, elliptic curves, algebraic Riemann surfaces, modular forms, arithmetic dynamics
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
@@ -17,26 +17,28 @@ Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
20
21
  Classifier: Operating System :: MacOS :: MacOS X
21
22
  Classifier: Programming Language :: Python :: 3 :: Only
22
- Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
26
  Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.9
30
+ Requires-Python: <3.15,>=3.10
30
31
  Description-Content-Type: text/x-rst
31
32
  Requires-Dist: gmpy2~=2.1.b999
33
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
32
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
35
  Requires-Dist: fpylll>=0.5.9
34
36
  Requires-Dist: memory_allocator
35
37
  Requires-Dist: scipy>=1.5
36
- Requires-Dist: passagemath-modules~=10.5.48.0
37
- Requires-Dist: passagemath-flint~=10.5.48.0
38
- Requires-Dist: passagemath-polyhedra~=10.5.48.0
39
- Requires-Dist: passagemath-singular~=10.5.48.0
38
+ Requires-Dist: passagemath-modules~=10.6.47.0
39
+ Requires-Dist: passagemath-flint~=10.6.47.0
40
+ Requires-Dist: passagemath-polyhedra~=10.6.47.0
41
+ Requires-Dist: passagemath-singular~=10.6.47.0
40
42
  Provides-Extra: test
41
43
  Requires-Dist: passagemath-repl; extra == "test"
42
44
  Provides-Extra: flint
@@ -45,9 +47,9 @@ Provides-Extra: gsl
45
47
  Provides-Extra: linbox
46
48
  Requires-Dist: passagemath-linbox; extra == "linbox"
47
49
  Provides-Extra: m4ri
48
- Requires-Dist: passagemath-modules[linbox]; extra == "m4ri"
50
+ Requires-Dist: passagemath-modules[m4ri]; extra == "m4ri"
49
51
  Provides-Extra: m4rie
50
- Requires-Dist: passagemath-modules[linbox]; extra == "m4rie"
52
+ Requires-Dist: passagemath-modules[m4rie]; extra == "m4rie"
51
53
  Provides-Extra: meataxe
52
54
  Requires-Dist: passagemath-meataxe; extra == "meataxe"
53
55
  Provides-Extra: mpfi
@@ -67,6 +69,8 @@ Provides-Extra: eclib
67
69
  Requires-Dist: passagemath-eclib; extra == "eclib"
68
70
  Provides-Extra: msolve
69
71
  Requires-Dist: passagemath-msolve; extra == "msolve"
72
+ Provides-Extra: palp
73
+ Requires-Dist: passagemath-palp; extra == "palp"
70
74
  Provides-Extra: qepcad
71
75
  Requires-Dist: passagemath-qepcad; extra == "qepcad"
72
76
  Provides-Extra: singular
@@ -115,10 +119,13 @@ Requires-Dist: passagemath-schemes[NumberField]; extra == "quadraticfield"
115
119
  Provides-Extra: cyclotomicfield
116
120
  Requires-Dist: passagemath-schemes[NumberField]; extra == "cyclotomicfield"
117
121
  Provides-Extra: toric
122
+ Requires-Dist: passagemath-palp; extra == "toric"
118
123
  Requires-Dist: passagemath-polyhedra; extra == "toric"
119
124
  Requires-Dist: passagemath-graphs; extra == "toric"
120
125
  Provides-Extra: padics
121
126
  Requires-Dist: passagemath-schemes[Zp]; extra == "padics"
127
+ Provides-Extra: database-kohel
128
+ Requires-Dist: passagemath-database-kohel; extra == "database-kohel"
122
129
  Provides-Extra: standard
123
130
  Requires-Dist: passagemath-schemes[FiniteField,NumberField,eclib,flint,linbox,mpfi,ntl,numpy,padics,pari,singular,sympow,toric]; extra == "standard"
124
131
 
@@ -134,71 +141,64 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
134
141
  developed 2005-2025 under the motto “Creating a Viable Open Source
135
142
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
136
143
 
137
- The passagemath fork was created in October 2024 with the following
138
- goals:
144
+ The passagemath fork uses the motto "Creating a Free Passage Between the
145
+ Scientific Python Ecosystem and Mathematical Software Communities."
146
+ It was created in October 2024 with the following goals:
139
147
 
140
- - providing modularized installation with pip, thus completing a `major
141
- project started in 2020 in the Sage
142
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
148
+ - providing modularized installation with pip,
143
149
  - establishing first-class membership in the scientific Python
144
150
  ecosystem,
145
151
  - giving `clear attribution of upstream
146
152
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
147
153
  - providing independently usable Python interfaces to upstream
148
154
  libraries,
149
- - providing `platform portability and integration testing
155
+ - offering `platform portability and integration testing
150
156
  services <https://github.com/passagemath/passagemath/issues/704>`__
151
157
  to upstream projects,
152
158
  - inviting collaborations with upstream projects,
153
159
  - `building a professional, respectful, inclusive
154
160
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
161
+ - `empowering Sage users to participate in the scientific Python ecosystem
162
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
155
163
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
156
164
  serverless deployment with Javascript,
157
165
  - developing a native Windows port.
158
166
 
159
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
167
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
160
168
  available online.
161
169
 
162
- passagemath attempts to support all major Linux distributions and recent versions of
163
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
164
- virtualization.
170
+ passagemath attempts to support and provides binary wheels suitable for
171
+ all major Linux distributions and recent versions of macOS.
165
172
 
166
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
167
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
168
- so compilation from source is triggered for those.
173
+ Binary wheels for native Windows (x86_64) are are available for a subset of
174
+ the passagemath distributions. Use of the full functionality of passagemath
175
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
176
+ or virtualization.
177
+
178
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
169
179
 
170
180
 
171
181
  About this pip-installable distribution package
172
182
  -----------------------------------------------------------
173
183
 
174
- This pip-installable source distribution `sagemath-schemes` is an experimental distribution of a part of the Sage Library. Use at your own risk. It provides a small subset of the modules of the Sage library ("sagelib", `sagemath-standard`).
184
+ This pip-installable distribution ``passagemath-schemes`` is a distribution of a part of the Sage Library. It provides a subset of the modules of the Sage library ("sagelib", ``passagemath-standard``).
175
185
 
176
186
 
177
187
  What is included
178
188
  ----------------
179
189
 
180
- * `Ideals and Varieties <https://doc.sagemath.org/html/en/reference/polynomial_rings/sage/rings/polynomial/multi_polynomial_ideal.html>`_
181
-
182
- * `Schemes <https://doc.sagemath.org/html/en/reference/schemes/index.html>`_
183
-
184
- * `Plane and Space Curves <https://doc.sagemath.org/html/en/reference/curves/index.html>`_
185
-
186
- * `Elliptic and Hyperelliptic Curves <https://doc.sagemath.org/html/en/reference/arithmetic_curves/index.html>`_
187
-
188
- * `Modular Forms <https://doc.sagemath.org/html/en/reference/modfrm/index.html>`_
189
-
190
- * `Modular Symbols <https://doc.sagemath.org/html/en/reference/modsym/index.html>`_
190
+ * `Ideals and Varieties <https://passagemath.org/docs/latest/html/en/reference/polynomial_rings/sage/rings/polynomial/multi_polynomial_ideal.html>`_
191
191
 
192
- * `Modular Abelian Varieties <https://doc.sagemath.org/html/en/reference/modabvar/index.html>`_
192
+ * `Schemes <https://passagemath.org/docs/latest/html/en/reference/schemes/index.html>`_
193
193
 
194
- * `Arithmetic Dynamical Systems <https://doc.sagemath.org/html/en/reference/dynamics/index.html#arithmetic-dynamical-systems>`_
194
+ * `Plane and Space Curves <https://passagemath.org/docs/latest/html/en/reference/curves/index.html>`_
195
195
 
196
+ * `Elliptic and Hyperelliptic Curves <https://passagemath.org/docs/latest/html/en/reference/arithmetic_curves/index.html>`_
196
197
 
197
- Status
198
- ------
198
+ * `Modular Forms <https://passagemath.org/docs/latest/html/en/reference/modfrm/index.html>`_
199
199
 
200
- The wheel builds. Some Cython modules that depend on FLINT or NTL are excluded.
200
+ * `Modular Symbols <https://passagemath.org/docs/latest/html/en/reference/modsym/index.html>`_
201
201
 
202
- `sage.all__sagemath_schemes` can be imported.
202
+ * `Modular Abelian Varieties <https://passagemath.org/docs/latest/html/en/reference/modabvar/index.html>`_
203
203
 
204
- Many tests fail; see ``known-test-failures.json``.
204
+ * `Arithmetic Dynamical Systems <https://passagemath.org/docs/latest/html/en/reference/dynamics/index.html#arithmetic-dynamical-systems>`_
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-schemes
3
- Version: 10.5.48
3
+ Version: 10.6.47
4
4
  Summary: passagemath: Schemes, varieties, elliptic curves, algebraic Riemann surfaces, modular forms, arithmetic dynamics
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
@@ -17,27 +17,29 @@ Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
20
21
  Classifier: Operating System :: MacOS :: MacOS X
21
22
  Classifier: Programming Language :: Python :: 3 :: Only
22
- Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
26
  Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.9
30
+ Requires-Python: <3.15,>=3.10
30
31
  Description-Content-Type: text/x-rst
31
32
  Requires-Dist: gmpy2~=2.1.b999
33
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
32
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
35
  Requires-Dist: fpylll>=0.5.9
34
36
  Requires-Dist: memory_allocator
35
37
  Requires-Dist: scipy>=1.5
36
- Requires-Dist: passagemath-modules~=10.5.48.0
37
- Requires-Dist: passagemath-flint~=10.5.48.0
38
- Requires-Dist: passagemath-polyhedra~=10.5.48.0
39
- Requires-Dist: passagemath-singular~=10.5.48.0
40
- Requires-Dist: passagemath-conf~=10.5.48.0
38
+ Requires-Dist: passagemath-modules~=10.6.47.0
39
+ Requires-Dist: passagemath-flint~=10.6.47.0
40
+ Requires-Dist: passagemath-polyhedra~=10.6.47.0
41
+ Requires-Dist: passagemath-singular~=10.6.47.0
42
+ Requires-Dist: passagemath-conf~=10.6.47.0; sys_platform != "win32"
41
43
  Provides-Extra: test
42
44
  Requires-Dist: passagemath-repl; extra == "test"
43
45
  Provides-Extra: flint
@@ -46,9 +48,9 @@ Provides-Extra: gsl
46
48
  Provides-Extra: linbox
47
49
  Requires-Dist: passagemath-linbox; extra == "linbox"
48
50
  Provides-Extra: m4ri
49
- Requires-Dist: passagemath-modules[linbox]; extra == "m4ri"
51
+ Requires-Dist: passagemath-modules[m4ri]; extra == "m4ri"
50
52
  Provides-Extra: m4rie
51
- Requires-Dist: passagemath-modules[linbox]; extra == "m4rie"
53
+ Requires-Dist: passagemath-modules[m4rie]; extra == "m4rie"
52
54
  Provides-Extra: meataxe
53
55
  Requires-Dist: passagemath-meataxe; extra == "meataxe"
54
56
  Provides-Extra: mpfi
@@ -68,6 +70,8 @@ Provides-Extra: eclib
68
70
  Requires-Dist: passagemath-eclib; extra == "eclib"
69
71
  Provides-Extra: msolve
70
72
  Requires-Dist: passagemath-msolve; extra == "msolve"
73
+ Provides-Extra: palp
74
+ Requires-Dist: passagemath-palp; extra == "palp"
71
75
  Provides-Extra: qepcad
72
76
  Requires-Dist: passagemath-qepcad; extra == "qepcad"
73
77
  Provides-Extra: singular
@@ -116,10 +120,13 @@ Requires-Dist: passagemath-schemes[NumberField]; extra == "quadraticfield"
116
120
  Provides-Extra: cyclotomicfield
117
121
  Requires-Dist: passagemath-schemes[NumberField]; extra == "cyclotomicfield"
118
122
  Provides-Extra: toric
123
+ Requires-Dist: passagemath-palp; extra == "toric"
119
124
  Requires-Dist: passagemath-polyhedra; extra == "toric"
120
125
  Requires-Dist: passagemath-graphs; extra == "toric"
121
126
  Provides-Extra: padics
122
127
  Requires-Dist: passagemath-schemes[Zp]; extra == "padics"
128
+ Provides-Extra: database-kohel
129
+ Requires-Dist: passagemath-database-kohel; extra == "database-kohel"
123
130
  Provides-Extra: standard
124
131
  Requires-Dist: passagemath-schemes[FiniteField,NumberField,eclib,flint,linbox,mpfi,ntl,numpy,padics,pari,singular,sympow,toric]; extra == "standard"
125
132
 
@@ -135,71 +142,64 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
135
142
  developed 2005-2025 under the motto “Creating a Viable Open Source
136
143
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
137
144
 
138
- The passagemath fork was created in October 2024 with the following
139
- goals:
145
+ The passagemath fork uses the motto "Creating a Free Passage Between the
146
+ Scientific Python Ecosystem and Mathematical Software Communities."
147
+ It was created in October 2024 with the following goals:
140
148
 
141
- - providing modularized installation with pip, thus completing a `major
142
- project started in 2020 in the Sage
143
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
149
+ - providing modularized installation with pip,
144
150
  - establishing first-class membership in the scientific Python
145
151
  ecosystem,
146
152
  - giving `clear attribution of upstream
147
153
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
148
154
  - providing independently usable Python interfaces to upstream
149
155
  libraries,
150
- - providing `platform portability and integration testing
156
+ - offering `platform portability and integration testing
151
157
  services <https://github.com/passagemath/passagemath/issues/704>`__
152
158
  to upstream projects,
153
159
  - inviting collaborations with upstream projects,
154
160
  - `building a professional, respectful, inclusive
155
161
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
162
+ - `empowering Sage users to participate in the scientific Python ecosystem
163
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
156
164
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
157
165
  serverless deployment with Javascript,
158
166
  - developing a native Windows port.
159
167
 
160
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
168
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
161
169
  available online.
162
170
 
163
- passagemath attempts to support all major Linux distributions and recent versions of
164
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
165
- virtualization.
171
+ passagemath attempts to support and provides binary wheels suitable for
172
+ all major Linux distributions and recent versions of macOS.
166
173
 
167
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
168
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
169
- so compilation from source is triggered for those.
174
+ Binary wheels for native Windows (x86_64) are are available for a subset of
175
+ the passagemath distributions. Use of the full functionality of passagemath
176
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
177
+ or virtualization.
178
+
179
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
170
180
 
171
181
 
172
182
  About this pip-installable distribution package
173
183
  -----------------------------------------------------------
174
184
 
175
- This pip-installable source distribution `sagemath-schemes` is an experimental distribution of a part of the Sage Library. Use at your own risk. It provides a small subset of the modules of the Sage library ("sagelib", `sagemath-standard`).
185
+ This pip-installable distribution ``passagemath-schemes`` is a distribution of a part of the Sage Library. It provides a subset of the modules of the Sage library ("sagelib", ``passagemath-standard``).
176
186
 
177
187
 
178
188
  What is included
179
189
  ----------------
180
190
 
181
- * `Ideals and Varieties <https://doc.sagemath.org/html/en/reference/polynomial_rings/sage/rings/polynomial/multi_polynomial_ideal.html>`_
182
-
183
- * `Schemes <https://doc.sagemath.org/html/en/reference/schemes/index.html>`_
184
-
185
- * `Plane and Space Curves <https://doc.sagemath.org/html/en/reference/curves/index.html>`_
186
-
187
- * `Elliptic and Hyperelliptic Curves <https://doc.sagemath.org/html/en/reference/arithmetic_curves/index.html>`_
188
-
189
- * `Modular Forms <https://doc.sagemath.org/html/en/reference/modfrm/index.html>`_
190
-
191
- * `Modular Symbols <https://doc.sagemath.org/html/en/reference/modsym/index.html>`_
191
+ * `Ideals and Varieties <https://passagemath.org/docs/latest/html/en/reference/polynomial_rings/sage/rings/polynomial/multi_polynomial_ideal.html>`_
192
192
 
193
- * `Modular Abelian Varieties <https://doc.sagemath.org/html/en/reference/modabvar/index.html>`_
193
+ * `Schemes <https://passagemath.org/docs/latest/html/en/reference/schemes/index.html>`_
194
194
 
195
- * `Arithmetic Dynamical Systems <https://doc.sagemath.org/html/en/reference/dynamics/index.html#arithmetic-dynamical-systems>`_
195
+ * `Plane and Space Curves <https://passagemath.org/docs/latest/html/en/reference/curves/index.html>`_
196
196
 
197
+ * `Elliptic and Hyperelliptic Curves <https://passagemath.org/docs/latest/html/en/reference/arithmetic_curves/index.html>`_
197
198
 
198
- Status
199
- ------
199
+ * `Modular Forms <https://passagemath.org/docs/latest/html/en/reference/modfrm/index.html>`_
200
200
 
201
- The wheel builds. Some Cython modules that depend on FLINT or NTL are excluded.
201
+ * `Modular Symbols <https://passagemath.org/docs/latest/html/en/reference/modsym/index.html>`_
202
202
 
203
- `sage.all__sagemath_schemes` can be imported.
203
+ * `Modular Abelian Varieties <https://passagemath.org/docs/latest/html/en/reference/modabvar/index.html>`_
204
204
 
205
- Many tests fail; see ``known-test-failures.json``.
205
+ * `Arithmetic Dynamical Systems <https://passagemath.org/docs/latest/html/en/reference/dynamics/index.html#arithmetic-dynamical-systems>`_