passagemath-singular 10.6.31rc1__cp311-cp311-macosx_13_0_arm64.whl → 10.6.31rc3__cp311-cp311-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-311-darwin.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 +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-311-darwin.so +0 -0
- sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-311-darwin.so +0 -0
- sage/algebras/fusion_rings/poly_tup_engine.cpython-311-darwin.so +0 -0
- sage/algebras/fusion_rings/shm_managers.cpython-311-darwin.so +0 -0
- sage/algebras/letterplace/free_algebra_element_letterplace.cpython-311-darwin.so +0 -0
- sage/algebras/letterplace/free_algebra_letterplace.cpython-311-darwin.so +0 -0
- sage/algebras/letterplace/letterplace_ideal.cpython-311-darwin.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_cython.cpython-311-darwin.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_element.cpython-311-darwin.so +0 -0
- sage/all__sagemath_singular.py +1 -1
- sage/libs/singular/function.cpython-311-darwin.so +0 -0
- sage/libs/singular/groebner_strategy.cpython-311-darwin.so +0 -0
- sage/libs/singular/option.cpython-311-darwin.so +0 -0
- sage/libs/singular/polynomial.cpython-311-darwin.so +0 -0
- sage/libs/singular/ring.cpython-311-darwin.so +0 -0
- sage/libs/singular/singular.cpython-311-darwin.so +0 -0
- sage/matrix/matrix_mpolynomial_dense.cpython-311-darwin.so +0 -0
- sage/rings/function_field/element_polymod.cpython-311-darwin.so +0 -0
- sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-311-darwin.so +0 -0
- sage/rings/polynomial/multi_polynomial_libsingular.cpython-311-darwin.so +0 -0
- sage/rings/polynomial/plural.cpython-311-darwin.so +0 -0
- sage/symbolic/expression.cpython-311-darwin.so +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
PySingular.cpython-311-darwin.so
CHANGED
|
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
|
|
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.31rc1.dist-info → passagemath_singular-10.6.31rc3.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
PySingular.cpython-311-darwin.so,sha256=
|
|
1
|
+
PySingular.cpython-311-darwin.so,sha256=o_qHFG0phSgjaaKhNpBd3qq4_FhbqGjbZXlSYaQzuYA,73504
|
|
2
|
+
passagemath_singular-10.6.31rc3.dist-info/RECORD,,
|
|
3
|
+
passagemath_singular-10.6.31rc3.dist-info/WHEEL,sha256=_2eWE0XUrAnNpxPyXffVnsvXkR9SkDAS3wnEDHyQ9s4,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
|
|
2
6
|
sage_wheels/bin/ESingular,sha256=xNEsAX5V-ZfKYzCWZPXUXqP8jNY7C5HLxA5IJ1NGDKk,86704
|
|
3
7
|
sage_wheels/bin/Singular,sha256=87rmtGjHxhSItyXMum_gtBxjbteDcWlDEtYpb3KaFu4,87712
|
|
4
8
|
sage_wheels/bin/TSingular,sha256=2Sbg8o0PNvQ_KOEMW-b0kDx7QpllnJKftPz0edu-1EA,70048
|
|
@@ -379,30 +383,26 @@ passagemath_singular.dylibs/libcddgmp.0.dylib,sha256=SE-H8roEpozpc9AQ_szziEqlZ7-
|
|
|
379
383
|
passagemath_singular.dylibs/libgf2x.3.dylib,sha256=7ibx753oNBvzitN4qVQQa3Hos6A9bOZq9ZjG1TQS4zE,137056
|
|
380
384
|
passagemath_singular.dylibs/libntl.44.dylib,sha256=o-PIe0w_j-w0OHujzZzWvrisVyXmbXottqra-YlbyEU,2170096
|
|
381
385
|
passagemath_singular.dylibs/libopenblasp-r0.3.29.dylib,sha256=SzkauRqZ2HLW-uyBzITJ5Urt37L6oh1qNkIc2gMoRDo,23828736
|
|
382
|
-
passagemath_singular.dylibs/libgfortran.5.dylib,sha256=
|
|
386
|
+
passagemath_singular.dylibs/libgfortran.5.dylib,sha256=hAC8jtmruUwq2PsbD6dt4881ffKbOnr8QYWHuhr347U,2003312
|
|
383
387
|
passagemath_singular.dylibs/libsingular_resources-4.4.1.dylib,sha256=dBB5VcQkCXpKa0oDehwpGv_Eou32wFYQ0GvThO4TLXY,87744
|
|
384
|
-
passagemath_singular.dylibs/libomalloc-0.9.6.dylib,sha256=
|
|
385
|
-
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
|
|
386
390
|
passagemath_singular.dylibs/libpolys-4.4.1.dylib,sha256=CRbp6doZmqopFclhFLVx20nb9L4jjGkb-6D4WKWoaNg,1192992
|
|
387
|
-
passagemath_singular.dylibs/libquadmath.0.dylib,sha256=
|
|
391
|
+
passagemath_singular.dylibs/libquadmath.0.dylib,sha256=SEHVmvKU8XE9VWf4Qpu1KCKsLB8imzhiCeZAf6l3Whg,368304
|
|
388
392
|
passagemath_singular.dylibs/libgmp.10.dylib,sha256=qZqkekIDAfrlpbRePJT9R9ghKKra1exM1a3FksmPU6g,464688
|
|
389
393
|
passagemath_singular.dylibs/libmpfr.6.dylib,sha256=4jGoUzz0O6R3ceYuvndonpv7AI8BohK4FpSo1_d6zUM,466160
|
|
390
|
-
|
|
391
|
-
passagemath_singular-10.6.31rc1.dist-info/WHEEL,sha256=_2eWE0XUrAnNpxPyXffVnsvXkR9SkDAS3wnEDHyQ9s4,136
|
|
392
|
-
passagemath_singular-10.6.31rc1.dist-info/top_level.txt,sha256=yNoQjxevDpEVBvZFtB_rfsux7WUDm9vOOPuOug5aa-k,17
|
|
393
|
-
passagemath_singular-10.6.31rc1.dist-info/METADATA,sha256=rTWgyK8bOv1TP-fIu4Ofls29GJsb06o6lX52OqcSzdY,7929
|
|
394
|
-
sage/all__sagemath_singular.py,sha256=8Q-ilWqTJlciZjQ5Vji5gBtSnygnV5HyWnHjzTLEX-o,368
|
|
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
|
-
sage/algebras/quatalg/quaternion_algebra_cython.cpython-311-darwin.so,sha256=
|
|
398
|
+
sage/algebras/quatalg/quaternion_algebra_cython.cpython-311-darwin.so,sha256=3KNIVcdjoTf-cp0eLlpXKgNoj7D8zrOfwA7lxL2mH_c,118192
|
|
399
399
|
sage/algebras/quatalg/quaternion_algebra_cython.pyx,sha256=S0XjRaKsiRSGO8hMWH3PjGmpEA1gs47J6j7hkwXQB2c,9100
|
|
400
400
|
sage/algebras/quatalg/quaternion_algebra_element.pyx,sha256=DZBZl3VWEVWcQsAgyyQHaAa49y_luv1cyjOgvOETZJ4,72872
|
|
401
401
|
sage/algebras/quatalg/all.py,sha256=fQDPrCxfo1xWhkVmyLaPVOurVIUHE7XoYRes19E0Sls,118
|
|
402
|
-
sage/algebras/quatalg/quaternion_algebra_element.cpython-311-darwin.so,sha256=
|
|
402
|
+
sage/algebras/quatalg/quaternion_algebra_element.cpython-311-darwin.so,sha256=lDcvcpCedE9TUkWL1udo4GOdIUTwUttiwfSn2pjLt-I,407136
|
|
403
403
|
sage/algebras/quatalg/quaternion_algebra_element.pxd,sha256=xMAEP9wD9a3l1N_2zmgh1bJfnmjdkoQTMPChh6bxnT4,1116
|
|
404
404
|
sage/algebras/quatalg/quaternion_algebra.py,sha256=oGxA-5mO4l4cwuZ0BGy0fM4ChWTWxHFAiGea6mHMUfI,179957
|
|
405
|
-
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-311-darwin.so,sha256=
|
|
405
|
+
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-311-darwin.so,sha256=xsJ-q7IMEq0grjb34gathc3khCk0w0uW0aGBK0fMPSY,138088
|
|
406
406
|
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.pyx,sha256=aTYcrmPgKxOt2E9dlyjonFqQVgZtSupukrXYVGKChCg,12676
|
|
407
407
|
sage/algebras/fusion_rings/poly_tup_engine.pxd,sha256=5qMeygkSqGpWW-aGkzUb1Jd9rYWFv0Xx4qpu3PwNjYc,1371
|
|
408
408
|
sage/algebras/fusion_rings/fast_parallel_fmats_methods.pxd,sha256=txJDsA4IhRPmz8381YKJgvrRQN2oHBoFIYvx0G5cQT0,222
|
|
@@ -410,43 +410,43 @@ sage/algebras/fusion_rings/fusion_double.py,sha256=eDIiFnz2SEIHqefmd4fGtGfhZgw1M
|
|
|
410
410
|
sage/algebras/fusion_rings/f_matrix.py,sha256=6qXlq4j_OtVAgIIwjYw4_AKbluSZoKQF4O5QlG1dPiM,100753
|
|
411
411
|
sage/algebras/fusion_rings/shm_managers.pxd,sha256=pJg8DaGWn6_cO4hhUF-3RGMKnfSVlYJSeYz96TAR2u4,755
|
|
412
412
|
sage/algebras/fusion_rings/all.py,sha256=ZjsW9a3DfwuBIkWGhfvC6XIzEwTNjZS7UJfvLVBza-Q,788
|
|
413
|
-
sage/algebras/fusion_rings/shm_managers.cpython-311-darwin.so,sha256
|
|
413
|
+
sage/algebras/fusion_rings/shm_managers.cpython-311-darwin.so,sha256=-OZrnyI-POEN0mDt56qpPhX1JbrMdLmTgfOQOP5qlnE,291952
|
|
414
414
|
sage/algebras/fusion_rings/shm_managers.pyx,sha256=5A0LGqE-tQWbjrJYgT_5VjoxDiQ8TVtmR6rFKUhp2Zw,32334
|
|
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_fmats_methods.cpython-311-darwin.so,sha256=
|
|
419
|
-
sage/algebras/fusion_rings/poly_tup_engine.cpython-311-darwin.so,sha256=
|
|
418
|
+
sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-311-darwin.so,sha256=5chJaGJnzqrTKzATJ96SkXU3nfHidbntUCU6rKsPq1M,220128
|
|
419
|
+
sage/algebras/fusion_rings/poly_tup_engine.cpython-311-darwin.so,sha256=di_nmjSeQWEfa6cfXEpDZhqGjeS2wm1kiWP-tQKe-jg,216880
|
|
420
420
|
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.pxd,sha256=Olw_4mOrLg3wEM1sNegF5rE3_4yVOLI-M6OH88-JhuA,124
|
|
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
423
|
sage/algebras/letterplace/letterplace_ideal.pyx,sha256=C81-Hfgoh4tqLHy3-BqG3h5QThiFyJxLAYEIo0lVclk,18159
|
|
424
|
-
sage/algebras/letterplace/free_algebra_letterplace.cpython-311-darwin.so,sha256=
|
|
424
|
+
sage/algebras/letterplace/free_algebra_letterplace.cpython-311-darwin.so,sha256=dC6YqUnWsoRgQnFlh_pAVX_fYBmquZoRPooaJ32pA4c,263184
|
|
425
425
|
sage/algebras/letterplace/all.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
426
426
|
sage/algebras/letterplace/free_algebra_element_letterplace.pyx,sha256=Uez7QS4U7dpMQY7KAqHfQT1JCDFTVVFhDMuFIhLRPaw,27638
|
|
427
|
-
sage/algebras/letterplace/letterplace_ideal.cpython-311-darwin.so,sha256=
|
|
427
|
+
sage/algebras/letterplace/letterplace_ideal.cpython-311-darwin.so,sha256=LGN8dbaJEeCgZcrKdPtSXKfufPclGVaJnY1U1dNAqLI,184544
|
|
428
428
|
sage/algebras/letterplace/free_algebra_letterplace.pxd,sha256=9XJW5AndMAG9Afwh-feD4wnCdgPve4sN4raCUaWLZ5c,1465
|
|
429
|
-
sage/algebras/letterplace/free_algebra_element_letterplace.cpython-311-darwin.so,sha256=
|
|
429
|
+
sage/algebras/letterplace/free_algebra_element_letterplace.cpython-311-darwin.so,sha256=iAxJNz77HxWkG5vo23fWoBSjbFS6HWjSWP9zI9u47QM,262608
|
|
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
|
-
sage/libs/singular/function.cpython-311-darwin.so,sha256=
|
|
432
|
+
sage/libs/singular/function.cpython-311-darwin.so,sha256=jjFQbuflvL3pgQP2aHcyVfDHwBW3fVJOBI-4bSODKEw,362768
|
|
433
433
|
sage/libs/singular/polynomial.pyx,sha256=4NF0GJ3thFxIsQ97LJomNCACki_cH5203to3OGaMf-Q,18142
|
|
434
434
|
sage/libs/singular/singular.pyx,sha256=B08lliv5Tu9HmxA1EpewbVjKgVzGhNt3QHmIYheMSRM,56393
|
|
435
435
|
sage/libs/singular/ring.pxd,sha256=YWzZNK6noYX40BeuRh2BS15pG3mwBJOp7d8ANo2DdmI,1846
|
|
436
436
|
sage/libs/singular/function.pyx,sha256=iiXAgGttptzziY3MIFOkFvTFsI3wmw0la4Zzq-YpGfk,62735
|
|
437
437
|
sage/libs/singular/decl.pxd,sha256=shMsylXcOnAhYyS-Gbh6u924pw_VX-btG4m3Ur6sIWo,30266
|
|
438
438
|
sage/libs/singular/__init__.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
439
|
-
sage/libs/singular/singular.cpython-311-darwin.so,sha256=
|
|
439
|
+
sage/libs/singular/singular.cpython-311-darwin.so,sha256=IvZ5YdCVc9nF7iTvdm8DSTVdyOD3zTuPDxMIvykSRS4,223264
|
|
440
440
|
sage/libs/singular/option.pyx,sha256=K4bHz9fjzowGC4sz5AxQP-GUw9mBy7G5RmYre5G0mvY,24198
|
|
441
441
|
sage/libs/singular/function.pxd,sha256=q9qxIbDc942N8WNUX1im0tZKKHIYPzAIbKphHiAcz7E,3439
|
|
442
|
-
sage/libs/singular/polynomial.cpython-311-darwin.so,sha256=
|
|
442
|
+
sage/libs/singular/polynomial.cpython-311-darwin.so,sha256=JETHLFghIg1bSgWN8_mOaB9IlPuV_jFKN-AfZ_MqjIM,142768
|
|
443
443
|
sage/libs/singular/ring.pyx,sha256=S1Uv-WJXW6et2CZPk1jf7HK_wJYOGWWOFyZZOm9jyas,32567
|
|
444
444
|
sage/libs/singular/standard_options.py,sha256=p2Gh8PAKHbO3kqJvnczUmASHn7IDjZM7QGKqK5iFom4,6360
|
|
445
|
-
sage/libs/singular/option.cpython-311-darwin.so,sha256=
|
|
446
|
-
sage/libs/singular/ring.cpython-311-darwin.so,sha256=
|
|
445
|
+
sage/libs/singular/option.cpython-311-darwin.so,sha256=P6ED7yI4Vop1ZuCBewNYneyJqvRJa3BJ6Lki00Z-tLs,174080
|
|
446
|
+
sage/libs/singular/ring.cpython-311-darwin.so,sha256=L-b0jgEOQ-8XAbxl1jFrF82ffupxIFWnHDSh7fqhG_w,186112
|
|
447
447
|
sage/libs/singular/singular.pxd,sha256=tTyewtsh6B00WiA_fEwlMLqHNoWvjbggkKNGi7y2Lfw,2739
|
|
448
448
|
sage/libs/singular/polynomial.pxd,sha256=IDgLhGCZO0I_XfRgOBNd_1dpUpLNrTM_mlRj3dvJLBw,2040
|
|
449
|
-
sage/libs/singular/groebner_strategy.cpython-311-darwin.so,sha256=
|
|
449
|
+
sage/libs/singular/groebner_strategy.cpython-311-darwin.so,sha256=acKuW1bF6jEUtErW5GbkcyAlPflHAaAu0mfxJBzZQiw,197072
|
|
450
450
|
sage/libs/singular/function_factory.py,sha256=JYeDzWpl0Na7dKgBO2xqgBllWFyouOVdVvjg-M6YAVs,1936
|
|
451
451
|
sage/libs/singular/groebner_strategy.pyx,sha256=Ej52JhGOI9ypxCJEU5pzqXJmdnzUcZZ7hnldCZPaaro,21577
|
|
452
452
|
sage/rings/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
@@ -454,21 +454,21 @@ sage/rings/function_field/order_polymod.py,sha256=OzCH6rQynxNJPJAZ5HyqjB5E12x3pO
|
|
|
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
456
|
sage/rings/function_field/function_field_polymod.py,sha256=lywpbW-eibp58zDCtFh5y5ef7szFtIy_MVDONv06o1Y,100585
|
|
457
|
-
sage/rings/function_field/element_polymod.cpython-311-darwin.so,sha256=
|
|
457
|
+
sage/rings/function_field/element_polymod.cpython-311-darwin.so,sha256=gbrqssqvuPfvhakJTQlYmST3aMCjzEtuDCfd2mdEDEQ,175960
|
|
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/multi_polynomial_libsingular.cpython-311-darwin.so,sha256=
|
|
461
|
+
sage/rings/polynomial/multi_polynomial_libsingular.cpython-311-darwin.so,sha256=UajL-YycbSN5Wfj_8MZqoCaed0nBUE97N3qODC0wiHA,786640
|
|
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
464
|
sage/rings/polynomial/multi_polynomial_libsingular.pyx,sha256=h6EyD77aTkk98UIgbnM7N2j6lVZRmVSTCBM5vQUJHsk,215140
|
|
465
465
|
sage/rings/polynomial/multi_polynomial_libsingular.pxd,sha256=bH9rEpGJ7bP3I-Gu0dM_I6kUuQspBnvBLtslFJExE1w,1102
|
|
466
|
-
sage/rings/polynomial/plural.cpython-311-darwin.so,sha256=
|
|
466
|
+
sage/rings/polynomial/plural.cpython-311-darwin.so,sha256=hb-TfpesjUv69DBDfKwesmnLczKsQ733jPf7UHbpTFY,499360
|
|
467
467
|
sage/rings/polynomial/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
468
468
|
sage/rings/polynomial/multi_polynomial_ideal_libsingular.pyx,sha256=smjBDJ6RP8B7G9xoJc__tgaSPJHKxrAZ8yjQUHVtdAk,9690
|
|
469
469
|
sage/rings/polynomial/plural.pxd,sha256=WEc7tT2grvF8xo_JTdZ6k1Al3rlTF0nruYBI59GPM00,1531
|
|
470
|
-
sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-311-darwin.so,sha256=
|
|
471
|
-
sage/symbolic/expression.cpython-311-darwin.so,sha256=
|
|
470
|
+
sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-311-darwin.so,sha256=UYvczT6Vex9N1dd4-izXva90e1kXLuaWPgfDIvF9_3Q,137760
|
|
471
|
+
sage/symbolic/expression.cpython-311-darwin.so,sha256=LUwK5aFvW4d7sttYhhTf3Gb_0SdQAdkCEpMnfF83Ewg,4604688
|
|
472
472
|
sage/symbolic/comparison_impl.pxi,sha256=3Y3jvfI5KpsHHGfXvMTWQcAJpX5hCVP8e38qsAUB0GM,12183
|
|
473
473
|
sage/symbolic/expression.pyx,sha256=_8YwjfTi-iuN1BRzerUBT088Sd70c6m7xlrP8dcLJAU,463806
|
|
474
474
|
sage/symbolic/series_impl.pxi,sha256=JZUQ5fgmD_9z6wnNvbrZrVx_-YGW33UHpDkQ2QYExyo,9415
|
|
@@ -483,7 +483,7 @@ sage/symbolic/constants_c_impl.pxi,sha256=-so8avpQMtJjaAn--7bNDAQGkHI_H-8ouKbT0D
|
|
|
483
483
|
sage/symbolic/expression.pxd,sha256=GrwAZJD1idD2N3wAZTqMzMzHjixGtbP9f9gE6XJTXC4,330
|
|
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
|
-
sage/matrix/matrix_mpolynomial_dense.cpython-311-darwin.so,sha256=
|
|
486
|
+
sage/matrix/matrix_mpolynomial_dense.cpython-311-darwin.so,sha256=eb9GV6XEz-aiB3dnPDIqbBbwhPXbav3MWvn6Vs8a6Yk,227760
|
|
487
487
|
sage/matrix/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
488
488
|
sage/matrix/matrix_mpolynomial_dense.pyx,sha256=KKqMsCuN2Kt0bzW0xudoLBvUkba1dfqExJsn0zaqMhs,22504
|
|
489
489
|
sage/interfaces/singular.py,sha256=JfLsl06A7ODCKg6azcSTOwKJizG8671FmYHpQ7qVkCc,95055
|
|
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.31rc1.dist-info → passagemath_singular-10.6.31rc3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|