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.
- passagemath_schemes/__init__.py +3 -0
- {passagemath_schemes-10.5.48.dist-info → passagemath_schemes-10.6.47.dist-info}/METADATA +42 -42
- {passagemath_schemes-10.5.48.dist-info → passagemath_schemes-10.6.47.dist-info}/METADATA.bak +43 -43
- {passagemath_schemes-10.5.48.dist-info → passagemath_schemes-10.6.47.dist-info}/RECORD +159 -140
- passagemath_schemes-10.6.47.dist-info/top_level.txt +3 -0
- passagemath_schemes.libs/{libflint-7dd7ad94.so.19.0.0 → libflint-edf7fb90.so.22.0.0} +0 -0
- passagemath_schemes.libs/{libgcc_s-69c45f16.so.1 → libgcc_s-2d945d6c.so.1} +0 -0
- passagemath_schemes.libs/{libgmp-8e78bd9b.so.10.5.0 → libgmp-28992bcb.so.10.5.0} +0 -0
- passagemath_schemes.libs/{libgmpxx-e6de26f1.so.4.7.0 → libgmpxx-fecb01a9.so.4.7.0} +0 -0
- passagemath_schemes.libs/{libmpfr-5ff10580.so.6.2.1 → libmpfr-1fc8ea36.so.6.2.2} +0 -0
- passagemath_schemes.libs/{libstdc++-1f1a71be.so.6.0.33 → libstdc++-85f2cd6d.so.6.0.33} +0 -0
- sage/all__sagemath_schemes.py +3 -2
- sage/databases/all__sagemath_schemes.py +0 -10
- sage/dynamics/arithmetic_dynamics/berkovich_ds.py +4 -4
- sage/dynamics/arithmetic_dynamics/generic_ds.py +3 -3
- sage/dynamics/arithmetic_dynamics/projective_ds.py +6 -6
- sage/dynamics/arithmetic_dynamics/projective_ds_helper.cpython-312-aarch64-linux-musl.so +0 -0
- sage/dynamics/arithmetic_dynamics/wehlerK3.py +18 -18
- sage/lfunctions/zero_sums.cpython-312-aarch64-linux-musl.so +0 -0
- sage/modular/abvar/abvar.py +12 -11
- sage/modular/abvar/constructor.py +3 -3
- sage/modular/abvar/cuspidal_subgroup.py +5 -6
- sage/modular/abvar/finite_subgroup.py +20 -18
- sage/modular/abvar/homology.py +1 -2
- sage/modular/abvar/homspace.py +1 -1
- sage/modular/abvar/lseries.py +3 -3
- sage/modular/abvar/morphism.py +1 -1
- sage/modular/abvar/torsion_point.py +1 -1
- sage/modular/abvar/torsion_subgroup.py +1 -1
- sage/modular/arithgroup/arithgroup_element.cpython-312-aarch64-linux-musl.so +0 -0
- sage/modular/arithgroup/arithgroup_perm.py +16 -16
- sage/modular/arithgroup/congroup.cpython-312-aarch64-linux-musl.so +0 -0
- sage/modular/arithgroup/congroup_gamma0.py +2 -2
- sage/modular/arithgroup/congroup_gamma1.py +4 -4
- sage/modular/arithgroup/congroup_gammaH.py +2 -2
- sage/modular/arithgroup/congroup_generic.py +2 -3
- sage/modular/arithgroup/congroup_sl2z.py +3 -3
- sage/modular/arithgroup/farey_symbol.cpython-312-aarch64-linux-musl.so +0 -0
- sage/modular/arithgroup/farey_symbol.pyx +1 -2
- sage/modular/btquotients/btquotient.py +4 -5
- sage/modular/btquotients/pautomorphicform.py +2 -2
- sage/modular/cusps.py +6 -4
- sage/modular/cusps_nf.py +7 -8
- sage/modular/dirichlet.py +34 -43
- sage/modular/drinfeld_modform/element.py +4 -4
- sage/modular/drinfeld_modform/ring.py +12 -12
- sage/modular/drinfeld_modform/tutorial.py +1 -1
- sage/modular/hecke/algebra.py +7 -5
- sage/modular/hecke/ambient_module.py +2 -2
- sage/modular/hecke/element.py +7 -2
- sage/modular/hecke/module.py +9 -9
- sage/modular/hecke/submodule.py +6 -8
- sage/modular/hypergeometric_misc.cpython-312-aarch64-linux-musl.so +0 -0
- sage/modular/hypergeometric_misc.pyx +3 -2
- sage/modular/hypergeometric_motive.py +2 -2
- sage/modular/local_comp/local_comp.py +19 -11
- sage/modular/local_comp/type_space.py +10 -8
- sage/modular/modform/ambient.py +4 -3
- sage/modular/modform/cuspidal_submodule.py +2 -2
- sage/modular/modform/element.py +72 -72
- sage/modular/modform/half_integral.py +1 -1
- sage/modular/modform/l_series_gross_zagier.py +3 -0
- sage/modular/modform/l_series_gross_zagier_coeffs.cpython-312-aarch64-linux-musl.so +0 -0
- sage/modular/modform/l_series_gross_zagier_coeffs.pyx +5 -2
- sage/modular/modform/ring.py +10 -12
- sage/modular/modform/space.py +18 -21
- sage/modular/modform/weight1.py +1 -2
- sage/modular/modform_hecketriangle/abstract_ring.py +7 -14
- sage/modular/modform_hecketriangle/abstract_space.py +63 -66
- sage/modular/modform_hecketriangle/graded_ring_element.py +11 -12
- sage/modular/modform_hecketriangle/hecke_triangle_group_element.py +82 -84
- sage/modular/modform_hecketriangle/hecke_triangle_groups.py +2 -2
- sage/modular/modform_hecketriangle/readme.py +9 -11
- sage/modular/modform_hecketriangle/series_constructor.py +10 -18
- sage/modular/modform_hecketriangle/space.py +29 -30
- sage/modular/modform_hecketriangle/subspace.py +9 -7
- sage/modular/modsym/all.py +2 -2
- sage/modular/modsym/ambient.py +13 -20
- sage/modular/modsym/boundary.py +2 -2
- sage/modular/modsym/manin_symbol.cpython-312-aarch64-linux-musl.so +0 -0
- sage/modular/modsym/manin_symbol_list.py +3 -7
- sage/modular/modsym/relation_matrix_pyx.cpython-312-aarch64-linux-musl.so +0 -0
- sage/modular/modsym/space.py +10 -22
- sage/modular/modsym/subspace.py +5 -7
- sage/modular/multiple_zeta.py +11 -13
- sage/modular/multiple_zeta_F_algebra.py +4 -6
- sage/modular/overconvergent/genus0.py +5 -4
- sage/modular/overconvergent/hecke_series.py +2 -2
- sage/modular/pollack_stevens/distributions.py +2 -2
- sage/modular/pollack_stevens/fund_domain.py +26 -29
- sage/modular/pollack_stevens/manin_map.py +15 -10
- sage/modular/pollack_stevens/modsym.py +18 -18
- sage/modular/quasimodform/element.py +10 -10
- sage/modular/quasimodform/ring.py +22 -22
- sage/modular/ssmod/ssmod.py +5 -12
- sage/rings/polynomial/binary_form_reduce.py +1 -1
- sage/schemes/curves/affine_curve.py +4 -4
- sage/schemes/curves/plane_curve_arrangement.py +28 -24
- sage/schemes/elliptic_curves/BSD.py +1 -1
- sage/schemes/elliptic_curves/addition_formulas_ring.py +4 -0
- sage/schemes/elliptic_curves/cm.py +1 -1
- sage/schemes/elliptic_curves/constructor.py +3 -3
- sage/schemes/elliptic_curves/ell_egros.py +1 -1
- sage/schemes/elliptic_curves/ell_field.py +57 -46
- sage/schemes/elliptic_curves/ell_finite_field.py +138 -26
- sage/schemes/elliptic_curves/ell_local_data.py +9 -9
- sage/schemes/elliptic_curves/ell_number_field.py +25 -24
- sage/schemes/elliptic_curves/ell_point.py +21 -22
- sage/schemes/elliptic_curves/ell_rational_field.py +38 -28
- sage/schemes/elliptic_curves/formal_group.py +1 -1
- sage/schemes/elliptic_curves/heegner.py +11 -8
- sage/schemes/elliptic_curves/height.py +26 -23
- sage/schemes/elliptic_curves/hom.py +2 -1
- sage/schemes/elliptic_curves/hom_composite.py +11 -11
- sage/schemes/elliptic_curves/hom_frobenius.py +8 -8
- sage/schemes/elliptic_curves/hom_sum.py +7 -1
- sage/schemes/elliptic_curves/hom_velusqrt.py +13 -7
- sage/schemes/elliptic_curves/homset.py +2 -2
- sage/schemes/elliptic_curves/isogeny_small_degree.py +1 -1
- sage/schemes/elliptic_curves/mod_poly.py +12 -5
- sage/schemes/elliptic_curves/mod_sym_num.cpython-312-aarch64-linux-musl.so +0 -0
- sage/schemes/elliptic_curves/padic_lseries.py +25 -13
- sage/schemes/elliptic_curves/padics.py +71 -62
- sage/schemes/elliptic_curves/period_lattice.py +78 -27
- sage/schemes/elliptic_curves/period_lattice_region.cpython-312-aarch64-linux-musl.so +0 -0
- sage/schemes/elliptic_curves/sha_tate.py +1 -1
- sage/schemes/elliptic_curves/weierstrass_morphism.py +2 -2
- sage/schemes/hyperelliptic_curves/hyperelliptic_generic.py +1 -1
- sage/schemes/hyperelliptic_curves/jacobian_endomorphism_utils.py +1 -1
- sage/schemes/hyperelliptic_curves/monsky_washnitzer.py +10 -20
- sage/schemes/jacobians/abstract_jacobian.py +1 -1
- sage/schemes/plane_conics/con_field.py +42 -42
- sage/schemes/plane_conics/con_rational_field.py +1 -1
- sage/schemes/riemann_surfaces/riemann_surface.py +8 -8
- sage_wheels/share/cremona/cremona_mini.db +0 -0
- sage_wheels/share/ellcurves/rank0 +30427 -0
- sage_wheels/share/ellcurves/rank1 +31871 -0
- sage_wheels/share/ellcurves/rank10 +6 -0
- sage_wheels/share/ellcurves/rank11 +6 -0
- sage_wheels/share/ellcurves/rank12 +1 -0
- sage_wheels/share/ellcurves/rank14 +1 -0
- sage_wheels/share/ellcurves/rank15 +1 -0
- sage_wheels/share/ellcurves/rank17 +1 -0
- sage_wheels/share/ellcurves/rank19 +1 -0
- sage_wheels/share/ellcurves/rank2 +2388 -0
- sage_wheels/share/ellcurves/rank20 +1 -0
- sage_wheels/share/ellcurves/rank21 +1 -0
- sage_wheels/share/ellcurves/rank22 +1 -0
- sage_wheels/share/ellcurves/rank23 +1 -0
- sage_wheels/share/ellcurves/rank24 +1 -0
- sage_wheels/share/ellcurves/rank28 +1 -0
- sage_wheels/share/ellcurves/rank3 +836 -0
- sage_wheels/share/ellcurves/rank4 +10 -0
- sage_wheels/share/ellcurves/rank5 +5 -0
- sage_wheels/share/ellcurves/rank6 +5 -0
- sage_wheels/share/ellcurves/rank7 +5 -0
- sage_wheels/share/ellcurves/rank8 +6 -0
- sage_wheels/share/ellcurves/rank9 +7 -0
- passagemath_schemes-10.5.48.dist-info/top_level.txt +0 -2
- sage/databases/db_modular_polynomials.py +0 -250
- sage/databases/stein_watkins.py +0 -363
- sage/modular/modsym/p1list.cpython-312-aarch64-linux-musl.so +0 -0
- sage/modular/modsym/p1list.pxd +0 -29
- sage/modular/modsym/p1list.pyx +0 -1372
- {passagemath_schemes-10.5.48.dist-info → passagemath_schemes-10.6.47.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-schemes
|
|
3
|
-
Version: 10.
|
|
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://
|
|
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.
|
|
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.
|
|
37
|
-
Requires-Dist: passagemath-flint~=10.
|
|
38
|
-
Requires-Dist: passagemath-polyhedra~=10.
|
|
39
|
-
Requires-Dist: passagemath-singular~=10.
|
|
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[
|
|
50
|
+
Requires-Dist: passagemath-modules[m4ri]; extra == "m4ri"
|
|
49
51
|
Provides-Extra: m4rie
|
|
50
|
-
Requires-Dist: passagemath-modules[
|
|
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
|
|
138
|
-
|
|
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,
|
|
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
|
-
-
|
|
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://
|
|
167
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
160
168
|
available online.
|
|
161
169
|
|
|
162
|
-
passagemath attempts to support
|
|
163
|
-
|
|
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
|
-
|
|
167
|
-
|
|
168
|
-
|
|
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
|
|
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://
|
|
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
|
-
* `
|
|
192
|
+
* `Schemes <https://passagemath.org/docs/latest/html/en/reference/schemes/index.html>`_
|
|
193
193
|
|
|
194
|
-
* `
|
|
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
|
-
|
|
198
|
-
------
|
|
198
|
+
* `Modular Forms <https://passagemath.org/docs/latest/html/en/reference/modfrm/index.html>`_
|
|
199
199
|
|
|
200
|
-
|
|
200
|
+
* `Modular Symbols <https://passagemath.org/docs/latest/html/en/reference/modsym/index.html>`_
|
|
201
201
|
|
|
202
|
-
`
|
|
202
|
+
* `Modular Abelian Varieties <https://passagemath.org/docs/latest/html/en/reference/modabvar/index.html>`_
|
|
203
203
|
|
|
204
|
-
|
|
204
|
+
* `Arithmetic Dynamical Systems <https://passagemath.org/docs/latest/html/en/reference/dynamics/index.html#arithmetic-dynamical-systems>`_
|
{passagemath_schemes-10.5.48.dist-info → passagemath_schemes-10.6.47.dist-info}/METADATA.bak
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-schemes
|
|
3
|
-
Version: 10.
|
|
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://
|
|
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.
|
|
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.
|
|
37
|
-
Requires-Dist: passagemath-flint~=10.
|
|
38
|
-
Requires-Dist: passagemath-polyhedra~=10.
|
|
39
|
-
Requires-Dist: passagemath-singular~=10.
|
|
40
|
-
Requires-Dist: passagemath-conf~=10.
|
|
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[
|
|
51
|
+
Requires-Dist: passagemath-modules[m4ri]; extra == "m4ri"
|
|
50
52
|
Provides-Extra: m4rie
|
|
51
|
-
Requires-Dist: passagemath-modules[
|
|
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
|
|
139
|
-
|
|
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,
|
|
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
|
-
-
|
|
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://
|
|
168
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
161
169
|
available online.
|
|
162
170
|
|
|
163
|
-
passagemath attempts to support
|
|
164
|
-
|
|
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
|
-
|
|
168
|
-
|
|
169
|
-
|
|
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
|
|
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://
|
|
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
|
-
* `
|
|
193
|
+
* `Schemes <https://passagemath.org/docs/latest/html/en/reference/schemes/index.html>`_
|
|
194
194
|
|
|
195
|
-
* `
|
|
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
|
-
|
|
199
|
-
------
|
|
199
|
+
* `Modular Forms <https://passagemath.org/docs/latest/html/en/reference/modfrm/index.html>`_
|
|
200
200
|
|
|
201
|
-
|
|
201
|
+
* `Modular Symbols <https://passagemath.org/docs/latest/html/en/reference/modsym/index.html>`_
|
|
202
202
|
|
|
203
|
-
`
|
|
203
|
+
* `Modular Abelian Varieties <https://passagemath.org/docs/latest/html/en/reference/modabvar/index.html>`_
|
|
204
204
|
|
|
205
|
-
|
|
205
|
+
* `Arithmetic Dynamical Systems <https://passagemath.org/docs/latest/html/en/reference/dynamics/index.html#arithmetic-dynamical-systems>`_
|