passagemath-eclib 10.6.1rc9__cp310-cp310-musllinux_1_2_x86_64.whl → 10.6.31rc1__cp310-cp310-musllinux_1_2_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.

Files changed (20) hide show
  1. {passagemath_eclib-10.6.1rc9.dist-info → passagemath_eclib-10.6.31rc1.dist-info}/METADATA +30 -26
  2. passagemath_eclib-10.6.31rc1.dist-info/RECORD +34 -0
  3. passagemath_eclib.libs/{libec-312f8815.so.14.1.0 → libec-ffa227ef.so.14.1.0} +0 -0
  4. passagemath_eclib.libs/{libflint-70a4b1fd.so.21.0.0 → libflint-fd6f12fc.so.21.0.0} +0 -0
  5. passagemath_eclib.libs/{libgcc_s-2298274a.so.1 → libgcc_s-0cd532bd.so.1} +0 -0
  6. passagemath_eclib.libs/{libgf2x-5ce78940.so.3.0.0 → libgf2x-9e30c3e3.so.3.0.0} +0 -0
  7. passagemath_eclib.libs/{libgmp-ee75b907.so.10.5.0 → libgmp-0e7fc84e.so.10.5.0} +0 -0
  8. passagemath_eclib.libs/{libmpfr-01dc2603.so.6.2.1 → libmpfr-aaecbfc0.so.6.2.1} +0 -0
  9. passagemath_eclib.libs/libntl-26885ca2.so.44.0.1 +0 -0
  10. passagemath_eclib.libs/{libpari-gmp-tls-87c82411.so.2.17.2 → libpari-gmp-tls-d989f52e.so.2.17.2} +0 -0
  11. passagemath_eclib.libs/{libstdc++-08d5c7eb.so.6.0.33 → libstdc++-5d72f927.so.6.0.33} +0 -0
  12. sage/libs/eclib/homspace.cpython-310-x86_64-linux-gnu.so +0 -0
  13. sage/libs/eclib/mat.cpython-310-x86_64-linux-gnu.so +0 -0
  14. sage/libs/eclib/mwrank.cpython-310-x86_64-linux-gnu.so +0 -0
  15. sage/libs/eclib/newforms.cpython-310-x86_64-linux-gnu.so +0 -0
  16. sage_wheels/bin/mwrank +0 -0
  17. passagemath_eclib-10.6.1rc9.dist-info/RECORD +0 -34
  18. passagemath_eclib.libs/libntl-144a58d3.so.44.0.1 +0 -0
  19. {passagemath_eclib-10.6.1rc9.dist-info → passagemath_eclib-10.6.31rc1.dist-info}/WHEEL +0 -0
  20. {passagemath_eclib-10.6.1rc9.dist-info → passagemath_eclib-10.6.31rc1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-eclib
3
- Version: 10.6.1rc9
3
+ Version: 10.6.31rc1
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://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
@@ -28,10 +28,11 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
29
  Requires-Python: <3.14,>=3.10
30
30
  Description-Content-Type: text/x-rst
31
- Requires-Dist: passagemath-linbox==10.6.1rc9
32
- Requires-Dist: passagemath-modules==10.6.1rc9
33
- Requires-Dist: passagemath-ntl==10.6.1rc9
31
+ Requires-Dist: passagemath-linbox==10.6.31rc1
32
+ Requires-Dist: passagemath-modules==10.6.31rc1
33
+ Requires-Dist: passagemath-ntl==10.6.31rc1
34
34
  Requires-Dist: memory_allocator
35
+ Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
35
36
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
36
37
  Provides-Extra: test
37
38
  Requires-Dist: passagemath-repl; extra == "test"
@@ -49,38 +50,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
49
50
  developed 2005-2025 under the motto “Creating a Viable Open Source
50
51
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
51
52
 
52
- The passagemath fork was created in October 2024 with the following
53
- goals:
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:
54
56
 
55
- - providing modularized installation with pip, thus completing a `major
56
- project started in 2020 in the Sage
57
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
57
+ - providing modularized installation with pip,
58
58
  - establishing first-class membership in the scientific Python
59
59
  ecosystem,
60
60
  - giving `clear attribution of upstream
61
61
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
62
62
  - providing independently usable Python interfaces to upstream
63
63
  libraries,
64
- - providing `platform portability and integration testing
64
+ - offering `platform portability and integration testing
65
65
  services <https://github.com/passagemath/passagemath/issues/704>`__
66
66
  to upstream projects,
67
67
  - inviting collaborations with upstream projects,
68
68
  - `building a professional, respectful, inclusive
69
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,
70
72
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
71
73
  serverless deployment with Javascript,
72
74
  - developing a native Windows port.
73
75
 
74
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
76
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
75
77
  available online.
76
78
 
77
- passagemath attempts to support all major Linux distributions and recent versions of
78
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
79
- virtualization.
79
+ passagemath attempts to support and provides binary wheels suitable for
80
+ all major Linux distributions and recent versions of macOS.
80
81
 
81
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
82
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
83
- so compilation from source is triggered for those.
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.13.x.
84
88
 
85
89
 
86
90
  About this pip-installable distribution package
@@ -94,19 +98,19 @@ with elliptic curves defined over the rational numbers.
94
98
  What is included
95
99
  ----------------
96
100
 
97
- - `Sage interface to Cremona’s eclib library (also known as mwrank) <https://doc.sagemath.org/html/en/reference/libs/sage/libs/eclib/interface.html>`_
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>`_
98
102
 
99
- - `Cython interface to Cremona’s eclib library (also known as mwrank) <https://doc.sagemath.org/html/en/reference/libs/sage/libs/eclib/mwrank.html>`_
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>`_
100
104
 
101
- - `Cremona matrices <https://doc.sagemath.org/html/en/reference/libs/sage/libs/eclib/mat.html>`_
105
+ - `Cremona matrices <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/mat.html>`_
102
106
 
103
- - `Modular symbols using eclib newforms <https://doc.sagemath.org/html/en/reference/libs/sage/libs/eclib/newforms.html>`_
107
+ - `Modular symbols using eclib newforms <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/newforms.html>`_
104
108
 
105
- - `Cremona modular symbols <https://doc.sagemath.org/html/en/reference/libs/sage/libs/eclib/homspace.html>`_
109
+ - `Cremona modular symbols <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/homspace.html>`_
106
110
 
107
- - `Cremona modular symbols (constructor) <https://doc.sagemath.org/html/en/reference/libs/sage/libs/eclib/constructor.html>`_
111
+ - `Cremona modular symbols (constructor) <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/constructor.html>`_
108
112
 
109
- - `Interface to the mwrank program <https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/mwrank.html#module-sage.interfaces.mwrank>`_
113
+ - `Interface to the mwrank program <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/mwrank.html#module-sage.interfaces.mwrank>`_
110
114
 
111
115
 
112
116
  Examples
@@ -128,7 +132,7 @@ Finding the installation location of the mwrank program::
128
132
  >>> Mwrank().absolute_filename()
129
133
  '.../bin/mwrank'
130
134
 
131
- Use with `sage.schemes.elliptic_curves <https://doc.sagemath.org/html/en/reference/arithmetic_curves/index.html#elliptic-curves>`_::
135
+ Use with `sage.schemes.elliptic_curves <https://passagemath.org/docs/latest/html/en/reference/arithmetic_curves/index.html#elliptic-curves>`_::
132
136
 
133
137
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-eclib[test]" ipython
134
138
 
@@ -0,0 +1,34 @@
1
+ passagemath_eclib.libs/libec-ffa227ef.so.14.1.0,sha256=8thLA59CM8BhCkBLt04sULPq30_ARsK90hLm_MpPSP8,48520433
2
+ passagemath_eclib.libs/libflint-fd6f12fc.so.21.0.0,sha256=B5W65YzOwmLDsgo7VBPWqacHKJDU6Pt1rOYN_5nqFnY,13401857
3
+ passagemath_eclib.libs/libgcc_s-0cd532bd.so.1,sha256=QrXyyMoT5eFz2Df1EXoEtsBCQ3VIESveeHklGujc_48,183337
4
+ passagemath_eclib.libs/libgf2x-9e30c3e3.so.3.0.0,sha256=z6aIlDtTUvgZPnlLAEFhy7SzNIhPiqUBJeRypyKUVdg,68073
5
+ passagemath_eclib.libs/libgmp-0e7fc84e.so.10.5.0,sha256=19mj7ISusOKPTVdhqjzZ-Ts-9Qf82f4a_8Sslp-ypCg,773097
6
+ passagemath_eclib.libs/libmpfr-aaecbfc0.so.6.2.1,sha256=d0ICZ_oSMCR1EFu-fXrTRwtpGZI3u9liRIsFtTyDCkQ,837889
7
+ passagemath_eclib.libs/libntl-26885ca2.so.44.0.1,sha256=GPNh8irLvvJ23o_HqlP1cm0D93FguuBnHRXKS9g15Gk,3161569
8
+ passagemath_eclib.libs/libpari-gmp-tls-d989f52e.so.2.17.2,sha256=KVV3c1mDhKYsRRXelOU3lh-0M5e8t1Aztwp3ufxC0dw,11951161
9
+ passagemath_eclib.libs/libstdc++-5d72f927.so.6.0.33,sha256=i_QxuLSNJcDImiug4WsF5wNgprWyeL3Mc09ILo-0-Dc,3564129
10
+ sage/all__sagemath_eclib.py,sha256=PnPfHmKUTc7cMx6GOd0BupMBdOugvB3CDOKnfLdfzFY,348
11
+ sage/interfaces/all__sagemath_eclib.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
12
+ sage/interfaces/mwrank.py,sha256=y6lal269BI5a2Uvf35qN8ovvYikn3MRJ7_L_a2KU0a8,12478
13
+ sage/libs/all__sagemath_eclib.py,sha256=H84MU_RUF7AFi4kYwqjD7qf-5Ubp8p1JM0CQ3zQPEbM,497
14
+ sage/libs/eclib/__init__.pxd,sha256=J-IK32oq6HIKmFTHYGbr4Q6EJ33Vcsv5YVeaD-9vyIo,4784
15
+ sage/libs/eclib/__init__.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
16
+ sage/libs/eclib/all.py,sha256=Nwq0p-bytJLGjPQi9SA0ej_gnjDmhUYHsqr6owIimss,316
17
+ sage/libs/eclib/constructor.py,sha256=k4ug-84zOdPsVkcc0fQECuaXcxdWuK34j76U4n0k80Y,2962
18
+ sage/libs/eclib/homspace.cpython-310-x86_64-linux-gnu.so,sha256=zKaD7vKd-jgtTY7Gs_dmsHiZlpcunUGvrJsoO7aV5ms,751289
19
+ sage/libs/eclib/homspace.pxd,sha256=snYcG_sEmIHuV1zAlVjXgYfCyJ_BIBRKplJ8dOVisMw,131
20
+ sage/libs/eclib/homspace.pyx,sha256=uzmWG8kKgH9NNAEx-Ym1JaW7UVUwoJ-jwsWdwh7jfw4,9653
21
+ sage/libs/eclib/interface.py,sha256=bNn_mVlAJU9OxOQ_SvUfIlscFepNDIAf4qLi0YqTfac,50561
22
+ sage/libs/eclib/mat.cpython-310-x86_64-linux-gnu.so,sha256=kq7bIdPrrq15_vXgL3vwMAW2qW9W4qxY3UyT3zGH0ro,497137
23
+ sage/libs/eclib/mat.pxd,sha256=JXuI8yzgKxxGkVWfM5hNvr3I8bIu-HKzmNuddrV0Hf8,173
24
+ sage/libs/eclib/mat.pyx,sha256=m1iEfSMrBFqBOZScc0LLbim3GgNJz5OTiEpDSmiyeG4,7316
25
+ sage/libs/eclib/mwrank.cpython-310-x86_64-linux-gnu.so,sha256=pyC8mChemvugBMbvYo-D96QwEDw7g1xhSu6feVzgLU0,1471945
26
+ sage/libs/eclib/mwrank.pyx,sha256=39FNEm22seSBoepMAUdf-aUT5DGVkErzqzFfun8BkqQ,43700
27
+ sage/libs/eclib/newforms.cpython-310-x86_64-linux-gnu.so,sha256=gU-4wwHA_yIiZymDQtYjjrdujnHQrAtyAiVAWzmtrrs,886857
28
+ sage/libs/eclib/newforms.pxd,sha256=7OmyBO8Tj8hncCdPAPHNLIS4axhZRM-rRYoyLjZ7-Mc,186
29
+ sage/libs/eclib/newforms.pyx,sha256=sqx0yta_mul8McABIBlzK0Xj9COo-HFDM_zFCWtbKMc,15483
30
+ sage_wheels/bin/mwrank,sha256=iFnLipngdh5UgmUODu1G9LpFn0DjhCKznD8Ekbj2l_g,505993
31
+ passagemath_eclib-10.6.31rc1.dist-info/METADATA,sha256=0zvTkXiyj5Q8q1iTZeffMh_jvGakjv5WDy6ietdT_RA,7024
32
+ passagemath_eclib-10.6.31rc1.dist-info/WHEEL,sha256=YJPq7zroHSsdctrb_KymZ4ss41PkmaA9SD9TZzqKSX8,112
33
+ passagemath_eclib-10.6.31rc1.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
34
+ passagemath_eclib-10.6.31rc1.dist-info/RECORD,,
sage_wheels/bin/mwrank CHANGED
Binary file
@@ -1,34 +0,0 @@
1
- passagemath_eclib.libs/libec-312f8815.so.14.1.0,sha256=IKSQwui8kdPPGRjgoXenLUvOLCWy8xVkITI4b1JGX2o,48518001
2
- passagemath_eclib.libs/libflint-70a4b1fd.so.21.0.0,sha256=utO6zTnT_BnASbRXyJXOdEKLzXufFMAa-prpI8qOVuw,13391873
3
- passagemath_eclib.libs/libgcc_s-2298274a.so.1,sha256=V2IJwfUuwSSQhJqB29JtMx8hH79dCRjAvTQIGWShH-s,181737
4
- passagemath_eclib.libs/libgf2x-5ce78940.so.3.0.0,sha256=8iJTztkH-t8R-lhMOnqWbVzTXKN9YzIUhmoo6iCDtFI,66473
5
- passagemath_eclib.libs/libgmp-ee75b907.so.10.5.0,sha256=2KG_p8aszBQkvC6D1a7UdLItzOoMJpPHMqiEWHnB-cU,767273
6
- passagemath_eclib.libs/libmpfr-01dc2603.so.6.2.1,sha256=iwDXYT-bctZyZQUBTc2iSrGPcKqcG-dSuSOSafXwJss,836097
7
- passagemath_eclib.libs/libntl-144a58d3.so.44.0.1,sha256=tx18wg9ilMP58GntUx7DwLsmtuDHObxvtW7uqiAEbc4,3155537
8
- passagemath_eclib.libs/libpari-gmp-tls-87c82411.so.2.17.2,sha256=m5UAd_c5_OjsOgwhrlvPGCcYMFKbFuLggLXhoWRleuE,11949305
9
- passagemath_eclib.libs/libstdc++-08d5c7eb.so.6.0.33,sha256=k0S_imrCh_IE6WpvxrLoVPYiRyMVf15RDWRiXPIywV8,3562401
10
- sage/all__sagemath_eclib.py,sha256=PnPfHmKUTc7cMx6GOd0BupMBdOugvB3CDOKnfLdfzFY,348
11
- sage/interfaces/all__sagemath_eclib.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
12
- sage/interfaces/mwrank.py,sha256=y6lal269BI5a2Uvf35qN8ovvYikn3MRJ7_L_a2KU0a8,12478
13
- sage/libs/all__sagemath_eclib.py,sha256=H84MU_RUF7AFi4kYwqjD7qf-5Ubp8p1JM0CQ3zQPEbM,497
14
- sage/libs/eclib/__init__.pxd,sha256=J-IK32oq6HIKmFTHYGbr4Q6EJ33Vcsv5YVeaD-9vyIo,4784
15
- sage/libs/eclib/__init__.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
16
- sage/libs/eclib/all.py,sha256=Nwq0p-bytJLGjPQi9SA0ej_gnjDmhUYHsqr6owIimss,316
17
- sage/libs/eclib/constructor.py,sha256=k4ug-84zOdPsVkcc0fQECuaXcxdWuK34j76U4n0k80Y,2962
18
- sage/libs/eclib/homspace.cpython-310-x86_64-linux-gnu.so,sha256=ZdbQIPwpWU4WaiwHgYT1yZAkxBUmu0bDitIT2AqOfNg,752913
19
- sage/libs/eclib/homspace.pxd,sha256=snYcG_sEmIHuV1zAlVjXgYfCyJ_BIBRKplJ8dOVisMw,131
20
- sage/libs/eclib/homspace.pyx,sha256=uzmWG8kKgH9NNAEx-Ym1JaW7UVUwoJ-jwsWdwh7jfw4,9653
21
- sage/libs/eclib/interface.py,sha256=bNn_mVlAJU9OxOQ_SvUfIlscFepNDIAf4qLi0YqTfac,50561
22
- sage/libs/eclib/mat.cpython-310-x86_64-linux-gnu.so,sha256=igL0W9_9EoQ1lCb4cZP0Gt-P5vKJOdmt-HI9i2NVguU,527433
23
- sage/libs/eclib/mat.pxd,sha256=JXuI8yzgKxxGkVWfM5hNvr3I8bIu-HKzmNuddrV0Hf8,173
24
- sage/libs/eclib/mat.pyx,sha256=m1iEfSMrBFqBOZScc0LLbim3GgNJz5OTiEpDSmiyeG4,7316
25
- sage/libs/eclib/mwrank.cpython-310-x86_64-linux-gnu.so,sha256=HJgLGkN_OoVT5rfy7bwSTsK7WhYqtrptgGWXKDHtqY0,1428537
26
- sage/libs/eclib/mwrank.pyx,sha256=39FNEm22seSBoepMAUdf-aUT5DGVkErzqzFfun8BkqQ,43700
27
- sage/libs/eclib/newforms.cpython-310-x86_64-linux-gnu.so,sha256=5iOdlKq9_M5VHuiJtBzOGMxQbdIA1U4gqtC2dSFDSSU,847537
28
- sage/libs/eclib/newforms.pxd,sha256=7OmyBO8Tj8hncCdPAPHNLIS4axhZRM-rRYoyLjZ7-Mc,186
29
- sage/libs/eclib/newforms.pyx,sha256=sqx0yta_mul8McABIBlzK0Xj9COo-HFDM_zFCWtbKMc,15483
30
- sage_wheels/bin/mwrank,sha256=_lMxcvm-VILV7NPyMH7DqM9eY4l433kxZ_RgnR4QVpI,499465
31
- passagemath_eclib-10.6.1rc9.dist-info/METADATA,sha256=q9L6m49yoC6Mdv_G8lHV2uXLe2SKFYjHiKRs_yM8AzM,6647
32
- passagemath_eclib-10.6.1rc9.dist-info/WHEEL,sha256=YJPq7zroHSsdctrb_KymZ4ss41PkmaA9SD9TZzqKSX8,112
33
- passagemath_eclib-10.6.1rc9.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
34
- passagemath_eclib-10.6.1rc9.dist-info/RECORD,,