passagemath-schemes 10.6.1rc13__cp311-cp311-musllinux_1_2_aarch64.whl → 10.6.44__cp311-cp311-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 (48) hide show
  1. passagemath_schemes/__init__.py +3 -0
  2. {passagemath_schemes-10.6.1rc13.dist-info → passagemath_schemes-10.6.44.dist-info}/METADATA +38 -42
  3. {passagemath_schemes-10.6.1rc13.dist-info → passagemath_schemes-10.6.44.dist-info}/METADATA.bak +39 -43
  4. {passagemath_schemes-10.6.1rc13.dist-info → passagemath_schemes-10.6.44.dist-info}/RECORD +42 -46
  5. passagemath_schemes-10.6.44.dist-info/top_level.txt +3 -0
  6. passagemath_schemes.libs/{libflint-8c82a98a.so.21.0.0 → libflint-edf7fb90.so.22.0.0} +0 -0
  7. passagemath_schemes.libs/{libgmpxx-cb7f23ef.so.4.7.0 → libgmpxx-fecb01a9.so.4.7.0} +0 -0
  8. passagemath_schemes.libs/{libmpfr-e34bb864.so.6.2.1 → libmpfr-1fc8ea36.so.6.2.2} +0 -0
  9. sage/databases/all__sagemath_schemes.py +0 -10
  10. sage/dynamics/arithmetic_dynamics/projective_ds_helper.cpython-311-aarch64-linux-musl.so +0 -0
  11. sage/lfunctions/zero_sums.cpython-311-aarch64-linux-musl.so +0 -0
  12. sage/modular/arithgroup/arithgroup_element.cpython-311-aarch64-linux-musl.so +0 -0
  13. sage/modular/arithgroup/congroup.cpython-311-aarch64-linux-musl.so +0 -0
  14. sage/modular/arithgroup/farey_symbol.cpython-311-aarch64-linux-musl.so +0 -0
  15. sage/modular/arithgroup/farey_symbol.pyx +1 -1
  16. sage/modular/hypergeometric_misc.cpython-311-aarch64-linux-musl.so +0 -0
  17. sage/modular/modform/l_series_gross_zagier_coeffs.cpython-311-aarch64-linux-musl.so +0 -0
  18. sage/modular/modsym/manin_symbol.cpython-311-aarch64-linux-musl.so +0 -0
  19. sage/modular/modsym/relation_matrix_pyx.cpython-311-aarch64-linux-musl.so +0 -0
  20. sage/schemes/elliptic_curves/constructor.py +3 -3
  21. sage/schemes/elliptic_curves/ell_egros.py +1 -1
  22. sage/schemes/elliptic_curves/ell_field.py +3 -1
  23. sage/schemes/elliptic_curves/ell_finite_field.py +2 -2
  24. sage/schemes/elliptic_curves/ell_number_field.py +6 -5
  25. sage/schemes/elliptic_curves/ell_point.py +9 -10
  26. sage/schemes/elliptic_curves/ell_rational_field.py +21 -21
  27. sage/schemes/elliptic_curves/heegner.py +4 -2
  28. sage/schemes/elliptic_curves/height.py +26 -23
  29. sage/schemes/elliptic_curves/hom.py +2 -1
  30. sage/schemes/elliptic_curves/hom_composite.py +11 -11
  31. sage/schemes/elliptic_curves/hom_frobenius.py +8 -8
  32. sage/schemes/elliptic_curves/hom_sum.py +7 -1
  33. sage/schemes/elliptic_curves/hom_velusqrt.py +13 -7
  34. sage/schemes/elliptic_curves/homset.py +2 -2
  35. sage/schemes/elliptic_curves/isogeny_small_degree.py +1 -1
  36. sage/schemes/elliptic_curves/mod_poly.py +10 -4
  37. sage/schemes/elliptic_curves/mod_sym_num.cpython-311-aarch64-linux-musl.so +0 -0
  38. sage/schemes/elliptic_curves/padic_lseries.py +25 -13
  39. sage/schemes/elliptic_curves/padics.py +71 -63
  40. sage/schemes/elliptic_curves/period_lattice_region.cpython-311-aarch64-linux-musl.so +0 -0
  41. sage_wheels/share/cremona/cremona_mini.db +0 -0
  42. passagemath_schemes-10.6.1rc13.dist-info/top_level.txt +0 -2
  43. sage/databases/db_modular_polynomials.py +0 -249
  44. sage/databases/stein_watkins.py +0 -363
  45. sage/modular/modsym/p1list.cpython-311-aarch64-linux-musl.so +0 -0
  46. sage/modular/modsym/p1list.pxd +0 -29
  47. sage/modular/modsym/p1list.pyx +0 -1372
  48. {passagemath_schemes-10.6.1rc13.dist-info → passagemath_schemes-10.6.44.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.6.1rc13
3
+ Version: 10.6.44
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
@@ -24,20 +24,21 @@ 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.10
30
+ Requires-Python: <3.15,>=3.10
30
31
  Description-Content-Type: text/x-rst
31
32
  Requires-Dist: gmpy2~=2.1.b999
32
- Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
33
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
33
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
35
  Requires-Dist: fpylll>=0.5.9
35
36
  Requires-Dist: memory_allocator
36
37
  Requires-Dist: scipy>=1.5
37
- Requires-Dist: passagemath-modules==10.6.1rc13
38
- Requires-Dist: passagemath-flint==10.6.1rc13
39
- Requires-Dist: passagemath-polyhedra==10.6.1rc13
40
- Requires-Dist: passagemath-singular==10.6.1rc13
38
+ Requires-Dist: passagemath-modules~=10.6.44.0
39
+ Requires-Dist: passagemath-flint~=10.6.44.0
40
+ Requires-Dist: passagemath-polyhedra~=10.6.44.0
41
+ Requires-Dist: passagemath-singular~=10.6.44.0
41
42
  Provides-Extra: test
42
43
  Requires-Dist: passagemath-repl; extra == "test"
43
44
  Provides-Extra: flint
@@ -46,9 +47,9 @@ Provides-Extra: gsl
46
47
  Provides-Extra: linbox
47
48
  Requires-Dist: passagemath-linbox; extra == "linbox"
48
49
  Provides-Extra: m4ri
49
- Requires-Dist: passagemath-modules[linbox]; extra == "m4ri"
50
+ Requires-Dist: passagemath-modules[m4ri]; extra == "m4ri"
50
51
  Provides-Extra: m4rie
51
- Requires-Dist: passagemath-modules[linbox]; extra == "m4rie"
52
+ Requires-Dist: passagemath-modules[m4rie]; extra == "m4rie"
52
53
  Provides-Extra: meataxe
53
54
  Requires-Dist: passagemath-meataxe; extra == "meataxe"
54
55
  Provides-Extra: mpfi
@@ -123,6 +124,8 @@ Requires-Dist: passagemath-polyhedra; extra == "toric"
123
124
  Requires-Dist: passagemath-graphs; extra == "toric"
124
125
  Provides-Extra: padics
125
126
  Requires-Dist: passagemath-schemes[Zp]; extra == "padics"
127
+ Provides-Extra: database-kohel
128
+ Requires-Dist: passagemath-database-kohel; extra == "database-kohel"
126
129
  Provides-Extra: standard
127
130
  Requires-Dist: passagemath-schemes[FiniteField,NumberField,eclib,flint,linbox,mpfi,ntl,numpy,padics,pari,singular,sympow,toric]; extra == "standard"
128
131
 
@@ -138,71 +141,64 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
138
141
  developed 2005-2025 under the motto “Creating a Viable Open Source
139
142
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
140
143
 
141
- The passagemath fork was created in October 2024 with the following
142
- 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:
143
147
 
144
- - providing modularized installation with pip, thus completing a `major
145
- project started in 2020 in the Sage
146
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
148
+ - providing modularized installation with pip,
147
149
  - establishing first-class membership in the scientific Python
148
150
  ecosystem,
149
151
  - giving `clear attribution of upstream
150
152
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
151
153
  - providing independently usable Python interfaces to upstream
152
154
  libraries,
153
- - providing `platform portability and integration testing
155
+ - offering `platform portability and integration testing
154
156
  services <https://github.com/passagemath/passagemath/issues/704>`__
155
157
  to upstream projects,
156
158
  - inviting collaborations with upstream projects,
157
159
  - `building a professional, respectful, inclusive
158
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,
159
163
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
160
164
  serverless deployment with Javascript,
161
165
  - developing a native Windows port.
162
166
 
163
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
167
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
164
168
  available online.
165
169
 
166
- passagemath attempts to support all major Linux distributions and recent versions of
167
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
168
- virtualization.
170
+ passagemath attempts to support and provides binary wheels suitable for
171
+ all major Linux distributions and recent versions of macOS.
169
172
 
170
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
171
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
172
- 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.
173
179
 
174
180
 
175
181
  About this pip-installable distribution package
176
182
  -----------------------------------------------------------
177
183
 
178
- 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``).
179
185
 
180
186
 
181
187
  What is included
182
188
  ----------------
183
189
 
184
- * `Ideals and Varieties <https://doc.sagemath.org/html/en/reference/polynomial_rings/sage/rings/polynomial/multi_polynomial_ideal.html>`_
185
-
186
- * `Schemes <https://doc.sagemath.org/html/en/reference/schemes/index.html>`_
187
-
188
- * `Plane and Space Curves <https://doc.sagemath.org/html/en/reference/curves/index.html>`_
189
-
190
- * `Elliptic and Hyperelliptic Curves <https://doc.sagemath.org/html/en/reference/arithmetic_curves/index.html>`_
191
-
192
- * `Modular Forms <https://doc.sagemath.org/html/en/reference/modfrm/index.html>`_
193
-
194
- * `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>`_
195
191
 
196
- * `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>`_
197
193
 
198
- * `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>`_
199
195
 
196
+ * `Elliptic and Hyperelliptic Curves <https://passagemath.org/docs/latest/html/en/reference/arithmetic_curves/index.html>`_
200
197
 
201
- Status
202
- ------
198
+ * `Modular Forms <https://passagemath.org/docs/latest/html/en/reference/modfrm/index.html>`_
203
199
 
204
- 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>`_
205
201
 
206
- `sage.all__sagemath_schemes` can be imported.
202
+ * `Modular Abelian Varieties <https://passagemath.org/docs/latest/html/en/reference/modabvar/index.html>`_
207
203
 
208
- 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.6.1rc13
3
+ Version: 10.6.44
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
@@ -24,21 +24,22 @@ 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.10
30
+ Requires-Python: <3.15,>=3.10
30
31
  Description-Content-Type: text/x-rst
31
32
  Requires-Dist: gmpy2~=2.1.b999
32
- Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
33
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
33
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
35
  Requires-Dist: fpylll>=0.5.9
35
36
  Requires-Dist: memory_allocator
36
37
  Requires-Dist: scipy>=1.5
37
- Requires-Dist: passagemath-modules==10.6.1rc13
38
- Requires-Dist: passagemath-flint==10.6.1rc13
39
- Requires-Dist: passagemath-polyhedra==10.6.1rc13
40
- Requires-Dist: passagemath-singular==10.6.1rc13
41
- Requires-Dist: passagemath-conf==10.6.1rc13
38
+ Requires-Dist: passagemath-modules~=10.6.44.0
39
+ Requires-Dist: passagemath-flint~=10.6.44.0
40
+ Requires-Dist: passagemath-polyhedra~=10.6.44.0
41
+ Requires-Dist: passagemath-singular~=10.6.44.0
42
+ Requires-Dist: passagemath-conf~=10.6.44.0; sys_platform != "win32"
42
43
  Provides-Extra: test
43
44
  Requires-Dist: passagemath-repl; extra == "test"
44
45
  Provides-Extra: flint
@@ -47,9 +48,9 @@ Provides-Extra: gsl
47
48
  Provides-Extra: linbox
48
49
  Requires-Dist: passagemath-linbox; extra == "linbox"
49
50
  Provides-Extra: m4ri
50
- Requires-Dist: passagemath-modules[linbox]; extra == "m4ri"
51
+ Requires-Dist: passagemath-modules[m4ri]; extra == "m4ri"
51
52
  Provides-Extra: m4rie
52
- Requires-Dist: passagemath-modules[linbox]; extra == "m4rie"
53
+ Requires-Dist: passagemath-modules[m4rie]; extra == "m4rie"
53
54
  Provides-Extra: meataxe
54
55
  Requires-Dist: passagemath-meataxe; extra == "meataxe"
55
56
  Provides-Extra: mpfi
@@ -124,6 +125,8 @@ Requires-Dist: passagemath-polyhedra; extra == "toric"
124
125
  Requires-Dist: passagemath-graphs; extra == "toric"
125
126
  Provides-Extra: padics
126
127
  Requires-Dist: passagemath-schemes[Zp]; extra == "padics"
128
+ Provides-Extra: database-kohel
129
+ Requires-Dist: passagemath-database-kohel; extra == "database-kohel"
127
130
  Provides-Extra: standard
128
131
  Requires-Dist: passagemath-schemes[FiniteField,NumberField,eclib,flint,linbox,mpfi,ntl,numpy,padics,pari,singular,sympow,toric]; extra == "standard"
129
132
 
@@ -139,71 +142,64 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
139
142
  developed 2005-2025 under the motto “Creating a Viable Open Source
140
143
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
141
144
 
142
- The passagemath fork was created in October 2024 with the following
143
- 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:
144
148
 
145
- - providing modularized installation with pip, thus completing a `major
146
- project started in 2020 in the Sage
147
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
149
+ - providing modularized installation with pip,
148
150
  - establishing first-class membership in the scientific Python
149
151
  ecosystem,
150
152
  - giving `clear attribution of upstream
151
153
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
152
154
  - providing independently usable Python interfaces to upstream
153
155
  libraries,
154
- - providing `platform portability and integration testing
156
+ - offering `platform portability and integration testing
155
157
  services <https://github.com/passagemath/passagemath/issues/704>`__
156
158
  to upstream projects,
157
159
  - inviting collaborations with upstream projects,
158
160
  - `building a professional, respectful, inclusive
159
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,
160
164
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
161
165
  serverless deployment with Javascript,
162
166
  - developing a native Windows port.
163
167
 
164
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
168
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
165
169
  available online.
166
170
 
167
- passagemath attempts to support all major Linux distributions and recent versions of
168
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
169
- virtualization.
171
+ passagemath attempts to support and provides binary wheels suitable for
172
+ all major Linux distributions and recent versions of macOS.
170
173
 
171
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
172
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
173
- 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.
174
180
 
175
181
 
176
182
  About this pip-installable distribution package
177
183
  -----------------------------------------------------------
178
184
 
179
- 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``).
180
186
 
181
187
 
182
188
  What is included
183
189
  ----------------
184
190
 
185
- * `Ideals and Varieties <https://doc.sagemath.org/html/en/reference/polynomial_rings/sage/rings/polynomial/multi_polynomial_ideal.html>`_
186
-
187
- * `Schemes <https://doc.sagemath.org/html/en/reference/schemes/index.html>`_
188
-
189
- * `Plane and Space Curves <https://doc.sagemath.org/html/en/reference/curves/index.html>`_
190
-
191
- * `Elliptic and Hyperelliptic Curves <https://doc.sagemath.org/html/en/reference/arithmetic_curves/index.html>`_
192
-
193
- * `Modular Forms <https://doc.sagemath.org/html/en/reference/modfrm/index.html>`_
194
-
195
- * `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>`_
196
192
 
197
- * `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>`_
198
194
 
199
- * `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>`_
200
196
 
197
+ * `Elliptic and Hyperelliptic Curves <https://passagemath.org/docs/latest/html/en/reference/arithmetic_curves/index.html>`_
201
198
 
202
- Status
203
- ------
199
+ * `Modular Forms <https://passagemath.org/docs/latest/html/en/reference/modfrm/index.html>`_
204
200
 
205
- 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>`_
206
202
 
207
- `sage.all__sagemath_schemes` can be imported.
203
+ * `Modular Abelian Varieties <https://passagemath.org/docs/latest/html/en/reference/modabvar/index.html>`_
208
204
 
209
- 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>`_
@@ -1,14 +1,13 @@
1
- passagemath_schemes.libs/libflint-8c82a98a.so.21.0.0,sha256=Q4SWxoKzdagYtE-oby8IAUiNTMdh2WxAUsPhE63KPCE,12621289
1
+ passagemath_schemes/__init__.py,sha256=h7RoI8xdX-HxoVFWqyzhrMLeCXs05ErGl-rXlj_2Xjg,88
2
+ passagemath_schemes.libs/libflint-edf7fb90.so.22.0.0,sha256=MD3YZou85hLe1nME9zmMO9rgpWntwei2_yI19VNhFGo,12776233
2
3
  passagemath_schemes.libs/libgcc_s-2d945d6c.so.1,sha256=NdOgO2If8roY3PSnJ81CsBa1rjMvN_uWPCo_V0ThwEY,203337
3
4
  passagemath_schemes.libs/libgmp-28992bcb.so.10.5.0,sha256=chvEgOPn69KHFEAC4oKOFhJ2LjYfSTYlyAEyFvE1hJg,668217
4
- passagemath_schemes.libs/libgmpxx-cb7f23ef.so.4.7.0,sha256=KNzYJcIVIdVfiYqWy1tQbH-KYtfNHmbA-u2jFKVeWsw,271345
5
- passagemath_schemes.libs/libmpfr-e34bb864.so.6.2.1,sha256=WmkxV5-9R13fjzso71U22-c_r9jNTtlOC6qE-ZwszGk,931905
5
+ passagemath_schemes.libs/libgmpxx-fecb01a9.so.4.7.0,sha256=BkfN5kf8gm9TcQm2JFejBdo15G_Eux2vFDR1YUVcXw8,271345
6
+ passagemath_schemes.libs/libmpfr-1fc8ea36.so.6.2.2,sha256=6QZDznN7C9yVcv5AG5GpXZWrvxsAw1kqTlkqECWjLIQ,931889
6
7
  passagemath_schemes.libs/libstdc++-85f2cd6d.so.6.0.33,sha256=D3uBWNGP8cz5PIqwr4jUgv7u70AIVsNEjLuj90icFcw,3651889
7
8
  sage/all__sagemath_schemes.py,sha256=DcNFf5xxKTh5cpcVX-fD3bDtMXDUsWhfUZwOxHC1vOc,681
8
- sage/databases/all__sagemath_schemes.py,sha256=zBgm8Vj2MtXC4ZxhnfVUZVWebxpBQogH5_gKHaHw_-k,539
9
+ sage/databases/all__sagemath_schemes.py,sha256=Uv4b55yrC5_EkSz2uejDaob1ViG_hR6g4FV-3gFmFww,168
9
10
  sage/databases/cremona.py,sha256=-sJwRPEg-EL_q19UGlZka6gLhxLAPXF_lgFl5xjNCMw,60222
10
- sage/databases/db_modular_polynomials.py,sha256=19ayElv7xTq31Y8rR_u7m4YZXHIFquxoOeTWK8uT0mQ,8306
11
- sage/databases/stein_watkins.py,sha256=XBffOYwT9sYprrXy0YvgNOCIj8AegEnAfodZE-pzDmE,11674
12
11
  sage/dynamics/all__sagemath_schemes.py,sha256=si-sI9dvt8Wvmg8itvMzLKS5E4EZIMhP_rhhLiiYsdY,98
13
12
  sage/dynamics/arithmetic_dynamics/affine_ds.py,sha256=aclLRyaE29QhG0pUPTVcgtojeoeHV9Fe7Q6QRreqlLI,40443
14
13
  sage/dynamics/arithmetic_dynamics/all.py,sha256=07ri1R3fJwne5jsAG8sm4-IIViytspFfHtI4jTdLDVM,970
@@ -19,13 +18,13 @@ sage/dynamics/arithmetic_dynamics/endPN_minimal_model.py,sha256=1WNHFUVfnVtFytl9
19
18
  sage/dynamics/arithmetic_dynamics/generic_ds.py,sha256=5Ud60N7DgxixvRrInz2mbVr3JTsiKqmY-bI-LXRENyw,26758
20
19
  sage/dynamics/arithmetic_dynamics/product_projective_ds.py,sha256=oJ9Y5T_6ZaJFCNBfBiOt9KOG7NvM_VnIbuKK3j4Yg40,12402
21
20
  sage/dynamics/arithmetic_dynamics/projective_ds.py,sha256=74FqmhffV0BSPLF3siLWg65Pv11fIhe2jSeFSoQgMs8,404743
22
- sage/dynamics/arithmetic_dynamics/projective_ds_helper.cpython-311-aarch64-linux-musl.so,sha256=DlAh-0XuNpAjprNiUSc5Ajl6NUh_Xzx9qYWPXrZkPPc,710648
21
+ sage/dynamics/arithmetic_dynamics/projective_ds_helper.cpython-311-aarch64-linux-musl.so,sha256=DgHXaJsNxGNLRBgeFre4FT2Aj_7BibLEc7cWJr2vg1c,735592
23
22
  sage/dynamics/arithmetic_dynamics/projective_ds_helper.pyx,sha256=mtmctUxb10vS4kLBh9J1KnusExR4gAPt9WpbCLMaRtU,9600
24
23
  sage/dynamics/arithmetic_dynamics/wehlerK3.py,sha256=sC7t-Ml5eH3ae0RTp0JqiHkVJeKUN9vKpqXktBFlPKI,102007
25
24
  sage/lfunctions/all.py,sha256=N-op29LuASMAKXg_e-e3bFdMhBTn5Fsf5wN3Kc5mnIU,377
26
25
  sage/lfunctions/dokchitser.py,sha256=rQE4ShXNRBfOIuZaLrbTrV1v-L06jC7-5em2NdFwz2c,26903
27
26
  sage/lfunctions/pari.py,sha256=Y_QeRE3OK_QuXypHyUt-uygrZSb8qh5uHSpUEbPCXbA,26627
28
- sage/lfunctions/zero_sums.cpython-311-aarch64-linux-musl.so,sha256=6RWJeWKgRCBIzrVKsChUgRoU8KzB3LuTDbA8Q7uzN2M,2103137
27
+ sage/lfunctions/zero_sums.cpython-311-aarch64-linux-musl.so,sha256=G9HKsZcUGW8TsKyU2aWqw1EGKH4ndBq-5a9BFyyLBRs,1906625
29
28
  sage/lfunctions/zero_sums.pyx,sha256=GRN1BlgB_WulYTqzJgAbSgHdXiCP3IFJnE0lf6WfkXw,70057
30
29
  sage/modular/all.py,sha256=3Spte_DhWS4UBSU9kLw7BcG4lV-5i2zP7EsuvF-DXVg,1325
31
30
  sage/modular/buzzard.py,sha256=QsTWt103Lao9VmTifRMJ6ySiqmV6RcO6k8TjMsRgC0w,3577
@@ -36,7 +35,7 @@ sage/modular/cusps_nf.py,sha256=IAIr1ydAJTQuqGxlvrE8SKkWeshA11VLgGBbf4Wwems,4224
36
35
  sage/modular/dims.py,sha256=rZ4SEieO94sHqNOWgUq2z6tWZNBb5vG8gc6XndvWwMQ,16428
37
36
  sage/modular/dirichlet.py,sha256=7-HTOihqo5YijgszDsrKyIv7Zu5iVfbwHJl3sQyAnCI,114410
38
37
  sage/modular/etaproducts.py,sha256=O_Xv7cjuFXJdfQVgFx7Xu4exZ95i_moJ8b7oOqce_MU,34339
39
- sage/modular/hypergeometric_misc.cpython-311-aarch64-linux-musl.so,sha256=Q1A5KHXrhtYtyks794a75StTiupLpw2Q6hG5ENhQVHs,601528
38
+ sage/modular/hypergeometric_misc.cpython-311-aarch64-linux-musl.so,sha256=mFvYhS-LOkkeyM14olFGVqr8Qyd11cmJcmCHoD--q-w,523936
40
39
  sage/modular/hypergeometric_misc.pxd,sha256=4ygpyLU_2P-Q9Eaj-UX7wyRDRQsPCz_AXVSq7BImSWI,194
41
40
  sage/modular/hypergeometric_misc.pyx,sha256=mC9GqplTW_KFyyihkihRpt0c8IH7RlVqqax3vRv_rMc,5491
42
41
  sage/modular/hypergeometric_motive.py,sha256=DsQbUvwg3WwQy5bBhuAeJZUX_dzmd0xQbo8lZGLIRQc,67845
@@ -56,11 +55,11 @@ sage/modular/abvar/morphism.py,sha256=srlwXo2-T1xW8UwXwz_GqkJtzWHxHvE84ZfGCJYMS1
56
55
  sage/modular/abvar/torsion_point.py,sha256=D48mmj-bPyR3QWCIHzgRemZau-NyURPIXUmEsPueH38,8512
57
56
  sage/modular/abvar/torsion_subgroup.py,sha256=Xlh0O96eLSI17iypRvModEcyCyxC1FZsrHYdfAF4ki4,26163
58
57
  sage/modular/arithgroup/all.py,sha256=sC--9c3FtsDLxps8b0qUwtC277fDk7V-uMAqZo_5ob0,1383
59
- sage/modular/arithgroup/arithgroup_element.cpython-311-aarch64-linux-musl.so,sha256=i2nSBvqgMS_7Fv11w0ezMw3oBbskQnwO8fF-LwyMne8,909760
58
+ sage/modular/arithgroup/arithgroup_element.cpython-311-aarch64-linux-musl.so,sha256=PBPzw4-xEgQBI-l3Jmh9iJhMkoqFZfBJgAiJLDgBE54,912016
60
59
  sage/modular/arithgroup/arithgroup_element.pyx,sha256=9jiZtLvMABALZ_dRlldb3GU8wfHHiWCxKdwNNS5g8Dw,13499
61
60
  sage/modular/arithgroup/arithgroup_generic.py,sha256=s9m5_XNCwwYzfHLODmeOgUO_7xG4ihBxEONwvDuv2R4,47546
62
61
  sage/modular/arithgroup/arithgroup_perm.py,sha256=_2bTtkmf-v9latl7VNkFIfoBHK4Ax0Zh2PZMN0ZreNI,88611
63
- sage/modular/arithgroup/congroup.cpython-311-aarch64-linux-musl.so,sha256=s9YJiXbuzuEdHlRqoLh9E8-kszTlwCTQPptPxs-7lQc,766000
62
+ sage/modular/arithgroup/congroup.cpython-311-aarch64-linux-musl.so,sha256=1XHjzVRCajW7XOALPCTpTiloBLuAEuEkqP01Tcdvvoo,722624
64
63
  sage/modular/arithgroup/congroup.pyx,sha256=8TnXxSkTSJb4Nn-fT6BxWO_pdC0fhMK1uM0P3QBUsko,11899
65
64
  sage/modular/arithgroup/congroup_gamma.py,sha256=XEAUde8MfMwrDH5cDNiHgddv-D_w7a3q9PIo63xrLIo,10724
66
65
  sage/modular/arithgroup/congroup_gamma0.py,sha256=yIPwgeCgIP_6W5AC4Hxyg8taTEAT6AMkiCJDyXTM7Bo,21153
@@ -68,8 +67,8 @@ sage/modular/arithgroup/congroup_gamma1.py,sha256=mIhHmJRZE5XKClj7FkODJI4jpXeHF5
68
67
  sage/modular/arithgroup/congroup_gammaH.py,sha256=XvlRKFgnIuSi4XvaQ9s_CKoVZX47BBmmY95YbPu32KA,47855
69
68
  sage/modular/arithgroup/congroup_generic.py,sha256=-tAmEsKA-xp15OiDCyteTMCgRyvfmCy7Czl93cXKZGQ,21997
70
69
  sage/modular/arithgroup/congroup_sl2z.py,sha256=8CbFtKYrkN6dCkOEpsZ-Kdt5bDt7OGK0PkDgQap0v4U,8079
71
- sage/modular/arithgroup/farey_symbol.cpython-311-aarch64-linux-musl.so,sha256=wB3f_7GyZC1epZ_K4uwZH9_lE4IAe_YLlsq6eDiKBFw,3816497
72
- sage/modular/arithgroup/farey_symbol.pyx,sha256=PcrTBQ0-ipBCfLvnq9-rC_6rLxed32NxVfQ3quJ4li8,35930
70
+ sage/modular/arithgroup/farey_symbol.cpython-311-aarch64-linux-musl.so,sha256=QbGJm0jTfq4KN7iz92OB7Hos-DPd6rPJdg-7eeki9QI,3816577
71
+ sage/modular/arithgroup/farey_symbol.pyx,sha256=bm4bSsbcGXOKwm6LkdPuImOX_S43s1X0_-tgTmKoevU,35930
73
72
  sage/modular/arithgroup/tests.py,sha256=eAbS5VXAYlzYTlym6ij7M1Qt5O265zD8t6d_8rNc-ZE,13474
74
73
  sage/modular/btquotients/all.py,sha256=1SFXdEwzY5RIc02U-yotuuXxTYbfHfOIQACAuV_qmrY,224
75
74
  sage/modular/btquotients/btquotient.py,sha256=1j6lxFeScek4cdHYTgbm_sS7tCb0CelNwbYXATXC0XE,128392
@@ -110,7 +109,7 @@ sage/modular/modform/half_integral.py,sha256=OaI5Qz-Q0Df2owjrpoitVpfRG1ySuRp6-4j
110
109
  sage/modular/modform/hecke_operator_on_qexp.py,sha256=1VwefkLzNPL8f1PYo315L51XCzDrovmE_d204U4dAzQ,9281
111
110
  sage/modular/modform/j_invariant.py,sha256=anhuoWrBCeJko6AHq9fY3O9S8MPFtwEcDLJl9OuBZp0,1324
112
111
  sage/modular/modform/l_series_gross_zagier.py,sha256=NUVn3rbI8CsHorbtl7oXEgkyzlo897-fvruscvjpa5o,4791
113
- sage/modular/modform/l_series_gross_zagier_coeffs.cpython-311-aarch64-linux-musl.so,sha256=JOrl8oEbBvkmeyuGTttQL32ekv8E0tpO5VnwlLDOWPs,539800
112
+ sage/modular/modform/l_series_gross_zagier_coeffs.cpython-311-aarch64-linux-musl.so,sha256=Jde590wSN5FMbJg-wgqmNHFjteMspdFl0kB20Y6g2UY,420304
114
113
  sage/modular/modform/l_series_gross_zagier_coeffs.pyx,sha256=tinQaQrnKH-JrQFMziVdhqJjyjEqufeJrbXe1CMlZtg,6157
115
114
  sage/modular/modform/notes.py,sha256=lyKyTwqWv0Orw59g7bc0tVg885jJpMAVIFOiHJpGtSc,1994
116
115
  sage/modular/modform/numerical.py,sha256=MH1JjDPkmUI5w6zGrGD_whP7ARxCyOVYyGqzy3nQ_1U,17545
@@ -144,18 +143,15 @@ sage/modular/modsym/element.py,sha256=XXEFfQ5WXQAAQ6tM6r0f9xM1Rfa6RqyJMet1VAQKK7
144
143
  sage/modular/modsym/g1list.py,sha256=Ua1XE3csqj3UxPOkTlsa0hr3XPsgvNs2Uy2ZyYzHBZQ,5513
145
144
  sage/modular/modsym/ghlist.py,sha256=kcVouPBuXn11NBi9z60Fy7yHOgtB_JONkG6UdbImpIY,5809
146
145
  sage/modular/modsym/hecke_operator.py,sha256=EI0SmkCdUHfb2OR_z5jvwH9g3LZc_jo4n39yVu5y7eA,2341
147
- sage/modular/modsym/manin_symbol.cpython-311-aarch64-linux-musl.so,sha256=VgFUoLRZSfCavCsyRcKnxJUKa10xyYbiGZ6eya3kT68,950128
146
+ sage/modular/modsym/manin_symbol.cpython-311-aarch64-linux-musl.so,sha256=JuQVlyLQOGNAcTjUFfNwgWNcLiBEN1RfT8WJGrPGTvQ,945064
148
147
  sage/modular/modsym/manin_symbol.pxd,sha256=9HHrKu-QXYiim4wVNDPlGn7Z2fvzS2uPoBvfIrskKv8,148
149
148
  sage/modular/modsym/manin_symbol.pyx,sha256=tooV9wn4UaCUVB90Vo55oHxg1YTHTiiQcVaifMdDNkU,16397
150
149
  sage/modular/modsym/manin_symbol_list.py,sha256=o_b0WgI_QjkmrWnMxEp6s8NKq2-cepjLzpLAmgI98ZI,42106
151
150
  sage/modular/modsym/modsym.py,sha256=TW4iqstTEXMpcNW3QbXCgByPnw1JvHm8pT8AliCMoec,15292
152
151
  sage/modular/modsym/modular_symbols.py,sha256=JuDz-oXkwQLCEDj7ZgQw-N_dznZOGBs72rBnNABtUeM,11865
153
- sage/modular/modsym/p1list.cpython-311-aarch64-linux-musl.so,sha256=URzhP1TTCkOKS4R_ejb1qEsgpm-OQfC1lm8fCgYdAjU,1032792
154
- sage/modular/modsym/p1list.pxd,sha256=xtA8RTMe63dg7tVn1c5MXKmwF6h1ZS8m89KVcleoEAM,995
155
- sage/modular/modsym/p1list.pyx,sha256=HsPjuziHyNV5j7Ida1LCyhyTItnT7Q9OJlqsRde0eAU,34265
156
152
  sage/modular/modsym/p1list_nf.py,sha256=P07-xSxo-50a8uGgPgbgttKFOfJLLf6aGtvQoJTHGLo,37636
157
153
  sage/modular/modsym/relation_matrix.py,sha256=OBlXbPiubW_BMevsNLEUPizXvNPBXC83ICwaXjfLJbk,19385
158
- sage/modular/modsym/relation_matrix_pyx.cpython-311-aarch64-linux-musl.so,sha256=JA_EA-jINMv3KQCvFnOPdXiX1chvh5neeaMRpyz1HZA,392616
154
+ sage/modular/modsym/relation_matrix_pyx.cpython-311-aarch64-linux-musl.so,sha256=dyOGCI75-TWH7VYadq9R36khvC2sl63O_NWOJ8KvK60,380000
159
155
  sage/modular/modsym/relation_matrix_pyx.pyx,sha256=1T5wNeJqNEFHL4LwP5NJZSJkNZ16Pivsa4kv8Zr_9_U,3688
160
156
  sage/modular/modsym/space.py,sha256=e9d1SbwwSiKpQxsQ-rhGpcC4NzCp_SAUC9H1vnWPLbw,94158
161
157
  sage/modular/modsym/subspace.py,sha256=1Nv94aHU-DCk-ikKpC82-zR8AuGN15zFHlXd-jyTOX8,18091
@@ -207,19 +203,19 @@ sage/schemes/elliptic_curves/addition_formulas_ring.py,sha256=5bRrVw61aoXT5itc27
207
203
  sage/schemes/elliptic_curves/all.py,sha256=-R0aabNJoruoOvkSmeVqYZMbdkznROOont2x52iFDKo,2261
208
204
  sage/schemes/elliptic_curves/cardinality.py,sha256=3Lk_1MeKRJPtLfKDuZ_VV-TI_FZrrUMEZ4PuKQ9qiR0,20771
209
205
  sage/schemes/elliptic_curves/cm.py,sha256=JTet2USHHe2tShx7P8LLklW8I8vbOifBVQRzT-C179M,43640
210
- sage/schemes/elliptic_curves/constructor.py,sha256=TAOzbjXLt6ELQzJWHPhGZpaR0WhdNnsoO4CeI3YEmmY,58733
206
+ sage/schemes/elliptic_curves/constructor.py,sha256=oRTBd_3ilUupEZgVjnYEyADTWdEPJ0gf9RUvhsmhHTM,58775
211
207
  sage/schemes/elliptic_curves/ec_database.py,sha256=xxbrrKkGKW15in9tkCwj5RLAgEaNw8WI65OwL6czeAg,6661
212
208
  sage/schemes/elliptic_curves/ell_curve_isogeny.py,sha256=--Xh7bCAbYk4sqVs_g0ehXVHjYWZldIe0vl_HcjdjiA,148816
213
- sage/schemes/elliptic_curves/ell_egros.py,sha256=gB9izr2vCaxxeLkKkUmLAjk8HhZl4ml8HlFdEmiS_PY,15100
214
- sage/schemes/elliptic_curves/ell_field.py,sha256=dZtQW5CcZ3W244ZM9THprJ0saWKfhHEGysYGdUnUjjc,122996
215
- sage/schemes/elliptic_curves/ell_finite_field.py,sha256=4Vli3Gj2N7fEN7raTECAGODMa_fo_Eg4dEUMLNNfej8,133723
209
+ sage/schemes/elliptic_curves/ell_egros.py,sha256=AvtmqiMic1WqbxAK7rpeo9FQcoJfgQaTsyjsyk1T24g,15114
210
+ sage/schemes/elliptic_curves/ell_field.py,sha256=c3aGKIc10EiyJ5gIauy4R_1cVVQ-HxSNpLGLW5eNIp0,123100
211
+ sage/schemes/elliptic_curves/ell_finite_field.py,sha256=Xs_y47ZDvtRajvTLIxwVb07fCyHR1oUSHsUkm6ah5hs,133867
216
212
  sage/schemes/elliptic_curves/ell_generic.py,sha256=3cLNWHAE0wA5smHHERQvmmrKMF8k68GXkiz5lzXfNrE,141241
217
213
  sage/schemes/elliptic_curves/ell_local_data.py,sha256=ePMwNw4Bhi826drA_So9_S1h8tmUYHCx0RzZFFxhqC8,48337
218
214
  sage/schemes/elliptic_curves/ell_modular_symbols.py,sha256=GEXB7g1htEPUFlpTs1zdjCeIPh1hO1eHqpMh_xbgcpI,30945
219
- sage/schemes/elliptic_curves/ell_number_field.py,sha256=a_dwHEo6RYiYqJ0idZp75IMlQqGApsgI9b_DRdmcV0M,167924
215
+ sage/schemes/elliptic_curves/ell_number_field.py,sha256=eJX5wj18G3IRxfwt5k0_4pcix6NBWhrH2f5riGv-_sY,168246
220
216
  sage/schemes/elliptic_curves/ell_padic_field.py,sha256=5WYo3_aXozVeYomLjo5qFc2UzqQgGJJ8xiuPUURFKKo,3609
221
- sage/schemes/elliptic_curves/ell_point.py,sha256=kqHqpBqQmDsGbJCXfjaXY3ezhaKZaM278qKx4lDGxOA,176525
222
- sage/schemes/elliptic_curves/ell_rational_field.py,sha256=v6SUkkpwbpIkH_Xi8M4RI23osGAQCEMdXDw4ZEKPWiI,283121
217
+ sage/schemes/elliptic_curves/ell_point.py,sha256=jciYBf5RG5J1O7BqhNXxtpDxHuKU2wqXVuNs_igmyWU,176759
218
+ sage/schemes/elliptic_curves/ell_rational_field.py,sha256=GdwdkvsXYODG2bm7J4dDl4wgy9EL5l2B9774LJdz-kw,283678
223
219
  sage/schemes/elliptic_curves/ell_tate_curve.py,sha256=I5lsu8_7iaMqrwZ7DQTDvfhwdne3ip0YrSc0LRNcGyI,24851
224
220
  sage/schemes/elliptic_curves/ell_torsion.py,sha256=LaYQDpkqwZglQ2wYk2zXn4DAO4Qw5NUs91AjV3ou0KQ,15673
225
221
  sage/schemes/elliptic_curves/ell_wp.py,sha256=nM6d0pHtnbHp93OZ2BnL-iG3RCXarCRQti7jfH-Mjwk,12038
@@ -227,30 +223,30 @@ sage/schemes/elliptic_curves/formal_group.py,sha256=y85eN677lOuGKvqKeAlMZTfh_jDp
227
223
  sage/schemes/elliptic_curves/gal_reps.py,sha256=BQLtDhmBxRjUxwTqucQLZ-NVVu92Lwd2CB36U-T0fA8,57959
228
224
  sage/schemes/elliptic_curves/gal_reps_number_field.py,sha256=r1OWvbZynHVcx7NoGBX8qEM38G45eP5ljr1atJmKQDE,58390
229
225
  sage/schemes/elliptic_curves/gp_simon.py,sha256=kW9AsCUPHPZye2z5alAxtnfjhcn9C_Zns5potSIOF7o,5320
230
- sage/schemes/elliptic_curves/heegner.py,sha256=lhJgNswSPkxqhchWpLM0f5ZkvqtvW4hbTtI1kxYJY5w,257259
231
- sage/schemes/elliptic_curves/height.py,sha256=QVgY093-R78supDgixtcdmaNeZ3e12jsOb104Hb78to,74079
232
- sage/schemes/elliptic_curves/hom.py,sha256=EVWdqcHIfOQEkil1v_157sczlXJhJPXyN0FXAlvYZSQ,52548
233
- sage/schemes/elliptic_curves/hom_composite.py,sha256=eVrTpdIIGe7VWCJ30TxnuATi6-sdVZH0QSjDRm5PfO4,41576
234
- sage/schemes/elliptic_curves/hom_frobenius.py,sha256=wNI3YmJv5okOnbaMLTmrbPuDjLNC3CKH0T-zu9_HenM,20754
226
+ sage/schemes/elliptic_curves/heegner.py,sha256=EOqm8MkCpSGWc29VE0fTjP18t0vjhdgHC65y3db3FY8,257460
227
+ sage/schemes/elliptic_curves/height.py,sha256=bRSL_NXGgucWgGS5Aj-EGMJSxRlUxeeRXru9TVY3f80,74898
228
+ sage/schemes/elliptic_curves/hom.py,sha256=mvlLyd5UNqja4PyM3nxG01sM-g_X2LuFBc5zM3sM99A,52625
229
+ sage/schemes/elliptic_curves/hom_composite.py,sha256=YfODPMMS9Pia1x3uv8Jz26eU8Yg3Y5S8kFHqFBpDfGk,41516
230
+ sage/schemes/elliptic_curves/hom_frobenius.py,sha256=66GlIRQ54RukfS-NyqcnBa3wAZ0-3ZlsaVKEKB-tVXc,21052
235
231
  sage/schemes/elliptic_curves/hom_scalar.py,sha256=ULj_Q4EKPs4f4v6RrvSEc2LSoVig4ptnIIfWpIAnSo4,19894
236
- sage/schemes/elliptic_curves/hom_sum.py,sha256=TfD8qLjiM4oZClbMTurVyQRoNJ83M3x64L4tw0S7-DA,27400
237
- sage/schemes/elliptic_curves/hom_velusqrt.py,sha256=rFmhDUMVPIjHg1FgGNtv4vw1NMh82vdpBsLRhMoopDU,48725
238
- sage/schemes/elliptic_curves/homset.py,sha256=uKolYlNwgqTSG3YTf0ejdeuW3KY3C01Wl6yZfEAAkDg,9780
232
+ sage/schemes/elliptic_curves/hom_sum.py,sha256=AK5_XoZTdLQOMV6zJZlBse4it_C59ZtbNP3O4Q2rREY,27505
233
+ sage/schemes/elliptic_curves/hom_velusqrt.py,sha256=_k3ZTsBG9gk6OP6KngV9mOGpCFstza64pIOVNN4j0QA,49036
234
+ sage/schemes/elliptic_curves/homset.py,sha256=63fwybcp5yW8Zen1rQwl9zeknSI0FDvrbI1bAuUPe60,9910
239
235
  sage/schemes/elliptic_curves/isogeny_class.py,sha256=VQe_yHvNj_V6NdysBLk6KzvgH4XndPrjm3PByWjyn7g,60069
240
- sage/schemes/elliptic_curves/isogeny_small_degree.py,sha256=q80NrCE9dq6JUXI9zVPiDG_4Bb3y_2X_Ea4uWHsH48k,140430
236
+ sage/schemes/elliptic_curves/isogeny_small_degree.py,sha256=BXJji8aYeX_x-96n5uAq4JLC7lOr1OpeK6tcqlFp5yk,140444
241
237
  sage/schemes/elliptic_curves/jacobian.py,sha256=uwYXPh9TaanJvfxq4u9tM2yqP8lmBi8hzrZpgBUkPBU,8453
242
238
  sage/schemes/elliptic_curves/kodaira_symbol.py,sha256=IfjH2HIlqgg5nM650oQ3zn609119u7X8DXld6jEwO0k,11327
243
239
  sage/schemes/elliptic_curves/kraus.py,sha256=pLd9YKgoF9Oo2sBiZNXxwT6bqy2cCst99WiJKGEDAUk,37224
244
240
  sage/schemes/elliptic_curves/lseries_ell.py,sha256=qUPn8PhntyWCGtvBQqo9zp1JS6izhkqDViQb5CYMmX8,34351
245
241
  sage/schemes/elliptic_curves/mod5family.py,sha256=H--09A-wVTKcwMtk4R8-FiHmyb3v52HzyRclPxr8eco,6241
246
- sage/schemes/elliptic_curves/mod_poly.py,sha256=VKYRrhgus37YURyMEG4y7ZOHve0b81zBl1mDjkKCkQI,6833
247
- sage/schemes/elliptic_curves/mod_sym_num.cpython-311-aarch64-linux-musl.so,sha256=JwbFCR6bNv769BfSemak-cDg73ppwzbDCB8edRROvws,4193832
242
+ sage/schemes/elliptic_curves/mod_poly.py,sha256=NcimVW4VUn6LeyVI0mB7M4krTCJqZ0Kl3JTrV96o2UI,7121
243
+ sage/schemes/elliptic_curves/mod_sym_num.cpython-311-aarch64-linux-musl.so,sha256=wD6gScQkxXdBoi9lxdMS5v73cYqc1keMyNN3-namhtA,3817472
248
244
  sage/schemes/elliptic_curves/mod_sym_num.pyx,sha256=6Jdbu6dMONqdYVOzdbl_k3oPihuIHoA9XeBjoO5iKFg,128024
249
245
  sage/schemes/elliptic_curves/modular_parametrization.py,sha256=s-2Zy-kid1rDkqeTfKxUo_jv5y5FwqKKor2tmXI6joc,11511
250
- sage/schemes/elliptic_curves/padic_lseries.py,sha256=0wEZ9gAm-vAkv12IAr1wQX_A2XDXPngtsWiCmUii5sA,68338
251
- sage/schemes/elliptic_curves/padics.py,sha256=v3oBo9xcb9dH5EAGyF1ur1lVMAtt4ww8pkW5PgCoeQ8,68286
246
+ sage/schemes/elliptic_curves/padic_lseries.py,sha256=8Ols9FJbjL2n191WVif3-e5Qbwn2XhalFoE4Bk8iGtg,68928
247
+ sage/schemes/elliptic_curves/padics.py,sha256=SC29kDsVU4hVyltpY5P98jSH7YWSH-mwoLQIMtnLfxc,69773
252
248
  sage/schemes/elliptic_curves/period_lattice.py,sha256=TdElVdmfZz8MolyXwX4dkvccuFQA6TVbu19wcjce5VE,87313
253
- sage/schemes/elliptic_curves/period_lattice_region.cpython-311-aarch64-linux-musl.so,sha256=CMk97MJPNe75J2k0obUGKHGbXLeAKiqKrKgDr_ClXn4,1189400
249
+ sage/schemes/elliptic_curves/period_lattice_region.cpython-311-aarch64-linux-musl.so,sha256=Dds_y-vYy1F6S256_0GbXLVVpGb0EzhvyEO8hC1uU14,1158200
254
250
  sage/schemes/elliptic_curves/period_lattice_region.pyx,sha256=L3VC8hhpsT8R2qCa0FGx0Pe203_qULvBztDvpLs2WNw,26865
255
251
  sage/schemes/elliptic_curves/saturation.py,sha256=0I8yJFhKxkuw3jUsr436exMriuCMzCUTwry-AkAG218,29966
256
252
  sage/schemes/elliptic_curves/sha_tate.py,sha256=UWswDqk0bpc_b3lomx59i9wZ4tRYTInWHm1QmHfu8VM,42991
@@ -286,7 +282,7 @@ sage/schemes/plane_quartics/quartic_constructor.py,sha256=cxtNbAQU1LwS_J1IDc-XVl
286
282
  sage/schemes/plane_quartics/quartic_generic.py,sha256=xwttaBgfYNV4J-69CltnUTb03ifioiNPu0RZYd6bJD0,2353
287
283
  sage/schemes/riemann_surfaces/all.py,sha256=JwV8MkH47B6dCgjMmXqYFRkBGUDJGBJVOK3vqaNneuk,46
288
284
  sage/schemes/riemann_surfaces/riemann_surface.py,sha256=41lRo36iKE_AMn2jc8eJjBfhFAj2y81OSTEa02yUuUY,166793
289
- sage_wheels/share/cremona/cremona_mini.db,sha256=otUp79spDE8SqVfGxshc2UAago-P3qPYrihadct7OoA,8392704
285
+ sage_wheels/share/cremona/cremona_mini.db,sha256=qiL5y3U4gfpI3kR6gxOWSynO0Nqt6hLc28hEc785Ass,8392704
290
286
  sage_wheels/share/ellcurves/rank0,sha256=s3nvF8sYYqDBX5VnyVArmGgYroTFa4kPzTTxCAKcFpY,1026900
291
287
  sage_wheels/share/ellcurves/rank1,sha256=wNVQ6qoqbahI1rbWAZVDWgs_KYvsE8wgWjnrad2zPmM,1047527
292
288
  sage_wheels/share/ellcurves/rank10,sha256=BXmT1Yx8C5R7BdWVwkDTQfzjoaQsJ71WtExlVKqPd0I,367
@@ -310,8 +306,8 @@ sage_wheels/share/ellcurves/rank6,sha256=-tFSQjn49LsQBDlOC36UQ2Qp-YrvD9-NThicJAV
310
306
  sage_wheels/share/ellcurves/rank7,sha256=5JSuRVW-i44gQp0K-brmFSsZV-1JA3FrO8wvkx0yYZc,219
311
307
  sage_wheels/share/ellcurves/rank8,sha256=RaxF7iEk1bhymc8vFJKuCTb_QOAiDdqbdeIPaNVc_X8,293
312
308
  sage_wheels/share/ellcurves/rank9,sha256=Zjlzi8tYWuYimF3nB0vWZePVyRcwiNwjfV1ee7T0W1s,385
313
- passagemath_schemes-10.6.1rc13.dist-info/METADATA,sha256=C0hC7dJuapFN2cGW_hw40IiJKeHE6fBIRakonrkcvZ0,9063
314
- passagemath_schemes-10.6.1rc13.dist-info/METADATA.bak,sha256=MqzXbLWJ3uzdTIs1R0FQcMBiQNCxYOn7LXAIWLSdC8k,9107
315
- passagemath_schemes-10.6.1rc13.dist-info/WHEEL,sha256=LNZuceeFd58B9QVekwESAWqB09LEv_tgGDcYQrpkG9U,113
316
- passagemath_schemes-10.6.1rc13.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
317
- passagemath_schemes-10.6.1rc13.dist-info/RECORD,,
309
+ passagemath_schemes-10.6.44.dist-info/METADATA,sha256=rdf3mmxFFYgO9UOn-dwDFkaPcoKl9WJVt91wPx_yL3o,9285
310
+ passagemath_schemes-10.6.44.dist-info/METADATA.bak,sha256=OqhtpHByLU9pHv_EStp4h-kylG4DE0L66Tso-dSg244,9353
311
+ passagemath_schemes-10.6.44.dist-info/WHEEL,sha256=LNZuceeFd58B9QVekwESAWqB09LEv_tgGDcYQrpkG9U,113
312
+ passagemath_schemes-10.6.44.dist-info/top_level.txt,sha256=kuYhOHrqYo2ke1Cd22xf3zT1MuKbrkQ_xYgqmIKxjFg,26
313
+ passagemath_schemes-10.6.44.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_schemes
3
+ sage
@@ -4,14 +4,4 @@ from sage.misc.lazy_import import lazy_import
4
4
 
5
5
  lazy_import('sage.databases.cremona', 'CremonaDatabase')
6
6
 
7
- from sage.databases.db_modular_polynomials import \
8
- ClassicalModularPolynomialDatabase, \
9
- DedekindEtaModularPolynomialDatabase, \
10
- DedekindEtaModularCorrespondenceDatabase, \
11
- AtkinModularPolynomialDatabase, \
12
- AtkinModularCorrespondenceDatabase
13
-
14
- lazy_import('sage.databases.stein_watkins',
15
- ['SteinWatkinsAllData', 'SteinWatkinsPrimeData'])
16
-
17
7
  del lazy_import
@@ -1,7 +1,7 @@
1
1
  # sage_setup: distribution = sagemath-schemes
2
2
  # distutils: sources = sage/modular/arithgroup/sl2z.cpp sage/modular/arithgroup/farey.cpp
3
3
  # distutils: language = c++
4
- # distutils: extra_compile_args = -std=c++11
4
+ # distutils: extra_compile_args = -std=c++17
5
5
  # sage.doctest: needs sage.libs.pari
6
6
  r"""
7
7
  Farey symbol for arithmetic subgroups of `\PSL_2(\ZZ)`