passagemath-singular 10.6.31rc2__cp313-cp313-macosx_13_0_arm64.whl → 10.6.31rc3__cp313-cp313-macosx_13_0_arm64.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-313-darwin.so +0 -0
- {passagemath_singular-10.6.31rc2.dist-info → passagemath_singular-10.6.31rc3.dist-info}/METADATA +9 -8
- {passagemath_singular-10.6.31rc2.dist-info → passagemath_singular-10.6.31rc3.dist-info}/RECORD +31 -31
- passagemath_singular.dylibs/libSingular-4.4.1.dylib +0 -0
- passagemath_singular.dylibs/libgfortran.5.dylib +0 -0
- passagemath_singular.dylibs/libomalloc-0.9.6.dylib +0 -0
- passagemath_singular.dylibs/libquadmath.0.dylib +0 -0
- sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-313-darwin.so +0 -0
- sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-313-darwin.so +0 -0
- sage/algebras/fusion_rings/poly_tup_engine.cpython-313-darwin.so +0 -0
- sage/algebras/fusion_rings/shm_managers.cpython-313-darwin.so +0 -0
- sage/algebras/letterplace/free_algebra_element_letterplace.cpython-313-darwin.so +0 -0
- sage/algebras/letterplace/free_algebra_letterplace.cpython-313-darwin.so +0 -0
- sage/algebras/letterplace/letterplace_ideal.cpython-313-darwin.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_cython.cpython-313-darwin.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_element.cpython-313-darwin.so +0 -0
- sage/all__sagemath_singular.py +1 -1
- sage/libs/singular/function.cpython-313-darwin.so +0 -0
- sage/libs/singular/groebner_strategy.cpython-313-darwin.so +0 -0
- sage/libs/singular/option.cpython-313-darwin.so +0 -0
- sage/libs/singular/polynomial.cpython-313-darwin.so +0 -0
- sage/libs/singular/ring.cpython-313-darwin.so +0 -0
- sage/libs/singular/singular.cpython-313-darwin.so +0 -0
- sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so +0 -0
- sage/rings/function_field/element_polymod.cpython-313-darwin.so +0 -0
- sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-313-darwin.so +0 -0
- sage/rings/polynomial/multi_polynomial_libsingular.cpython-313-darwin.so +0 -0
- sage/rings/polynomial/plural.cpython-313-darwin.so +0 -0
- sage/symbolic/expression.cpython-313-darwin.so +0 -0
- {passagemath_singular-10.6.31rc2.dist-info → passagemath_singular-10.6.31rc3.dist-info}/WHEEL +0 -0
- {passagemath_singular-10.6.31rc2.dist-info → passagemath_singular-10.6.31rc3.dist-info}/top_level.txt +0 -0
PySingular.cpython-313-darwin.so
CHANGED
|
Binary file
|
{passagemath_singular-10.6.31rc2.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
|
|
37
|
-
Requires-Dist: passagemath-
|
|
38
|
-
Requires-Dist: passagemath-
|
|
39
|
-
Requires-Dist: passagemath-
|
|
40
|
-
Requires-Dist: passagemath-
|
|
37
|
+
Requires-Dist: passagemath-environment>=10.6.31rc3
|
|
38
|
+
Requires-Dist: passagemath-environment<10.6.31rc4
|
|
39
|
+
Requires-Dist: passagemath-categories==10.6.31rc3
|
|
40
|
+
Requires-Dist: passagemath-modules==10.6.31rc3
|
|
41
|
+
Requires-Dist: passagemath-flint==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.31rc2.dist-info → passagemath_singular-10.6.31rc3.dist-info}/RECORD
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
PySingular.cpython-313-darwin.so,sha256=
|
|
2
|
-
passagemath_singular-10.6.
|
|
3
|
-
passagemath_singular-10.6.
|
|
4
|
-
passagemath_singular-10.6.
|
|
5
|
-
passagemath_singular-10.6.
|
|
1
|
+
PySingular.cpython-313-darwin.so,sha256=0xHQXM_5sNcVVr73-Hdinh2MM1GmQcGOOVIb9u9ibG0,73504
|
|
2
|
+
passagemath_singular-10.6.31rc3.dist-info/RECORD,,
|
|
3
|
+
passagemath_singular-10.6.31rc3.dist-info/WHEEL,sha256=kXhjAk4l4-cEIS1SjPDOm7-791qK4vKG27T_LvSNhyU,136
|
|
4
|
+
passagemath_singular-10.6.31rc3.dist-info/top_level.txt,sha256=yNoQjxevDpEVBvZFtB_rfsux7WUDm9vOOPuOug5aa-k,17
|
|
5
|
+
passagemath_singular-10.6.31rc3.dist-info/METADATA,sha256=bM2rrK3f5bXuntBvimNZdAdM2yNN4sz07SSnJsXo7Dk,7984
|
|
6
6
|
sage_wheels/bin/ESingular,sha256=xNEsAX5V-ZfKYzCWZPXUXqP8jNY7C5HLxA5IJ1NGDKk,86704
|
|
7
7
|
sage_wheels/bin/Singular,sha256=87rmtGjHxhSItyXMum_gtBxjbteDcWlDEtYpb3KaFu4,87712
|
|
8
8
|
sage_wheels/bin/TSingular,sha256=2Sbg8o0PNvQ_KOEMW-b0kDx7QpllnJKftPz0edu-1EA,70048
|
|
@@ -383,27 +383,27 @@ passagemath_singular.dylibs/libcddgmp.0.dylib,sha256=SE-H8roEpozpc9AQ_szziEqlZ7-
|
|
|
383
383
|
passagemath_singular.dylibs/libgf2x.3.dylib,sha256=7ibx753oNBvzitN4qVQQa3Hos6A9bOZq9ZjG1TQS4zE,137056
|
|
384
384
|
passagemath_singular.dylibs/libntl.44.dylib,sha256=o-PIe0w_j-w0OHujzZzWvrisVyXmbXottqra-YlbyEU,2170096
|
|
385
385
|
passagemath_singular.dylibs/libopenblasp-r0.3.29.dylib,sha256=SzkauRqZ2HLW-uyBzITJ5Urt37L6oh1qNkIc2gMoRDo,23828736
|
|
386
|
-
passagemath_singular.dylibs/libgfortran.5.dylib,sha256=
|
|
386
|
+
passagemath_singular.dylibs/libgfortran.5.dylib,sha256=hAC8jtmruUwq2PsbD6dt4881ffKbOnr8QYWHuhr347U,2003312
|
|
387
387
|
passagemath_singular.dylibs/libsingular_resources-4.4.1.dylib,sha256=dBB5VcQkCXpKa0oDehwpGv_Eou32wFYQ0GvThO4TLXY,87744
|
|
388
|
-
passagemath_singular.dylibs/libomalloc-0.9.6.dylib,sha256=
|
|
389
|
-
passagemath_singular.dylibs/libSingular-4.4.1.dylib,sha256=
|
|
388
|
+
passagemath_singular.dylibs/libomalloc-0.9.6.dylib,sha256=3AhL6bYpUCuI3QaxiUnVcGCTM_J-GNleBiDOu6o2gdY,97392
|
|
389
|
+
passagemath_singular.dylibs/libSingular-4.4.1.dylib,sha256=ohSpGn12fivZQfMuEZSuq49G_OwOPCfhyRZkxkwm-20,2400032
|
|
390
390
|
passagemath_singular.dylibs/libpolys-4.4.1.dylib,sha256=CRbp6doZmqopFclhFLVx20nb9L4jjGkb-6D4WKWoaNg,1192992
|
|
391
|
-
passagemath_singular.dylibs/libquadmath.0.dylib,sha256=
|
|
391
|
+
passagemath_singular.dylibs/libquadmath.0.dylib,sha256=SEHVmvKU8XE9VWf4Qpu1KCKsLB8imzhiCeZAf6l3Whg,368304
|
|
392
392
|
passagemath_singular.dylibs/libgmp.10.dylib,sha256=qZqkekIDAfrlpbRePJT9R9ghKKra1exM1a3FksmPU6g,464688
|
|
393
393
|
passagemath_singular.dylibs/libmpfr.6.dylib,sha256=4jGoUzz0O6R3ceYuvndonpv7AI8BohK4FpSo1_d6zUM,466160
|
|
394
|
-
sage/all__sagemath_singular.py,sha256=
|
|
394
|
+
sage/all__sagemath_singular.py,sha256=0K6h73hnCkeQ9wxemTl1rKiLWXDglzDNJMzjxQe4Qzc,366
|
|
395
395
|
sage/ext_data/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
396
396
|
sage/ext_data/singular/function_field/core.lib,sha256=aQkIAhYXqWX_MjFBvlvZL8Kq7K6uiiGu2iVm7FRC2o0,3035
|
|
397
397
|
sage/algebras/all__sagemath_singular.py,sha256=_h6GEB2gvRCxKXIsClnAgT2nNhupPzjbe_4Om7ofP3E,88
|
|
398
398
|
sage/algebras/quatalg/quaternion_algebra_cython.pyx,sha256=S0XjRaKsiRSGO8hMWH3PjGmpEA1gs47J6j7hkwXQB2c,9100
|
|
399
399
|
sage/algebras/quatalg/quaternion_algebra_element.pyx,sha256=DZBZl3VWEVWcQsAgyyQHaAa49y_luv1cyjOgvOETZJ4,72872
|
|
400
400
|
sage/algebras/quatalg/all.py,sha256=fQDPrCxfo1xWhkVmyLaPVOurVIUHE7XoYRes19E0Sls,118
|
|
401
|
-
sage/algebras/quatalg/quaternion_algebra_cython.cpython-313-darwin.so,sha256=
|
|
401
|
+
sage/algebras/quatalg/quaternion_algebra_cython.cpython-313-darwin.so,sha256=Lymy8Yjb0A98h1kzZvqiyzUTxUS13UK4Qgz-nzRQmvI,118224
|
|
402
402
|
sage/algebras/quatalg/quaternion_algebra_element.pxd,sha256=xMAEP9wD9a3l1N_2zmgh1bJfnmjdkoQTMPChh6bxnT4,1116
|
|
403
403
|
sage/algebras/quatalg/quaternion_algebra.py,sha256=oGxA-5mO4l4cwuZ0BGy0fM4ChWTWxHFAiGea6mHMUfI,179957
|
|
404
|
-
sage/algebras/quatalg/quaternion_algebra_element.cpython-313-darwin.so,sha256=
|
|
405
|
-
sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-313-darwin.so,sha256=
|
|
406
|
-
sage/algebras/fusion_rings/poly_tup_engine.cpython-313-darwin.so,sha256=
|
|
404
|
+
sage/algebras/quatalg/quaternion_algebra_element.cpython-313-darwin.so,sha256=QV4lkqggVy5q0wOqNgagNhEsfwhpMN8dMtAqDO5uv5Y,390480
|
|
405
|
+
sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-313-darwin.so,sha256=8F-RCUdkI4sfwGxEg2g38KQ5PKHFSX-0rZBhpOsohUc,220192
|
|
406
|
+
sage/algebras/fusion_rings/poly_tup_engine.cpython-313-darwin.so,sha256=jVDTgPv1V5M0bpMVkCD9LK0w2zpGE-0VgJnz39OfLn8,201408
|
|
407
407
|
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.pyx,sha256=aTYcrmPgKxOt2E9dlyjonFqQVgZtSupukrXYVGKChCg,12676
|
|
408
408
|
sage/algebras/fusion_rings/poly_tup_engine.pxd,sha256=5qMeygkSqGpWW-aGkzUb1Jd9rYWFv0Xx4qpu3PwNjYc,1371
|
|
409
409
|
sage/algebras/fusion_rings/fast_parallel_fmats_methods.pxd,sha256=txJDsA4IhRPmz8381YKJgvrRQN2oHBoFIYvx0G5cQT0,222
|
|
@@ -415,37 +415,37 @@ sage/algebras/fusion_rings/shm_managers.pyx,sha256=5A0LGqE-tQWbjrJYgT_5VjoxDiQ8T
|
|
|
415
415
|
sage/algebras/fusion_rings/fast_parallel_fmats_methods.pyx,sha256=l6fMi8jlYwD-0pP6NqrKhOUGdf7Km_8OI9UuqLPFA7Y,20397
|
|
416
416
|
sage/algebras/fusion_rings/fusion_ring.py,sha256=nZAde7b1ywycZiVMUoI3621EjBL7_SSjVS458mx3OqM,61850
|
|
417
417
|
sage/algebras/fusion_rings/poly_tup_engine.pyx,sha256=ET_bSB_XigX1R51tbMO13QktKvTIV-fxPK9_Htd9MNM,20660
|
|
418
|
-
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-313-darwin.so,sha256=
|
|
418
|
+
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-313-darwin.so,sha256=8pGf9hDJcYXc2M6zNNzvC_XcnettqxfILuFp7FRZuNU,138296
|
|
419
419
|
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.pxd,sha256=Olw_4mOrLg3wEM1sNegF5rE3_4yVOLI-M6OH88-JhuA,124
|
|
420
|
-
sage/algebras/fusion_rings/shm_managers.cpython-313-darwin.so,sha256=
|
|
420
|
+
sage/algebras/fusion_rings/shm_managers.cpython-313-darwin.so,sha256=D-6dMFCPwL1s9Bbac_LBrXmSmOppc1JL0CJ8laDgIRo,292992
|
|
421
421
|
sage/algebras/letterplace/free_algebra_letterplace.pyx,sha256=Cg3fYZiX0kvY2Uts0v8w2G-9TIfg1NtgYxKQfDwNj8c,34080
|
|
422
422
|
sage/algebras/letterplace/free_algebra_element_letterplace.pxd,sha256=iXolP0xLLtsYR8jSdStz2LOQdwmzcoL1LxL07g6B4b8,909
|
|
423
|
-
sage/algebras/letterplace/letterplace_ideal.cpython-313-darwin.so,sha256=
|
|
423
|
+
sage/algebras/letterplace/letterplace_ideal.cpython-313-darwin.so,sha256=QlrrtGPID1s5Wci_CRNkHt_EaF9f4tC6sy-UK5hgPPY,184592
|
|
424
424
|
sage/algebras/letterplace/letterplace_ideal.pyx,sha256=C81-Hfgoh4tqLHy3-BqG3h5QThiFyJxLAYEIo0lVclk,18159
|
|
425
|
-
sage/algebras/letterplace/free_algebra_element_letterplace.cpython-313-darwin.so,sha256
|
|
425
|
+
sage/algebras/letterplace/free_algebra_element_letterplace.cpython-313-darwin.so,sha256=DzMl-cJxqaAz6F5JTvIvmy35E_JCa4iQ82_JXcLIb5Y,263104
|
|
426
426
|
sage/algebras/letterplace/all.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
427
427
|
sage/algebras/letterplace/free_algebra_element_letterplace.pyx,sha256=Uez7QS4U7dpMQY7KAqHfQT1JCDFTVVFhDMuFIhLRPaw,27638
|
|
428
428
|
sage/algebras/letterplace/free_algebra_letterplace.pxd,sha256=9XJW5AndMAG9Afwh-feD4wnCdgPve4sN4raCUaWLZ5c,1465
|
|
429
|
-
sage/algebras/letterplace/free_algebra_letterplace.cpython-313-darwin.so,sha256=
|
|
429
|
+
sage/algebras/letterplace/free_algebra_letterplace.cpython-313-darwin.so,sha256=BP_cyW8Eu_KL_hQTHR8s4eOlsm0XG7dJ3DwwDOKx-e4,263312
|
|
430
430
|
sage/libs/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
431
431
|
sage/libs/singular/groebner_strategy.pxd,sha256=hpU-UxtQEWhNIiAf7KjmZqZANOo9_gPd6Ah_87-YA1k,817
|
|
432
432
|
sage/libs/singular/polynomial.pyx,sha256=4NF0GJ3thFxIsQ97LJomNCACki_cH5203to3OGaMf-Q,18142
|
|
433
433
|
sage/libs/singular/singular.pyx,sha256=B08lliv5Tu9HmxA1EpewbVjKgVzGhNt3QHmIYheMSRM,56393
|
|
434
|
-
sage/libs/singular/polynomial.cpython-313-darwin.so,sha256=
|
|
435
|
-
sage/libs/singular/option.cpython-313-darwin.so,sha256=
|
|
436
|
-
sage/libs/singular/ring.cpython-313-darwin.so,sha256=
|
|
434
|
+
sage/libs/singular/polynomial.cpython-313-darwin.so,sha256=nt4mrFecWLHRwucI8NGzzJfWEwU6uAi6nbfvsxJxu54,142560
|
|
435
|
+
sage/libs/singular/option.cpython-313-darwin.so,sha256=ZsoaHYkSIcTf5LKvsXoVfMePlEJH_kIY7lvVNQT00X8,174016
|
|
436
|
+
sage/libs/singular/ring.cpython-313-darwin.so,sha256=M2IM5TL0ih_IOjIfWAaPyS_zzF8RvIOqs0KjQE17PTM,186288
|
|
437
437
|
sage/libs/singular/ring.pxd,sha256=YWzZNK6noYX40BeuRh2BS15pG3mwBJOp7d8ANo2DdmI,1846
|
|
438
438
|
sage/libs/singular/function.pyx,sha256=iiXAgGttptzziY3MIFOkFvTFsI3wmw0la4Zzq-YpGfk,62735
|
|
439
439
|
sage/libs/singular/decl.pxd,sha256=shMsylXcOnAhYyS-Gbh6u924pw_VX-btG4m3Ur6sIWo,30266
|
|
440
440
|
sage/libs/singular/__init__.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
441
|
-
sage/libs/singular/groebner_strategy.cpython-313-darwin.so,sha256=
|
|
441
|
+
sage/libs/singular/groebner_strategy.cpython-313-darwin.so,sha256=ZERBtrvL3j5p-Fqnu-zY2WI-hypA9T-vEGKn9joM5aM,196752
|
|
442
442
|
sage/libs/singular/option.pyx,sha256=K4bHz9fjzowGC4sz5AxQP-GUw9mBy7G5RmYre5G0mvY,24198
|
|
443
|
-
sage/libs/singular/function.cpython-313-darwin.so,sha256=
|
|
443
|
+
sage/libs/singular/function.cpython-313-darwin.so,sha256=XmAE1RMyq7fjqTqq_rn_nN2m5-bFmFzO2YMMQ1P_Dt4,363520
|
|
444
444
|
sage/libs/singular/function.pxd,sha256=q9qxIbDc942N8WNUX1im0tZKKHIYPzAIbKphHiAcz7E,3439
|
|
445
445
|
sage/libs/singular/ring.pyx,sha256=S1Uv-WJXW6et2CZPk1jf7HK_wJYOGWWOFyZZOm9jyas,32567
|
|
446
446
|
sage/libs/singular/standard_options.py,sha256=p2Gh8PAKHbO3kqJvnczUmASHn7IDjZM7QGKqK5iFom4,6360
|
|
447
447
|
sage/libs/singular/singular.pxd,sha256=tTyewtsh6B00WiA_fEwlMLqHNoWvjbggkKNGi7y2Lfw,2739
|
|
448
|
-
sage/libs/singular/singular.cpython-313-darwin.so,sha256=
|
|
448
|
+
sage/libs/singular/singular.cpython-313-darwin.so,sha256=7-4f-NdnZCGgKO8ZBHGC_P6-7v7mYng8vrOEguTu9xU,224512
|
|
449
449
|
sage/libs/singular/polynomial.pxd,sha256=IDgLhGCZO0I_XfRgOBNd_1dpUpLNrTM_mlRj3dvJLBw,2040
|
|
450
450
|
sage/libs/singular/function_factory.py,sha256=JYeDzWpl0Na7dKgBO2xqgBllWFyouOVdVvjg-M6YAVs,1936
|
|
451
451
|
sage/libs/singular/groebner_strategy.pyx,sha256=Ej52JhGOI9ypxCJEU5pzqXJmdnzUcZZ7hnldCZPaaro,21577
|
|
@@ -453,18 +453,18 @@ sage/rings/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV
|
|
|
453
453
|
sage/rings/function_field/order_polymod.py,sha256=OzCH6rQynxNJPJAZ5HyqjB5E12x3pO1dpGgLLFmy2M4,52741
|
|
454
454
|
sage/rings/function_field/place_polymod.py,sha256=9dNWvRoT8zcm37ncOeb6zrEzmoA10cplKYogigadDYc,24286
|
|
455
455
|
sage/rings/function_field/element_polymod.pyx,sha256=_NRqMkaP6heTf7LzpdmbRXNU5A10pCjC8o5QlKtyack,13114
|
|
456
|
-
sage/rings/function_field/element_polymod.cpython-313-darwin.so,sha256=
|
|
456
|
+
sage/rings/function_field/element_polymod.cpython-313-darwin.so,sha256=RoFV_dy6wtgFIHrAcWwkrG31fItF_I4aigAseeXiiyI,175768
|
|
457
457
|
sage/rings/function_field/function_field_polymod.py,sha256=lywpbW-eibp58zDCtFh5y5ef7szFtIy_MVDONv06o1Y,100585
|
|
458
458
|
sage/rings/function_field/ideal_polymod.py,sha256=YZq5o1V9d80uAfraPGqQWrzXXhFDVIQKgQSCx2QH1Hc,60987
|
|
459
459
|
sage/rings/function_field/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
460
460
|
sage/rings/function_field/derivations_polymod.py,sha256=RgTsNqvALDv9r7KXOtBTj_7oqLwpznTkjUcr1fh8ILM,26690
|
|
461
|
-
sage/rings/polynomial/plural.cpython-313-darwin.so,sha256=
|
|
461
|
+
sage/rings/polynomial/plural.cpython-313-darwin.so,sha256=3Qy0Ro-Pn9zjpJZUrI96spM4STiGxD2MNT4v2MAQJJk,483248
|
|
462
462
|
sage/rings/polynomial/plural.pyx,sha256=0EEPTZXlkRcmtwLkMwoSGZxTYkEAwR-Jqks5itOGXT8,103542
|
|
463
463
|
sage/rings/polynomial/multi_polynomial_ideal_libsingular.pxd,sha256=QeOwC20NtNmLvyvFMjx3wCj24tYAGNtGCVgb-Q7PZIM,231
|
|
464
|
-
sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-313-darwin.so,sha256=
|
|
464
|
+
sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-313-darwin.so,sha256=66UPMRiVn6HHZDBpqSb6GjKKRUFk7bUyUmxFc3bXneE,137616
|
|
465
465
|
sage/rings/polynomial/multi_polynomial_libsingular.pyx,sha256=h6EyD77aTkk98UIgbnM7N2j6lVZRmVSTCBM5vQUJHsk,215140
|
|
466
466
|
sage/rings/polynomial/multi_polynomial_libsingular.pxd,sha256=bH9rEpGJ7bP3I-Gu0dM_I6kUuQspBnvBLtslFJExE1w,1102
|
|
467
|
-
sage/rings/polynomial/multi_polynomial_libsingular.cpython-313-darwin.so,sha256=
|
|
467
|
+
sage/rings/polynomial/multi_polynomial_libsingular.cpython-313-darwin.so,sha256=3ZszD2ky8EUrQFz4MH-CINXIcuGsgrsQDMp73hjNkmM,770192
|
|
468
468
|
sage/rings/polynomial/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
469
469
|
sage/rings/polynomial/multi_polynomial_ideal_libsingular.pyx,sha256=smjBDJ6RP8B7G9xoJc__tgaSPJHKxrAZ8yjQUHVtdAk,9690
|
|
470
470
|
sage/rings/polynomial/plural.pxd,sha256=WEc7tT2grvF8xo_JTdZ6k1Al3rlTF0nruYBI59GPM00,1531
|
|
@@ -472,7 +472,7 @@ sage/symbolic/comparison_impl.pxi,sha256=3Y3jvfI5KpsHHGfXvMTWQcAJpX5hCVP8e38qsAU
|
|
|
472
472
|
sage/symbolic/expression.pyx,sha256=_8YwjfTi-iuN1BRzerUBT088Sd70c6m7xlrP8dcLJAU,463806
|
|
473
473
|
sage/symbolic/series_impl.pxi,sha256=JZUQ5fgmD_9z6wnNvbrZrVx_-YGW33UHpDkQ2QYExyo,9415
|
|
474
474
|
sage/symbolic/substitution_map_impl.pxi,sha256=ZRJvI_hscTK8h9L8Pz2m_ZKBpmWwHxdHGRE7KudTwi4,2748
|
|
475
|
-
sage/symbolic/expression.cpython-313-darwin.so,sha256=
|
|
475
|
+
sage/symbolic/expression.cpython-313-darwin.so,sha256=AQtA4eV8xps_57GSPzj7uvGro0DyOw4GRaIW3kZcrxg,4589568
|
|
476
476
|
sage/symbolic/pynac_impl.pxi,sha256=AS7NqJ_KdK6l6sm-Seye5iqVGDFxyKl37AxAKvmhA8A,75514
|
|
477
477
|
sage/symbolic/pynac_function_impl.pxi,sha256=N5WyIYgyT82qJKqSJZ7-uTPkqyELaplcZY0bRQ2ai3s,6675
|
|
478
478
|
sage/symbolic/pynac.pxi,sha256=EYBLjMp8Rp9_1DX6zg0n8VFvJeuWHk3wu7-dC98e5ak,24584
|
|
@@ -484,7 +484,7 @@ sage/symbolic/expression.pxd,sha256=GrwAZJD1idD2N3wAZTqMzMzHjixGtbP9f9gE6XJTXC4,
|
|
|
484
484
|
sage/symbolic/getitem_impl.pxi,sha256=r_G7Y-3fAzGDWTH7LZ85FNrC-RV2LCrk0WtpIKth91c,6410
|
|
485
485
|
sage/matrix/matrix_mpolynomial_dense.pxd,sha256=lzlTvqyYKTuHuE5cpbA5OPKd7E_FawVOwPqEKlzeSU0,227
|
|
486
486
|
sage/matrix/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
487
|
-
sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so,sha256=
|
|
487
|
+
sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so,sha256=2kuIt7D1Kv8COq3gc9h492lNZwZGcdtW4Oa76wTemKI,228160
|
|
488
488
|
sage/matrix/matrix_mpolynomial_dense.pyx,sha256=KKqMsCuN2Kt0bzW0xudoLBvUkba1dfqExJsn0zaqMhs,22504
|
|
489
489
|
sage/interfaces/singular.py,sha256=JfLsl06A7ODCKg6azcSTOwKJizG8671FmYHpQ7qVkCc,95055
|
|
490
490
|
sage/interfaces/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
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/all__sagemath_singular.py
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
|
{passagemath_singular-10.6.31rc2.dist-info → passagemath_singular-10.6.31rc3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|