passagemath-eclib 10.6.1rc5__cp313-cp313-macosx_13_0_x86_64.whl → 10.8.1a1__cp313-cp313-macosx_13_0_x86_64.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-eclib might be problematic. Click here for more details.
- passagemath_eclib/.dylibs/libec.14.dylib +0 -0
- passagemath_eclib.dylibs/libflint.20.0.dylib → passagemath_eclib/.dylibs/libflint.22.0.dylib +0 -0
- passagemath_eclib/.dylibs/libgf2x.3.dylib +0 -0
- passagemath_eclib/.dylibs/libgmp.10.dylib +0 -0
- passagemath_eclib/.dylibs/libmpfr.6.dylib +0 -0
- passagemath_eclib/.dylibs/libntl.45.dylib +0 -0
- {passagemath_eclib.dylibs → passagemath_eclib/.dylibs}/libpari-gmp-tls.dylib +0 -0
- passagemath_eclib/__init__.py +3 -0
- {passagemath_eclib-10.6.1rc5.dist-info → passagemath_eclib-10.8.1a1.dist-info}/METADATA +35 -30
- passagemath_eclib-10.8.1a1.dist-info/RECORD +33 -0
- {passagemath_eclib-10.6.1rc5.dist-info → passagemath_eclib-10.8.1a1.dist-info}/WHEEL +2 -2
- passagemath_eclib-10.8.1a1.dist-info/top_level.txt +3 -0
- sage/libs/eclib/homspace.cpython-313-darwin.so +0 -0
- sage/libs/eclib/interface.py +3 -3
- sage/libs/eclib/mat.cpython-313-darwin.so +0 -0
- sage/libs/eclib/mwrank.cpython-313-darwin.so +0 -0
- sage/libs/eclib/newforms.cpython-313-darwin.so +0 -0
- sage_wheels/bin/mwrank +0 -0
- passagemath_eclib-10.6.1rc5.dist-info/RECORD +0 -32
- passagemath_eclib-10.6.1rc5.dist-info/top_level.txt +0 -2
- passagemath_eclib.dylibs/libec.14.dylib +0 -0
- passagemath_eclib.dylibs/libgf2x.3.dylib +0 -0
- passagemath_eclib.dylibs/libgmp.10.dylib +0 -0
- passagemath_eclib.dylibs/libmpfr.6.dylib +0 -0
- passagemath_eclib.dylibs/libntl.44.dylib +0 -0
|
Binary file
|
passagemath_eclib.dylibs/libflint.20.0.dylib → passagemath_eclib/.dylibs/libflint.22.0.dylib
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-eclib
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.8.1a1
|
|
4
4
|
Summary: passagemath: Elliptic curves over the rationals with eclib/mwrank
|
|
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,20 +17,22 @@ 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.10
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
28
|
-
Requires-Python: <3.
|
|
29
|
+
Requires-Python: <3.15,>=3.11
|
|
29
30
|
Description-Content-Type: text/x-rst
|
|
30
|
-
Requires-Dist: passagemath-linbox==10.
|
|
31
|
-
Requires-Dist: passagemath-modules==10.
|
|
32
|
-
Requires-Dist: passagemath-ntl==10.
|
|
31
|
+
Requires-Dist: passagemath-linbox==10.8.1.alpha1
|
|
32
|
+
Requires-Dist: passagemath-modules==10.8.1.alpha1
|
|
33
|
+
Requires-Dist: passagemath-ntl==10.8.1.alpha1
|
|
33
34
|
Requires-Dist: memory_allocator
|
|
35
|
+
Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
|
|
34
36
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
35
37
|
Provides-Extra: test
|
|
36
38
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
@@ -48,38 +50,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
48
50
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
49
51
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
50
52
|
|
|
51
|
-
The passagemath fork
|
|
52
|
-
|
|
53
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
54
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
55
|
+
It was created in October 2024 with the following goals:
|
|
53
56
|
|
|
54
|
-
- providing modularized installation with pip,
|
|
55
|
-
project started in 2020 in the Sage
|
|
56
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
57
|
+
- providing modularized installation with pip,
|
|
57
58
|
- establishing first-class membership in the scientific Python
|
|
58
59
|
ecosystem,
|
|
59
60
|
- giving `clear attribution of upstream
|
|
60
61
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
61
62
|
- providing independently usable Python interfaces to upstream
|
|
62
63
|
libraries,
|
|
63
|
-
-
|
|
64
|
+
- offering `platform portability and integration testing
|
|
64
65
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
65
66
|
to upstream projects,
|
|
66
67
|
- inviting collaborations with upstream projects,
|
|
67
68
|
- `building a professional, respectful, inclusive
|
|
68
69
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
70
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
71
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
69
72
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
70
73
|
serverless deployment with Javascript,
|
|
71
74
|
- developing a native Windows port.
|
|
72
75
|
|
|
73
|
-
`Full documentation <https://
|
|
76
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
74
77
|
available online.
|
|
75
78
|
|
|
76
|
-
passagemath attempts to support
|
|
77
|
-
|
|
78
|
-
virtualization.
|
|
79
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
80
|
+
all major Linux distributions and recent versions of macOS.
|
|
79
81
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
83
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
84
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
85
|
+
or virtualization.
|
|
86
|
+
|
|
87
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
83
88
|
|
|
84
89
|
|
|
85
90
|
About this pip-installable distribution package
|
|
@@ -93,19 +98,19 @@ with elliptic curves defined over the rational numbers.
|
|
|
93
98
|
What is included
|
|
94
99
|
----------------
|
|
95
100
|
|
|
96
|
-
- `Sage interface to Cremona’s eclib library (also known as mwrank) <https://
|
|
101
|
+
- `Sage interface to Cremona’s eclib library (also known as mwrank) <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/interface.html>`_
|
|
97
102
|
|
|
98
|
-
- `Cython interface to Cremona’s eclib library (also known as mwrank) <https://
|
|
103
|
+
- `Cython interface to Cremona’s eclib library (also known as mwrank) <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/mwrank.html>`_
|
|
99
104
|
|
|
100
|
-
- `Cremona matrices <https://
|
|
105
|
+
- `Cremona matrices <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/mat.html>`_
|
|
101
106
|
|
|
102
|
-
- `Modular symbols using eclib newforms <https://
|
|
107
|
+
- `Modular symbols using eclib newforms <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/newforms.html>`_
|
|
103
108
|
|
|
104
|
-
- `Cremona modular symbols <https://
|
|
109
|
+
- `Cremona modular symbols <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/homspace.html>`_
|
|
105
110
|
|
|
106
|
-
- `Cremona modular symbols (constructor) <https://
|
|
111
|
+
- `Cremona modular symbols (constructor) <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/constructor.html>`_
|
|
107
112
|
|
|
108
|
-
- `Interface to the mwrank program <https://
|
|
113
|
+
- `Interface to the mwrank program <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/mwrank.html#module-sage.interfaces.mwrank>`_
|
|
109
114
|
|
|
110
115
|
|
|
111
116
|
Examples
|
|
@@ -115,7 +120,7 @@ A quick way to try it out interactively::
|
|
|
115
120
|
|
|
116
121
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-eclib[test]" ipython
|
|
117
122
|
|
|
118
|
-
In [1]: from
|
|
123
|
+
In [1]: from passagemath_eclib import *
|
|
119
124
|
|
|
120
125
|
In [2]: M = CremonaModularSymbols(43, cuspidal=True); M
|
|
121
126
|
Out[2]: Cremona Cuspidal Modular Symbols space of dimension 6 for Gamma_0(43) of weight 2 with sign 0
|
|
@@ -127,11 +132,11 @@ Finding the installation location of the mwrank program::
|
|
|
127
132
|
>>> Mwrank().absolute_filename()
|
|
128
133
|
'.../bin/mwrank'
|
|
129
134
|
|
|
130
|
-
Use with `sage.schemes.elliptic_curves <https://
|
|
135
|
+
Use with `sage.schemes.elliptic_curves <https://passagemath.org/docs/latest/html/en/reference/arithmetic_curves/index.html#elliptic-curves>`_::
|
|
131
136
|
|
|
132
137
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-eclib[test]" ipython
|
|
133
138
|
|
|
134
|
-
In [1]: from
|
|
139
|
+
In [1]: from passagemath_eclib import *
|
|
135
140
|
|
|
136
141
|
In [2]: x = polygen(ZZ, 'x')
|
|
137
142
|
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
passagemath_eclib/__init__.py,sha256=zMD8y2IByHS2O6bJW-aznIYrFHjoZtYxoYoqUos3YZ0,84
|
|
2
|
+
passagemath_eclib/.dylibs/libntl.45.dylib,sha256=IIzBQ4o1SOL91ntdeLaFjmUWpc30AUdsUx0e1oPNNOY,2295376
|
|
3
|
+
passagemath_eclib/.dylibs/libec.14.dylib,sha256=L4vwHQz_CvP56aqrU4UW7Jw_lhKxAftFLKw4AJMEVb0,3581040
|
|
4
|
+
passagemath_eclib/.dylibs/libgf2x.3.dylib,sha256=Mum3EH7fP9F88Kg1vNVlev7kvPgeGq2rag2CxK0UN0Y,97424
|
|
5
|
+
passagemath_eclib/.dylibs/libflint.22.0.dylib,sha256=RnifOX28gUA6YBA8poP_VWR-r38uiG6bTxsVKsAOSyM,10494912
|
|
6
|
+
passagemath_eclib/.dylibs/libpari-gmp-tls.dylib,sha256=jVqtdlH2aJ6B-tu0lbSSITK7A0UYgziMJziFm2rAD-w,10108944
|
|
7
|
+
passagemath_eclib/.dylibs/libgmp.10.dylib,sha256=2xC1Z40d_Ifjv-41VxTFo65oGBuEuwCIkSDZMiyCjEA,488712
|
|
8
|
+
passagemath_eclib/.dylibs/libmpfr.6.dylib,sha256=qNKLox_p8m4x4tpTtHSLTVnOlpMN9MH-gxcibf5W6Uk,465224
|
|
9
|
+
sage_wheels/bin/mwrank,sha256=gCTA4tUQzc4l87wnjVkN3JBz0KCfpGeBr5CE2EoLOrk,35544
|
|
10
|
+
passagemath_eclib-10.8.1a1.dist-info/RECORD,,
|
|
11
|
+
passagemath_eclib-10.8.1a1.dist-info/WHEEL,sha256=9zSEmS_utw4Z4pu53lh8VUZEqvf7ILFvb38_Opd6Q-0,155
|
|
12
|
+
passagemath_eclib-10.8.1a1.dist-info/top_level.txt,sha256=0XP-a724JYuL7lNTHSaQ05dyR3Jxz-IUzAWaASLTSHE,24
|
|
13
|
+
passagemath_eclib-10.8.1a1.dist-info/METADATA,sha256=WgTTcHoircw6bHwrohMO-9m2UmfSZvOyJjSVCZzIJlE,7018
|
|
14
|
+
sage/all__sagemath_eclib.py,sha256=PnPfHmKUTc7cMx6GOd0BupMBdOugvB3CDOKnfLdfzFY,348
|
|
15
|
+
sage/libs/all__sagemath_eclib.py,sha256=H84MU_RUF7AFi4kYwqjD7qf-5Ubp8p1JM0CQ3zQPEbM,497
|
|
16
|
+
sage/libs/eclib/mat.cpython-313-darwin.so,sha256=jmEy1oBcY7E7Srfu69-pyUX_cLXKU1DVZzjpY81BYsQ,126160
|
|
17
|
+
sage/libs/eclib/homspace.pyx,sha256=uzmWG8kKgH9NNAEx-Ym1JaW7UVUwoJ-jwsWdwh7jfw4,9653
|
|
18
|
+
sage/libs/eclib/constructor.py,sha256=k4ug-84zOdPsVkcc0fQECuaXcxdWuK34j76U4n0k80Y,2962
|
|
19
|
+
sage/libs/eclib/__init__.pxd,sha256=J-IK32oq6HIKmFTHYGbr4Q6EJ33Vcsv5YVeaD-9vyIo,4784
|
|
20
|
+
sage/libs/eclib/newforms.pxd,sha256=7OmyBO8Tj8hncCdPAPHNLIS4axhZRM-rRYoyLjZ7-Mc,186
|
|
21
|
+
sage/libs/eclib/mat.pyx,sha256=m1iEfSMrBFqBOZScc0LLbim3GgNJz5OTiEpDSmiyeG4,7316
|
|
22
|
+
sage/libs/eclib/interface.py,sha256=B57iPbUlDRQ78yFfRZ6OacTz7eDnsigqBg8o1xxhzxM,50576
|
|
23
|
+
sage/libs/eclib/__init__.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
|
|
24
|
+
sage/libs/eclib/all.py,sha256=Nwq0p-bytJLGjPQi9SA0ej_gnjDmhUYHsqr6owIimss,316
|
|
25
|
+
sage/libs/eclib/mwrank.cpython-313-darwin.so,sha256=d8ghve2yVcT-veCJ_yXGurOOUMHwRtmVe0SRVGORauM,265776
|
|
26
|
+
sage/libs/eclib/homspace.cpython-313-darwin.so,sha256=A1U4dbhW6vr7UAbRCXH2afI3s7MTWAuRylRYywz4HyI,110512
|
|
27
|
+
sage/libs/eclib/newforms.pyx,sha256=sqx0yta_mul8McABIBlzK0Xj9COo-HFDM_zFCWtbKMc,15483
|
|
28
|
+
sage/libs/eclib/mat.pxd,sha256=JXuI8yzgKxxGkVWfM5hNvr3I8bIu-HKzmNuddrV0Hf8,173
|
|
29
|
+
sage/libs/eclib/mwrank.pyx,sha256=39FNEm22seSBoepMAUdf-aUT5DGVkErzqzFfun8BkqQ,43700
|
|
30
|
+
sage/libs/eclib/homspace.pxd,sha256=snYcG_sEmIHuV1zAlVjXgYfCyJ_BIBRKplJ8dOVisMw,131
|
|
31
|
+
sage/libs/eclib/newforms.cpython-313-darwin.so,sha256=aaQTkw4fZpo3zI9Uvw1vIL_OhKZzhs0WLmiz-EW-hmE,131184
|
|
32
|
+
sage/interfaces/mwrank.py,sha256=y6lal269BI5a2Uvf35qN8ovvYikn3MRJ7_L_a2KU0a8,12478
|
|
33
|
+
sage/interfaces/all__sagemath_eclib.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
|
|
Binary file
|
sage/libs/eclib/interface.py
CHANGED
|
@@ -27,10 +27,10 @@ Check that ``eclib`` is imported as needed::
|
|
|
27
27
|
['...']
|
|
28
28
|
"""
|
|
29
29
|
import sys
|
|
30
|
-
from sage.structure.sage_object import SageObject
|
|
31
|
-
from sage.rings.integer_ring import IntegerRing
|
|
32
30
|
|
|
33
|
-
from .mwrank import _Curvedata,
|
|
31
|
+
from sage.libs.eclib.mwrank import _Curvedata, _mw, _two_descent, parse_point_list
|
|
32
|
+
from sage.rings.integer_ring import IntegerRing
|
|
33
|
+
from sage.structure.sage_object import SageObject
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
class mwrank_EllipticCurve(SageObject):
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/mwrank
CHANGED
|
Binary file
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
passagemath_eclib.dylibs/libflint.20.0.dylib,sha256=7bcHEfmIJhIA4Ip3AbdLdelop3sS8OBtM6R5AziumGc,10635104
|
|
2
|
-
passagemath_eclib.dylibs/libec.14.dylib,sha256=rk5N0TD1LnaWIKh6HvQjVmmv5maEsR5wOLvfkq_Lq7A,3672656
|
|
3
|
-
passagemath_eclib.dylibs/libgf2x.3.dylib,sha256=7lodBg3_pErTSACiJjuTC3xvGYU9E62dm3qKMImGGFs,153568
|
|
4
|
-
passagemath_eclib.dylibs/libntl.44.dylib,sha256=zDC-2mlR2Pk3e8DXXtblcX-HhpMolj32ICFd8iafe1o,2421872
|
|
5
|
-
passagemath_eclib.dylibs/libpari-gmp-tls.dylib,sha256=lL0zSFwTleVfsKDcDHalgIfnJk3mC2579dUxziH7xzQ,10965680
|
|
6
|
-
passagemath_eclib.dylibs/libgmp.10.dylib,sha256=k9TLYf3konDYjgGiX6VWnVH9IOX5dAagdnyhuSFnFUc,580928
|
|
7
|
-
passagemath_eclib.dylibs/libmpfr.6.dylib,sha256=-cWrUbnRQfLm_b1bw_0o_aOuDNugc2BIhPNCfWsh-Hk,515744
|
|
8
|
-
passagemath_eclib-10.6.1rc5.dist-info/RECORD,,
|
|
9
|
-
passagemath_eclib-10.6.1rc5.dist-info/WHEEL,sha256=-TvmXr7RkWi8yvrRqFxryd6XtR7Yo2G6b8GHlU8MPnQ,137
|
|
10
|
-
passagemath_eclib-10.6.1rc5.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
11
|
-
passagemath_eclib-10.6.1rc5.dist-info/METADATA,sha256=HsjlQyBy1f0AdLAKFCjeg0fnQS4fgjJcQHS2yYcFOzc,6600
|
|
12
|
-
sage_wheels/bin/mwrank,sha256=nQQFAAp4cnB_MLJRDVqNr-mLqn6bct6ZVoFSmu4p9gY,79328
|
|
13
|
-
sage/all__sagemath_eclib.py,sha256=PnPfHmKUTc7cMx6GOd0BupMBdOugvB3CDOKnfLdfzFY,348
|
|
14
|
-
sage/libs/all__sagemath_eclib.py,sha256=H84MU_RUF7AFi4kYwqjD7qf-5Ubp8p1JM0CQ3zQPEbM,497
|
|
15
|
-
sage/libs/eclib/mat.cpython-313-darwin.so,sha256=lssg2HYTIZzRjC_x0Em_AeQ1xGXinZVELHXOOZF5PQg,146896
|
|
16
|
-
sage/libs/eclib/homspace.pyx,sha256=uzmWG8kKgH9NNAEx-Ym1JaW7UVUwoJ-jwsWdwh7jfw4,9653
|
|
17
|
-
sage/libs/eclib/constructor.py,sha256=k4ug-84zOdPsVkcc0fQECuaXcxdWuK34j76U4n0k80Y,2962
|
|
18
|
-
sage/libs/eclib/__init__.pxd,sha256=J-IK32oq6HIKmFTHYGbr4Q6EJ33Vcsv5YVeaD-9vyIo,4784
|
|
19
|
-
sage/libs/eclib/newforms.pxd,sha256=7OmyBO8Tj8hncCdPAPHNLIS4axhZRM-rRYoyLjZ7-Mc,186
|
|
20
|
-
sage/libs/eclib/mat.pyx,sha256=m1iEfSMrBFqBOZScc0LLbim3GgNJz5OTiEpDSmiyeG4,7316
|
|
21
|
-
sage/libs/eclib/interface.py,sha256=bNn_mVlAJU9OxOQ_SvUfIlscFepNDIAf4qLi0YqTfac,50561
|
|
22
|
-
sage/libs/eclib/__init__.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
|
|
23
|
-
sage/libs/eclib/all.py,sha256=Nwq0p-bytJLGjPQi9SA0ej_gnjDmhUYHsqr6owIimss,316
|
|
24
|
-
sage/libs/eclib/mwrank.cpython-313-darwin.so,sha256=KRAGHT2kUkkO4Igtb7qyKhn_L4sIn2w0kVezggopHC0,257376
|
|
25
|
-
sage/libs/eclib/homspace.cpython-313-darwin.so,sha256=lDQnAU51LunF1CIYkKBVJ0jtnPQIQ_1IXdfQYkVXxog,126336
|
|
26
|
-
sage/libs/eclib/newforms.pyx,sha256=sqx0yta_mul8McABIBlzK0Xj9COo-HFDM_zFCWtbKMc,15483
|
|
27
|
-
sage/libs/eclib/mat.pxd,sha256=JXuI8yzgKxxGkVWfM5hNvr3I8bIu-HKzmNuddrV0Hf8,173
|
|
28
|
-
sage/libs/eclib/mwrank.pyx,sha256=39FNEm22seSBoepMAUdf-aUT5DGVkErzqzFfun8BkqQ,43700
|
|
29
|
-
sage/libs/eclib/homspace.pxd,sha256=snYcG_sEmIHuV1zAlVjXgYfCyJ_BIBRKplJ8dOVisMw,131
|
|
30
|
-
sage/libs/eclib/newforms.cpython-313-darwin.so,sha256=AWz18jI6fZ5lu6ctYTO72AJp3qqUvqZJPEhqnu1BNMo,150800
|
|
31
|
-
sage/interfaces/mwrank.py,sha256=y6lal269BI5a2Uvf35qN8ovvYikn3MRJ7_L_a2KU0a8,12478
|
|
32
|
-
sage/interfaces/all__sagemath_eclib.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|