passagemath-singular 10.6.31rc1__cp311-cp311-musllinux_1_2_x86_64.whl → 10.6.31rc3__cp311-cp311-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-singular might be problematic. Click here for more details.
- PySingular.cpython-311-x86_64-linux-musl.so +0 -0
- {passagemath_singular-10.6.31rc1.dist-info → passagemath_singular-10.6.31rc3.dist-info}/METADATA +9 -8
- {passagemath_singular-10.6.31rc1.dist-info → passagemath_singular-10.6.31rc3.dist-info}/RECORD +28 -28
- passagemath_singular.libs/{libSingular-4-d2955dce.4.1.so → libSingular-4-67059f19.4.1.so} +0 -0
- sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-311-x86_64-linux-musl.so +0 -0
- sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-311-x86_64-linux-musl.so +0 -0
- sage/algebras/fusion_rings/poly_tup_engine.cpython-311-x86_64-linux-musl.so +0 -0
- sage/algebras/fusion_rings/shm_managers.cpython-311-x86_64-linux-musl.so +0 -0
- sage/algebras/letterplace/free_algebra_element_letterplace.cpython-311-x86_64-linux-musl.so +0 -0
- sage/algebras/letterplace/free_algebra_letterplace.cpython-311-x86_64-linux-musl.so +0 -0
- sage/algebras/letterplace/letterplace_ideal.cpython-311-x86_64-linux-musl.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_cython.cpython-311-x86_64-linux-musl.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_element.cpython-311-x86_64-linux-musl.so +0 -0
- sage/libs/singular/function.cpython-311-x86_64-linux-musl.so +0 -0
- sage/libs/singular/groebner_strategy.cpython-311-x86_64-linux-musl.so +0 -0
- sage/libs/singular/option.cpython-311-x86_64-linux-musl.so +0 -0
- sage/libs/singular/polynomial.cpython-311-x86_64-linux-musl.so +0 -0
- sage/libs/singular/ring.cpython-311-x86_64-linux-musl.so +0 -0
- sage/libs/singular/singular.cpython-311-x86_64-linux-musl.so +0 -0
- sage/matrix/matrix_mpolynomial_dense.cpython-311-x86_64-linux-musl.so +0 -0
- sage/rings/function_field/element_polymod.cpython-311-x86_64-linux-musl.so +0 -0
- sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-311-x86_64-linux-musl.so +0 -0
- sage/rings/polynomial/multi_polynomial_libsingular.cpython-311-x86_64-linux-musl.so +0 -0
- sage/rings/polynomial/plural.cpython-311-x86_64-linux-musl.so +0 -0
- sage/symbolic/expression.cpython-311-x86_64-linux-musl.so +0 -0
- sage_wheels/bin/Singular +0 -0
- {passagemath_singular-10.6.31rc1.dist-info → passagemath_singular-10.6.31rc3.dist-info}/WHEEL +0 -0
- {passagemath_singular-10.6.31rc1.dist-info → passagemath_singular-10.6.31rc3.dist-info}/top_level.txt +0 -0
|
Binary file
|
{passagemath_singular-10.6.31rc1.dist-info → passagemath_singular-10.6.31rc3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-singular
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31rc3
|
|
4
4
|
Summary: passagemath: Computer algebra, algebraic geometry, singularity theory with Singular
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -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.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
30
31
|
Description-Content-Type: text/x-rst
|
|
31
|
-
Requires-Dist: passagemath-pari==10.6.
|
|
32
|
+
Requires-Dist: passagemath-pari==10.6.31rc3
|
|
32
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: memory_allocator
|
|
35
36
|
Requires-Dist: pexpect>=4.8.0
|
|
36
|
-
Requires-Dist: passagemath-environment==10.6.
|
|
37
|
-
Requires-Dist: passagemath-categories==10.6.
|
|
38
|
-
Requires-Dist: passagemath-modules==10.6.
|
|
39
|
-
Requires-Dist: passagemath-flint==10.6.
|
|
40
|
-
Requires-Dist: passagemath-linbox==10.6.
|
|
37
|
+
Requires-Dist: passagemath-environment==10.6.31rc3
|
|
38
|
+
Requires-Dist: passagemath-categories==10.6.31rc3
|
|
39
|
+
Requires-Dist: passagemath-modules==10.6.31rc3
|
|
40
|
+
Requires-Dist: passagemath-flint==10.6.31rc3
|
|
41
|
+
Requires-Dist: passagemath-linbox==10.6.31rc3
|
|
41
42
|
Provides-Extra: test
|
|
42
43
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
43
44
|
Provides-Extra: jupyterkernel
|
{passagemath_singular-10.6.31rc1.dist-info → passagemath_singular-10.6.31rc3.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
PySingular.cpython-311-x86_64-linux-musl.so,sha256=
|
|
2
|
-
passagemath_singular.libs/libSingular-4-
|
|
1
|
+
PySingular.cpython-311-x86_64-linux-musl.so,sha256=pyp72PoOUwhHz81uOR7ef4mv1Oofv6DRrnELUeyJGZU,159617
|
|
2
|
+
passagemath_singular.libs/libSingular-4-67059f19.4.1.so,sha256=UqUqRd2cDXQoUC1O9CtrcedDTMuvrzoIKqRzgW0H1k4,4946745
|
|
3
3
|
passagemath_singular.libs/libcddgmp-30166d29.so.0.1.3,sha256=Yzoxz_yL7cdr8cN8QYZ_M4dtFkrDRdN6X_fJsjGRsoI,360305
|
|
4
4
|
passagemath_singular.libs/libfactory-4-9d37bcf4.4.1.so,sha256=wLdCiFsMvKZPOpaJCQJLkCbYFzSKlusLiT8Yz2YRtTM,2402089
|
|
5
5
|
passagemath_singular.libs/libflint-fd6f12fc.so.21.0.0,sha256=B5W65YzOwmLDsgo7VBPWqacHKJDU6Pt1rOYN_5nqFnY,13401857
|
|
@@ -22,34 +22,34 @@ sage/all__sagemath_singular.py,sha256=8Q-ilWqTJlciZjQ5Vji5gBtSnygnV5HyWnHjzTLEX-
|
|
|
22
22
|
sage/algebras/all__sagemath_singular.py,sha256=_h6GEB2gvRCxKXIsClnAgT2nNhupPzjbe_4Om7ofP3E,88
|
|
23
23
|
sage/algebras/fusion_rings/all.py,sha256=ZjsW9a3DfwuBIkWGhfvC6XIzEwTNjZS7UJfvLVBza-Q,788
|
|
24
24
|
sage/algebras/fusion_rings/f_matrix.py,sha256=6qXlq4j_OtVAgIIwjYw4_AKbluSZoKQF4O5QlG1dPiM,100753
|
|
25
|
-
sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-311-x86_64-linux-musl.so,sha256=
|
|
25
|
+
sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-311-x86_64-linux-musl.so,sha256=MD3VaFYiwvM5mnRm4WmhyIkhbUQ3N1ubrK4RDEyciBA,1114192
|
|
26
26
|
sage/algebras/fusion_rings/fast_parallel_fmats_methods.pxd,sha256=txJDsA4IhRPmz8381YKJgvrRQN2oHBoFIYvx0G5cQT0,222
|
|
27
27
|
sage/algebras/fusion_rings/fast_parallel_fmats_methods.pyx,sha256=l6fMi8jlYwD-0pP6NqrKhOUGdf7Km_8OI9UuqLPFA7Y,20397
|
|
28
|
-
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-311-x86_64-linux-musl.so,sha256=
|
|
28
|
+
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-311-x86_64-linux-musl.so,sha256=waVv_Y-nuXTZA7tQ7ci1_bR_PlOlttzpLRsnRCWynx4,762744
|
|
29
29
|
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.pxd,sha256=Olw_4mOrLg3wEM1sNegF5rE3_4yVOLI-M6OH88-JhuA,124
|
|
30
30
|
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.pyx,sha256=aTYcrmPgKxOt2E9dlyjonFqQVgZtSupukrXYVGKChCg,12676
|
|
31
31
|
sage/algebras/fusion_rings/fusion_double.py,sha256=eDIiFnz2SEIHqefmd4fGtGfhZgw1MWrEINk9-V5jkLw,32752
|
|
32
32
|
sage/algebras/fusion_rings/fusion_ring.py,sha256=nZAde7b1ywycZiVMUoI3621EjBL7_SSjVS458mx3OqM,61850
|
|
33
|
-
sage/algebras/fusion_rings/poly_tup_engine.cpython-311-x86_64-linux-musl.so,sha256=
|
|
33
|
+
sage/algebras/fusion_rings/poly_tup_engine.cpython-311-x86_64-linux-musl.so,sha256=l9kidQ0BAno60M9JTn6BDzvFXfrWwQt-LrYyD-NQIk8,1075568
|
|
34
34
|
sage/algebras/fusion_rings/poly_tup_engine.pxd,sha256=5qMeygkSqGpWW-aGkzUb1Jd9rYWFv0Xx4qpu3PwNjYc,1371
|
|
35
35
|
sage/algebras/fusion_rings/poly_tup_engine.pyx,sha256=ET_bSB_XigX1R51tbMO13QktKvTIV-fxPK9_Htd9MNM,20660
|
|
36
|
-
sage/algebras/fusion_rings/shm_managers.cpython-311-x86_64-linux-musl.so,sha256=
|
|
36
|
+
sage/algebras/fusion_rings/shm_managers.cpython-311-x86_64-linux-musl.so,sha256=JP4KJqn1Hxl6WW5kpHbN3blEV390kb6FI7HN7opPq5E,1423360
|
|
37
37
|
sage/algebras/fusion_rings/shm_managers.pxd,sha256=pJg8DaGWn6_cO4hhUF-3RGMKnfSVlYJSeYz96TAR2u4,755
|
|
38
38
|
sage/algebras/fusion_rings/shm_managers.pyx,sha256=5A0LGqE-tQWbjrJYgT_5VjoxDiQ8TVtmR6rFKUhp2Zw,32334
|
|
39
39
|
sage/algebras/letterplace/all.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
40
|
-
sage/algebras/letterplace/free_algebra_element_letterplace.cpython-311-x86_64-linux-musl.so,sha256=
|
|
40
|
+
sage/algebras/letterplace/free_algebra_element_letterplace.cpython-311-x86_64-linux-musl.so,sha256=jwGRQ7TdTLHvC9I7Ahi_76ZYEe03rYKRKWPe0S8iY_4,1240568
|
|
41
41
|
sage/algebras/letterplace/free_algebra_element_letterplace.pxd,sha256=iXolP0xLLtsYR8jSdStz2LOQdwmzcoL1LxL07g6B4b8,909
|
|
42
42
|
sage/algebras/letterplace/free_algebra_element_letterplace.pyx,sha256=Uez7QS4U7dpMQY7KAqHfQT1JCDFTVVFhDMuFIhLRPaw,27638
|
|
43
|
-
sage/algebras/letterplace/free_algebra_letterplace.cpython-311-x86_64-linux-musl.so,sha256=
|
|
43
|
+
sage/algebras/letterplace/free_algebra_letterplace.cpython-311-x86_64-linux-musl.so,sha256=GA7CJpcEF55DfO_bO4LdEF2K--V9gr5vxIms0q1u5MY,1234808
|
|
44
44
|
sage/algebras/letterplace/free_algebra_letterplace.pxd,sha256=9XJW5AndMAG9Afwh-feD4wnCdgPve4sN4raCUaWLZ5c,1465
|
|
45
45
|
sage/algebras/letterplace/free_algebra_letterplace.pyx,sha256=Cg3fYZiX0kvY2Uts0v8w2G-9TIfg1NtgYxKQfDwNj8c,34080
|
|
46
|
-
sage/algebras/letterplace/letterplace_ideal.cpython-311-x86_64-linux-musl.so,sha256=
|
|
46
|
+
sage/algebras/letterplace/letterplace_ideal.cpython-311-x86_64-linux-musl.so,sha256=42njSxvKWrN6nvFxQL1wAWMcqNrrKR-WtW7rwQ_mT1U,691448
|
|
47
47
|
sage/algebras/letterplace/letterplace_ideal.pyx,sha256=C81-Hfgoh4tqLHy3-BqG3h5QThiFyJxLAYEIo0lVclk,18159
|
|
48
48
|
sage/algebras/quatalg/all.py,sha256=fQDPrCxfo1xWhkVmyLaPVOurVIUHE7XoYRes19E0Sls,118
|
|
49
49
|
sage/algebras/quatalg/quaternion_algebra.py,sha256=oGxA-5mO4l4cwuZ0BGy0fM4ChWTWxHFAiGea6mHMUfI,179957
|
|
50
|
-
sage/algebras/quatalg/quaternion_algebra_cython.cpython-311-x86_64-linux-musl.so,sha256
|
|
50
|
+
sage/algebras/quatalg/quaternion_algebra_cython.cpython-311-x86_64-linux-musl.so,sha256=A56z8DBd9RySBrZgU0UI_BD7x63UzpGo7GRPYH81QXk,365401
|
|
51
51
|
sage/algebras/quatalg/quaternion_algebra_cython.pyx,sha256=S0XjRaKsiRSGO8hMWH3PjGmpEA1gs47J6j7hkwXQB2c,9100
|
|
52
|
-
sage/algebras/quatalg/quaternion_algebra_element.cpython-311-x86_64-linux-musl.so,sha256=
|
|
52
|
+
sage/algebras/quatalg/quaternion_algebra_element.cpython-311-x86_64-linux-musl.so,sha256=8QAoHOK2yYDrwXasnnpQCspUsuUsYpoFPjVRaOszmrc,2028289
|
|
53
53
|
sage/algebras/quatalg/quaternion_algebra_element.pxd,sha256=xMAEP9wD9a3l1N_2zmgh1bJfnmjdkoQTMPChh6bxnT4,1116
|
|
54
54
|
sage/algebras/quatalg/quaternion_algebra_element.pyx,sha256=DZBZl3VWEVWcQsAgyyQHaAa49y_luv1cyjOgvOETZJ4,72872
|
|
55
55
|
sage/ext_data/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
@@ -59,52 +59,52 @@ sage/interfaces/singular.py,sha256=JfLsl06A7ODCKg6azcSTOwKJizG8671FmYHpQ7qVkCc,9
|
|
|
59
59
|
sage/libs/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
60
60
|
sage/libs/singular/__init__.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
61
61
|
sage/libs/singular/decl.pxd,sha256=shMsylXcOnAhYyS-Gbh6u924pw_VX-btG4m3Ur6sIWo,30266
|
|
62
|
-
sage/libs/singular/function.cpython-311-x86_64-linux-musl.so,sha256=
|
|
62
|
+
sage/libs/singular/function.cpython-311-x86_64-linux-musl.so,sha256=YyL-rnKZjuO470RP76YTARnwmYHN_UMiwUNbLmOdvjI,1779409
|
|
63
63
|
sage/libs/singular/function.pxd,sha256=q9qxIbDc942N8WNUX1im0tZKKHIYPzAIbKphHiAcz7E,3439
|
|
64
64
|
sage/libs/singular/function.pyx,sha256=iiXAgGttptzziY3MIFOkFvTFsI3wmw0la4Zzq-YpGfk,62735
|
|
65
65
|
sage/libs/singular/function_factory.py,sha256=JYeDzWpl0Na7dKgBO2xqgBllWFyouOVdVvjg-M6YAVs,1936
|
|
66
|
-
sage/libs/singular/groebner_strategy.cpython-311-x86_64-linux-musl.so,sha256=
|
|
66
|
+
sage/libs/singular/groebner_strategy.cpython-311-x86_64-linux-musl.so,sha256=4VFV6-mHJAvpXUGzH7gqeIgJf4xgBFdV7Ng14hTGjJA,838057
|
|
67
67
|
sage/libs/singular/groebner_strategy.pxd,sha256=hpU-UxtQEWhNIiAf7KjmZqZANOo9_gPd6Ah_87-YA1k,817
|
|
68
68
|
sage/libs/singular/groebner_strategy.pyx,sha256=Ej52JhGOI9ypxCJEU5pzqXJmdnzUcZZ7hnldCZPaaro,21577
|
|
69
|
-
sage/libs/singular/option.cpython-311-x86_64-linux-musl.so,sha256=
|
|
69
|
+
sage/libs/singular/option.cpython-311-x86_64-linux-musl.so,sha256=V06G-spKbltawgYpaOwGzyBBCKEkpwx72E8YpQ3Icd4,689881
|
|
70
70
|
sage/libs/singular/option.pyx,sha256=K4bHz9fjzowGC4sz5AxQP-GUw9mBy7G5RmYre5G0mvY,24198
|
|
71
|
-
sage/libs/singular/polynomial.cpython-311-x86_64-linux-musl.so,sha256=
|
|
71
|
+
sage/libs/singular/polynomial.cpython-311-x86_64-linux-musl.so,sha256=5D2h-FWkNgzpIPmuZlNNZYdlbOLQ0JE3rMo7ph08XZc,505545
|
|
72
72
|
sage/libs/singular/polynomial.pxd,sha256=IDgLhGCZO0I_XfRgOBNd_1dpUpLNrTM_mlRj3dvJLBw,2040
|
|
73
73
|
sage/libs/singular/polynomial.pyx,sha256=4NF0GJ3thFxIsQ97LJomNCACki_cH5203to3OGaMf-Q,18142
|
|
74
|
-
sage/libs/singular/ring.cpython-311-x86_64-linux-musl.so,sha256=
|
|
74
|
+
sage/libs/singular/ring.cpython-311-x86_64-linux-musl.so,sha256=Cl_Z_UVLbKZGK2drKF__AdSMBocWIlh8k1F-2zkeX-E,849985
|
|
75
75
|
sage/libs/singular/ring.pxd,sha256=YWzZNK6noYX40BeuRh2BS15pG3mwBJOp7d8ANo2DdmI,1846
|
|
76
76
|
sage/libs/singular/ring.pyx,sha256=S1Uv-WJXW6et2CZPk1jf7HK_wJYOGWWOFyZZOm9jyas,32567
|
|
77
|
-
sage/libs/singular/singular.cpython-311-x86_64-linux-musl.so,sha256=
|
|
77
|
+
sage/libs/singular/singular.cpython-311-x86_64-linux-musl.so,sha256=B9JyW71z2jb-VX3e8rf-KSGriFl8IDkBPgrr3oX6Pzs,1325897
|
|
78
78
|
sage/libs/singular/singular.pxd,sha256=tTyewtsh6B00WiA_fEwlMLqHNoWvjbggkKNGi7y2Lfw,2739
|
|
79
79
|
sage/libs/singular/singular.pyx,sha256=B08lliv5Tu9HmxA1EpewbVjKgVzGhNt3QHmIYheMSRM,56393
|
|
80
80
|
sage/libs/singular/standard_options.py,sha256=p2Gh8PAKHbO3kqJvnczUmASHn7IDjZM7QGKqK5iFom4,6360
|
|
81
81
|
sage/matrix/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
82
|
-
sage/matrix/matrix_mpolynomial_dense.cpython-311-x86_64-linux-musl.so,sha256=
|
|
82
|
+
sage/matrix/matrix_mpolynomial_dense.cpython-311-x86_64-linux-musl.so,sha256=sHqzBfO7X72O2KDq30k80WH6TBMyTyOcjt8BPkzpUVo,1089536
|
|
83
83
|
sage/matrix/matrix_mpolynomial_dense.pxd,sha256=lzlTvqyYKTuHuE5cpbA5OPKd7E_FawVOwPqEKlzeSU0,227
|
|
84
84
|
sage/matrix/matrix_mpolynomial_dense.pyx,sha256=KKqMsCuN2Kt0bzW0xudoLBvUkba1dfqExJsn0zaqMhs,22504
|
|
85
85
|
sage/rings/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
86
86
|
sage/rings/function_field/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
87
87
|
sage/rings/function_field/derivations_polymod.py,sha256=RgTsNqvALDv9r7KXOtBTj_7oqLwpznTkjUcr1fh8ILM,26690
|
|
88
|
-
sage/rings/function_field/element_polymod.cpython-311-x86_64-linux-musl.so,sha256=
|
|
88
|
+
sage/rings/function_field/element_polymod.cpython-311-x86_64-linux-musl.so,sha256=hfzdGoFJ7BUuvdny0F1hNLjqrOYAQXvhPQ7YDQc2WE8,818280
|
|
89
89
|
sage/rings/function_field/element_polymod.pyx,sha256=_NRqMkaP6heTf7LzpdmbRXNU5A10pCjC8o5QlKtyack,13114
|
|
90
90
|
sage/rings/function_field/function_field_polymod.py,sha256=lywpbW-eibp58zDCtFh5y5ef7szFtIy_MVDONv06o1Y,100585
|
|
91
91
|
sage/rings/function_field/ideal_polymod.py,sha256=YZq5o1V9d80uAfraPGqQWrzXXhFDVIQKgQSCx2QH1Hc,60987
|
|
92
92
|
sage/rings/function_field/order_polymod.py,sha256=OzCH6rQynxNJPJAZ5HyqjB5E12x3pO1dpGgLLFmy2M4,52741
|
|
93
93
|
sage/rings/function_field/place_polymod.py,sha256=9dNWvRoT8zcm37ncOeb6zrEzmoA10cplKYogigadDYc,24286
|
|
94
94
|
sage/rings/polynomial/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
95
|
-
sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-311-x86_64-linux-musl.so,sha256=
|
|
95
|
+
sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-311-x86_64-linux-musl.so,sha256=MAuFnUIIGUx_MpyT5UZ9IAOb-xR-K9-vCbbTrMvNCDE,431281
|
|
96
96
|
sage/rings/polynomial/multi_polynomial_ideal_libsingular.pxd,sha256=QeOwC20NtNmLvyvFMjx3wCj24tYAGNtGCVgb-Q7PZIM,231
|
|
97
97
|
sage/rings/polynomial/multi_polynomial_ideal_libsingular.pyx,sha256=smjBDJ6RP8B7G9xoJc__tgaSPJHKxrAZ8yjQUHVtdAk,9690
|
|
98
|
-
sage/rings/polynomial/multi_polynomial_libsingular.cpython-311-x86_64-linux-musl.so,sha256=
|
|
98
|
+
sage/rings/polynomial/multi_polynomial_libsingular.cpython-311-x86_64-linux-musl.so,sha256=eMg7OnlxAirdhJzGMJEwdhJn1-K87lnmQ12rOUhT_Eo,4611489
|
|
99
99
|
sage/rings/polynomial/multi_polynomial_libsingular.pxd,sha256=bH9rEpGJ7bP3I-Gu0dM_I6kUuQspBnvBLtslFJExE1w,1102
|
|
100
100
|
sage/rings/polynomial/multi_polynomial_libsingular.pyx,sha256=h6EyD77aTkk98UIgbnM7N2j6lVZRmVSTCBM5vQUJHsk,215140
|
|
101
|
-
sage/rings/polynomial/plural.cpython-311-x86_64-linux-musl.so,sha256=
|
|
101
|
+
sage/rings/polynomial/plural.cpython-311-x86_64-linux-musl.so,sha256=2j9hqioEx13nBrBRpP2zGexxpZuJeSYiZVaMmzWTtDk,2872033
|
|
102
102
|
sage/rings/polynomial/plural.pxd,sha256=WEc7tT2grvF8xo_JTdZ6k1Al3rlTF0nruYBI59GPM00,1531
|
|
103
103
|
sage/rings/polynomial/plural.pyx,sha256=0EEPTZXlkRcmtwLkMwoSGZxTYkEAwR-Jqks5itOGXT8,103542
|
|
104
104
|
sage/symbolic/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
105
105
|
sage/symbolic/comparison_impl.pxi,sha256=3Y3jvfI5KpsHHGfXvMTWQcAJpX5hCVP8e38qsAUB0GM,12183
|
|
106
106
|
sage/symbolic/constants_c_impl.pxi,sha256=-so8avpQMtJjaAn--7bNDAQGkHI_H-8ouKbT0DH9Ny0,5768
|
|
107
|
-
sage/symbolic/expression.cpython-311-x86_64-linux-musl.so,sha256=
|
|
107
|
+
sage/symbolic/expression.cpython-311-x86_64-linux-musl.so,sha256=7pfIl1vz1Dh_mhQpLgL4t-ctQgGPC19vnfYBFrqY47I,49740313
|
|
108
108
|
sage/symbolic/expression.pxd,sha256=GrwAZJD1idD2N3wAZTqMzMzHjixGtbP9f9gE6XJTXC4,330
|
|
109
109
|
sage/symbolic/expression.pyx,sha256=_8YwjfTi-iuN1BRzerUBT088Sd70c6m7xlrP8dcLJAU,463806
|
|
110
110
|
sage/symbolic/getitem_impl.pxi,sha256=r_G7Y-3fAzGDWTH7LZ85FNrC-RV2LCrk0WtpIKth91c,6410
|
|
@@ -116,7 +116,7 @@ sage/symbolic/pynac_wrap.h,sha256=17_rJaBnIv3HxQyCF0dBCLQCpts8Af4Xe7gTDQ261dM,31
|
|
|
116
116
|
sage/symbolic/series_impl.pxi,sha256=JZUQ5fgmD_9z6wnNvbrZrVx_-YGW33UHpDkQ2QYExyo,9415
|
|
117
117
|
sage/symbolic/substitution_map_impl.pxi,sha256=ZRJvI_hscTK8h9L8Pz2m_ZKBpmWwHxdHGRE7KudTwi4,2748
|
|
118
118
|
sage_wheels/bin/ESingular,sha256=oHOG0Im9WskxGh1M3gsmIuWuKiT_M3GRI9n4veH90OQ,40537
|
|
119
|
-
sage_wheels/bin/Singular,sha256=
|
|
119
|
+
sage_wheels/bin/Singular,sha256=1yOEjl-SbdTm9iE_jiYeFGflrleJ3XIOsdDypFrfSX4,36985
|
|
120
120
|
sage_wheels/bin/TSingular,sha256=1rKqFY4xbq5uMiLrekiUNseYrDzzVAORRRyC51ibvgI,36433
|
|
121
121
|
sage_wheels/lib/singular/MOD/cohomo.la,sha256=WY9DLzoEkuTg7oCRZn-ZrNAxV3E9_00qCihE6Be4__Y,958
|
|
122
122
|
sage_wheels/lib/singular/MOD/cohomo.so,sha256=BLr4rZJNWYT4KisUQM93CG4EyEsA5ljtQRMhZ1oRMsc,254513
|
|
@@ -487,7 +487,7 @@ sage_wheels/share/singular/emacs/hlp-cmpl.el,sha256=4K5tcaij-KLsMVui0yKKTKghJDVu
|
|
|
487
487
|
sage_wheels/share/singular/emacs/lib-cmpl.el,sha256=0PZiH80DGF_2iNQ6qbAlJXqpdyUA2igDpkQBW2U-dxY,3862
|
|
488
488
|
sage_wheels/share/singular/emacs/singular.el,sha256=i_ND0hmT6tKUbAARc4cSZun8Tf_T-F6IYkWV5uobw2o,175291
|
|
489
489
|
sage_wheels/share/singular/emacs/singular.xpm,sha256=xHsirIDt4nn1DMY80otjfWQ75jnmHX8JN1ESzD0Gu3g,1337
|
|
490
|
-
passagemath_singular-10.6.
|
|
491
|
-
passagemath_singular-10.6.
|
|
492
|
-
passagemath_singular-10.6.
|
|
493
|
-
passagemath_singular-10.6.
|
|
490
|
+
passagemath_singular-10.6.31rc3.dist-info/METADATA,sha256=-GcfE5ROWZyVewl38smrtRdvlJfz_sZpJtvBSKHRkVE,7980
|
|
491
|
+
passagemath_singular-10.6.31rc3.dist-info/WHEEL,sha256=kA_iIvT-cxTFNl4I8QDfFHN1DAyqZDYakVXCaObxeLo,112
|
|
492
|
+
passagemath_singular-10.6.31rc3.dist-info/top_level.txt,sha256=yNoQjxevDpEVBvZFtB_rfsux7WUDm9vOOPuOug5aa-k,17
|
|
493
|
+
passagemath_singular-10.6.31rc3.dist-info/RECORD,,
|
|
index 34d89af..6b2e707 100755
|
|
|
Binary file
|
|
Binary file
|
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-311-x86_64-linux-musl.so
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/Singular
CHANGED
|
Binary file
|
{passagemath_singular-10.6.31rc1.dist-info → passagemath_singular-10.6.31rc3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|