passagemath-singular 10.6.2__cp310-cp310-macosx_14_0_arm64.whl → 10.6.23__cp310-cp310-macosx_14_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-310-darwin.so +0 -0
- {passagemath_singular-10.6.2.dist-info → passagemath_singular-10.6.23.dist-info}/METADATA +34 -11
- {passagemath_singular-10.6.2.dist-info → passagemath_singular-10.6.23.dist-info}/RECORD +29 -28
- passagemath_singular-10.6.23.dist-info/top_level.txt +3 -0
- passagemath_singular.dylibs/libcddgmp.0.dylib +0 -0
- passagemath_singular.dylibs/libomalloc-0.9.6.dylib +0 -0
- sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-310-darwin.so +0 -0
- sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-310-darwin.so +0 -0
- sage/algebras/fusion_rings/poly_tup_engine.cpython-310-darwin.so +0 -0
- sage/algebras/fusion_rings/shm_managers.cpython-310-darwin.so +0 -0
- sage/algebras/letterplace/free_algebra_element_letterplace.cpython-310-darwin.so +0 -0
- sage/algebras/letterplace/free_algebra_letterplace.cpython-310-darwin.so +0 -0
- sage/algebras/letterplace/letterplace_ideal.cpython-310-darwin.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_cython.cpython-310-darwin.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_element.cpython-310-darwin.so +0 -0
- sage/libs/singular/function.cpython-310-darwin.so +0 -0
- sage/libs/singular/groebner_strategy.cpython-310-darwin.so +0 -0
- sage/libs/singular/option.cpython-310-darwin.so +0 -0
- sage/libs/singular/polynomial.cpython-310-darwin.so +0 -0
- sage/libs/singular/ring.cpython-310-darwin.so +0 -0
- sage/libs/singular/singular.cpython-310-darwin.so +0 -0
- sage/matrix/matrix_mpolynomial_dense.cpython-310-darwin.so +0 -0
- sage/rings/function_field/element_polymod.cpython-310-darwin.so +0 -0
- sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-310-darwin.so +0 -0
- sage/rings/polynomial/multi_polynomial_libsingular.cpython-310-darwin.so +0 -0
- sage/rings/polynomial/plural.cpython-310-darwin.so +0 -0
- sage/symbolic/expression.cpython-310-darwin.so +0 -0
- sage_wheels/lib/singular/MOD/gfanlib.so +0 -0
- passagemath_singular-10.6.2.dist-info/top_level.txt +0 -2
- {passagemath_singular-10.6.2.dist-info → passagemath_singular-10.6.23.dist-info}/WHEEL +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-singular
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.23
|
|
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
|
|
@@ -28,18 +28,26 @@ 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-pari~=10.6.
|
|
31
|
+
Requires-Dist: passagemath-pari~=10.6.23.0
|
|
32
32
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
33
33
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
34
34
|
Requires-Dist: memory_allocator
|
|
35
35
|
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.
|
|
36
|
+
Requires-Dist: passagemath-environment~=10.6.23.0
|
|
37
|
+
Requires-Dist: passagemath-categories~=10.6.23.0
|
|
38
|
+
Requires-Dist: passagemath-modules~=10.6.23.0
|
|
39
|
+
Requires-Dist: passagemath-flint~=10.6.23.0
|
|
40
|
+
Requires-Dist: passagemath-linbox~=10.6.23.0
|
|
41
41
|
Provides-Extra: test
|
|
42
42
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
43
|
+
Provides-Extra: jupyterkernel
|
|
44
|
+
Requires-Dist: passagemath-singular-jupyterkernel; extra == "jupyterkernel"
|
|
45
|
+
Provides-Extra: jupyterlab
|
|
46
|
+
Requires-Dist: passagemath-singular[jupyterkernel]; extra == "jupyterlab"
|
|
47
|
+
Requires-Dist: jupyterlab; extra == "jupyterlab"
|
|
48
|
+
Provides-Extra: notebook
|
|
49
|
+
Requires-Dist: passagemath-singular[jupyterkernel]; extra == "notebook"
|
|
50
|
+
Requires-Dist: notebook>=6.1.1; extra == "notebook"
|
|
43
51
|
|
|
44
52
|
================================================================================================================
|
|
45
53
|
passagemath: Computer algebra, algebraic geometry, singularity theory with Singular
|
|
@@ -76,15 +84,12 @@ It was created in October 2024 with the following goals:
|
|
|
76
84
|
serverless deployment with Javascript,
|
|
77
85
|
- developing a native Windows port.
|
|
78
86
|
|
|
79
|
-
`Full documentation <https://
|
|
87
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
80
88
|
available online.
|
|
81
89
|
|
|
82
90
|
passagemath attempts to support and provides binary wheels suitable for
|
|
83
91
|
all major Linux distributions and recent versions of macOS.
|
|
84
92
|
|
|
85
|
-
For the Linux aarch64 (ARM) platform, some third-party packages are still missing
|
|
86
|
-
wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
|
|
87
|
-
|
|
88
93
|
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
89
94
|
the passagemath distributions. Use of the full functionality of passagemath
|
|
90
95
|
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
@@ -114,6 +119,8 @@ What is included
|
|
|
114
119
|
|
|
115
120
|
- various other modules, see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-singular/MANIFEST.in
|
|
116
121
|
|
|
122
|
+
- the `PySingular <https://pypi.org/project/PySingular/>`__ API
|
|
123
|
+
|
|
117
124
|
- The binary wheels published on PyPI include a prebuilt copy of Singular.
|
|
118
125
|
|
|
119
126
|
|
|
@@ -157,3 +164,19 @@ Using the Cython interface to Singular::
|
|
|
157
164
|
Out[6]: [a + b + c + d, b^2 + 2*b*d + d^2, b*c^2 + c^2*d - b*d^2 - d^3,
|
|
158
165
|
b*c*d^2 + c^2*d^2 - b*d^3 + c*d^3 - d^4 - 1, b*d^4 + d^5 - b - d,
|
|
159
166
|
c^3*d^2 + c^2*d^3 - c - d, c^2*d^4 + b*c - b*d + c*d - 2*d^2]
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
Available as extras, from other distributions
|
|
170
|
+
---------------------------------------------
|
|
171
|
+
|
|
172
|
+
Jupyter kernel
|
|
173
|
+
~~~~~~~~~~~~~~
|
|
174
|
+
|
|
175
|
+
``pip install "passagemath-singular[jupyterkernel]"``
|
|
176
|
+
installs the kernel for use in the Jupyter notebook and JupyterLab
|
|
177
|
+
|
|
178
|
+
``pip install "passagemath-singular[notebook]"``
|
|
179
|
+
installs the kernel and the Jupyter notebook
|
|
180
|
+
|
|
181
|
+
``pip install "passagemath-singular[jupyterlab]"``
|
|
182
|
+
installs the kernel and JupyterLab
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
passagemath_singular-10.6.
|
|
3
|
-
passagemath_singular-10.6.
|
|
4
|
-
passagemath_singular-10.6.
|
|
1
|
+
PySingular.cpython-310-darwin.so,sha256=gAIv1LiisF9dai1ZeL-Z_RiNNqWWNoqyZ2DvqHgY5dg,73504
|
|
2
|
+
passagemath_singular-10.6.23.dist-info/RECORD,,
|
|
3
|
+
passagemath_singular-10.6.23.dist-info/WHEEL,sha256=BY2G-e9pCnwWPELNk7GCw-k-0y7AcCiRrhf_nAfhQVk,136
|
|
4
|
+
passagemath_singular-10.6.23.dist-info/top_level.txt,sha256=yNoQjxevDpEVBvZFtB_rfsux7WUDm9vOOPuOug5aa-k,17
|
|
5
|
+
passagemath_singular-10.6.23.dist-info/METADATA,sha256=MgcmW3IG93q_owS0NNQUrsu68DXI-Psm5GH7GJH7pYQ,7920
|
|
5
6
|
sage_wheels/bin/ESingular,sha256=wtjAcG4mQTJoN8qHYlsQCM6HpWIRcsebBPN_nUi99Xs,86704
|
|
6
7
|
sage_wheels/bin/Singular,sha256=qiKUcqs68QcxXufJ4uefoKwu9xYmmy37Ad8_BcxhpVo,87680
|
|
7
8
|
sage_wheels/bin/TSingular,sha256=JMEpkED1Y9PhErIrwmPygoQZ1v3n3eOf8sNMQC_e2K8,70048
|
|
@@ -49,7 +50,7 @@ sage_wheels/lib/singular/MOD/p_Procs_FieldIndep.la,sha256=ZsJFHsS3YmZLqGmEvVaHl2
|
|
|
49
50
|
sage_wheels/lib/singular/MOD/interval.la,sha256=UgLNBG3DspZqJ8i8nq6ZmWaYpxpfkRLdXES_4qqk91c,990
|
|
50
51
|
sage_wheels/lib/singular/MOD/systhreads.so,sha256=DJ2zg5LWL7OYGMk2BVDCmW9sEZojViL0ONidnhRo5Ew,224288
|
|
51
52
|
sage_wheels/lib/singular/MOD/customstd.so,sha256=z626ChdgIXDKTRU36xkjeDZp0zIztIwwYXKsqPWz2og,69600
|
|
52
|
-
sage_wheels/lib/singular/MOD/gfanlib.so,sha256=
|
|
53
|
+
sage_wheels/lib/singular/MOD/gfanlib.so,sha256=0RX4g0CVN3Oh7cwyO1Ijjhm7PYz2F5nu5KezbJS6xyE,922000
|
|
53
54
|
sage_wheels/share/singular/singular.idx,sha256=X_criDnHINoQnngExtAMuPQPWIGxrjgWnpbqaLdXgYY,209991
|
|
54
55
|
sage_wheels/share/singular/emacs/singular.el,sha256=i_ND0hmT6tKUbAARc4cSZun8Tf_T-F6IYkWV5uobw2o,175291
|
|
55
56
|
sage_wheels/share/singular/emacs/hlp-cmpl.el,sha256=A6G2dOU9j99TAIJKIZnSoYR031PxCN-_l-Ao2FhF6A0,243488
|
|
@@ -375,14 +376,14 @@ sage_wheels/share/factory/gftables/25,sha256=zHpY1a1v58uXWfZZwsk7LxWHOZ4UkrOnbqn
|
|
|
375
376
|
passagemath_singular.dylibs/libflint.21.0.dylib,sha256=5ZM3dsVnd39WuqWWbJMi5Z4t4YXwHW_VFXJXDUxwM2o,9127584
|
|
376
377
|
passagemath_singular.dylibs/libfactory-4.4.1.dylib,sha256=PSCOCFsjd2qhFKSysom-zfpRhXq4moEF38arDxc62wQ,1338720
|
|
377
378
|
passagemath_singular.dylibs/libgsl.28.dylib,sha256=-efVCk0IYwjYM5V7jzVSYHGyIMNMhgrZ56ykdT1sBBQ,2618912
|
|
378
|
-
passagemath_singular.dylibs/libcddgmp.0.dylib,sha256=
|
|
379
|
+
passagemath_singular.dylibs/libcddgmp.0.dylib,sha256=Yvqb-Nqp7-TpElST8KofHYNF-xPyPICEUXAq_jxQVjw,298800
|
|
379
380
|
passagemath_singular.dylibs/libreadline.8.3.dylib,sha256=RoYv0k2l2qXmdqBKVDtPpE52kvMMHehKEOaxabPzFUg,316096
|
|
380
381
|
passagemath_singular.dylibs/libgf2x.3.dylib,sha256=-y53pftIBia500P1Xu617rScTnnnw7ky4SJ1ukSnqN4,137056
|
|
381
382
|
passagemath_singular.dylibs/libntl.44.dylib,sha256=5yl82HzQFjJltHcZEgGBuzk2tzFm7nNpHaaLDWb84Vg,2170096
|
|
382
383
|
passagemath_singular.dylibs/libopenblasp-r0.3.29.dylib,sha256=7Zr3RckeogexoVSJAYmcWNT7kDQSTyjejqQ4zJ1wFZ4,23828736
|
|
383
384
|
passagemath_singular.dylibs/libgfortran.5.dylib,sha256=u2_Xx5avm101HKqw8QlZMINLbtgofy97lno7uuV3T1k,1951744
|
|
384
385
|
passagemath_singular.dylibs/libsingular_resources-4.4.1.dylib,sha256=HgiRE4WsUD7guTfZoiBrhKMlft-R9T-XHqii11BdTb0,87696
|
|
385
|
-
passagemath_singular.dylibs/libomalloc-0.9.6.dylib,sha256=
|
|
386
|
+
passagemath_singular.dylibs/libomalloc-0.9.6.dylib,sha256=CmDVkyv69sBUaDsrRgpeQvXy5mKfYg0JUlUIx_yk6cM,97168
|
|
386
387
|
passagemath_singular.dylibs/libSingular-4.4.1.dylib,sha256=-Qld8iMTZo5GqrCu3SxgUdOHWnbGTVlKtaK1NpQow9U,2396496
|
|
387
388
|
passagemath_singular.dylibs/libpolys-4.4.1.dylib,sha256=2_l6gmEtj7_R5dCBjGfXeHOvQeKy8QXle3voE22iJrM,1192432
|
|
388
389
|
passagemath_singular.dylibs/libquadmath.0.dylib,sha256=tehiWcOd0rXQ0NIvkss3cuesNM-RUnA4AZ27EqlWI8g,363520
|
|
@@ -394,57 +395,57 @@ sage/ext_data/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwd
|
|
|
394
395
|
sage/ext_data/singular/function_field/core.lib,sha256=aQkIAhYXqWX_MjFBvlvZL8Kq7K6uiiGu2iVm7FRC2o0,3035
|
|
395
396
|
sage/algebras/all__sagemath_singular.py,sha256=_h6GEB2gvRCxKXIsClnAgT2nNhupPzjbe_4Om7ofP3E,88
|
|
396
397
|
sage/algebras/quatalg/quaternion_algebra_cython.pyx,sha256=S0XjRaKsiRSGO8hMWH3PjGmpEA1gs47J6j7hkwXQB2c,9100
|
|
397
|
-
sage/algebras/quatalg/quaternion_algebra_element.cpython-310-darwin.so,sha256=
|
|
398
|
-
sage/algebras/quatalg/quaternion_algebra_cython.cpython-310-darwin.so,sha256=
|
|
398
|
+
sage/algebras/quatalg/quaternion_algebra_element.cpython-310-darwin.so,sha256=KNKTqdhyI9g34kyQ_VUeDXdzmBq8wG6BskELpBSicqQ,404592
|
|
399
|
+
sage/algebras/quatalg/quaternion_algebra_cython.cpython-310-darwin.so,sha256=auWVjpKi__xLWiqVxZlsgAh7pWJF6ARfv3Gyx9Zgmf0,118336
|
|
399
400
|
sage/algebras/quatalg/quaternion_algebra_element.pyx,sha256=DZBZl3VWEVWcQsAgyyQHaAa49y_luv1cyjOgvOETZJ4,72872
|
|
400
401
|
sage/algebras/quatalg/all.py,sha256=fQDPrCxfo1xWhkVmyLaPVOurVIUHE7XoYRes19E0Sls,118
|
|
401
402
|
sage/algebras/quatalg/quaternion_algebra_element.pxd,sha256=xMAEP9wD9a3l1N_2zmgh1bJfnmjdkoQTMPChh6bxnT4,1116
|
|
402
403
|
sage/algebras/quatalg/quaternion_algebra.py,sha256=oGxA-5mO4l4cwuZ0BGy0fM4ChWTWxHFAiGea6mHMUfI,179957
|
|
403
404
|
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.pyx,sha256=aTYcrmPgKxOt2E9dlyjonFqQVgZtSupukrXYVGKChCg,12676
|
|
404
|
-
sage/algebras/fusion_rings/shm_managers.cpython-310-darwin.so,sha256=
|
|
405
|
+
sage/algebras/fusion_rings/shm_managers.cpython-310-darwin.so,sha256=w9FhpBSnU7lkWvLaeg3e7IOzWwgIz_6TCFQRk4wJILk,306048
|
|
405
406
|
sage/algebras/fusion_rings/poly_tup_engine.pxd,sha256=5qMeygkSqGpWW-aGkzUb1Jd9rYWFv0Xx4qpu3PwNjYc,1371
|
|
406
407
|
sage/algebras/fusion_rings/fast_parallel_fmats_methods.pxd,sha256=txJDsA4IhRPmz8381YKJgvrRQN2oHBoFIYvx0G5cQT0,222
|
|
407
408
|
sage/algebras/fusion_rings/fusion_double.py,sha256=eDIiFnz2SEIHqefmd4fGtGfhZgw1MWrEINk9-V5jkLw,32752
|
|
408
409
|
sage/algebras/fusion_rings/f_matrix.py,sha256=6qXlq4j_OtVAgIIwjYw4_AKbluSZoKQF4O5QlG1dPiM,100753
|
|
409
410
|
sage/algebras/fusion_rings/shm_managers.pxd,sha256=pJg8DaGWn6_cO4hhUF-3RGMKnfSVlYJSeYz96TAR2u4,755
|
|
410
411
|
sage/algebras/fusion_rings/all.py,sha256=ZjsW9a3DfwuBIkWGhfvC6XIzEwTNjZS7UJfvLVBza-Q,788
|
|
411
|
-
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-310-darwin.so,sha256=
|
|
412
|
+
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.cpython-310-darwin.so,sha256=WtSYKR_skLfP4czNsOd9ArErRUlys3_gN4ym28OsmRI,160632
|
|
412
413
|
sage/algebras/fusion_rings/shm_managers.pyx,sha256=5A0LGqE-tQWbjrJYgT_5VjoxDiQ8TVtmR6rFKUhp2Zw,32334
|
|
413
414
|
sage/algebras/fusion_rings/fast_parallel_fmats_methods.pyx,sha256=l6fMi8jlYwD-0pP6NqrKhOUGdf7Km_8OI9UuqLPFA7Y,20397
|
|
414
415
|
sage/algebras/fusion_rings/fusion_ring.py,sha256=nZAde7b1ywycZiVMUoI3621EjBL7_SSjVS458mx3OqM,61850
|
|
415
416
|
sage/algebras/fusion_rings/poly_tup_engine.pyx,sha256=ET_bSB_XigX1R51tbMO13QktKvTIV-fxPK9_Htd9MNM,20660
|
|
416
417
|
sage/algebras/fusion_rings/fast_parallel_fusion_ring_braid_repn.pxd,sha256=Olw_4mOrLg3wEM1sNegF5rE3_4yVOLI-M6OH88-JhuA,124
|
|
417
|
-
sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-310-darwin.so,sha256=
|
|
418
|
-
sage/algebras/fusion_rings/poly_tup_engine.cpython-310-darwin.so,sha256=
|
|
419
|
-
sage/algebras/letterplace/free_algebra_letterplace.cpython-310-darwin.so,sha256=
|
|
418
|
+
sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-310-darwin.so,sha256=lsf85a2LLkc6LUw5hOmtvuQALP75A-3c29FFpfWVxOw,246912
|
|
419
|
+
sage/algebras/fusion_rings/poly_tup_engine.cpython-310-darwin.so,sha256=aQhaXjl72HVbviThvSTmPC91oRFU4Gp3uZkYchGM0Aw,225824
|
|
420
|
+
sage/algebras/letterplace/free_algebra_letterplace.cpython-310-darwin.so,sha256=_9d9z9yRdoo20xQX3uO8OLhKyWjtIHVEfK8hja1e2Hg,277024
|
|
420
421
|
sage/algebras/letterplace/free_algebra_letterplace.pyx,sha256=Cg3fYZiX0kvY2Uts0v8w2G-9TIfg1NtgYxKQfDwNj8c,34080
|
|
421
422
|
sage/algebras/letterplace/free_algebra_element_letterplace.pxd,sha256=iXolP0xLLtsYR8jSdStz2LOQdwmzcoL1LxL07g6B4b8,909
|
|
422
423
|
sage/algebras/letterplace/letterplace_ideal.pyx,sha256=C81-Hfgoh4tqLHy3-BqG3h5QThiFyJxLAYEIo0lVclk,18159
|
|
423
424
|
sage/algebras/letterplace/all.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
424
|
-
sage/algebras/letterplace/letterplace_ideal.cpython-310-darwin.so,sha256=
|
|
425
|
-
sage/algebras/letterplace/free_algebra_element_letterplace.cpython-310-darwin.so,sha256=
|
|
425
|
+
sage/algebras/letterplace/letterplace_ideal.cpython-310-darwin.so,sha256=eFCSlh8R07_hKi05KaCh2xat19xRIQy9VvT81lcAZfw,199040
|
|
426
|
+
sage/algebras/letterplace/free_algebra_element_letterplace.cpython-310-darwin.so,sha256=1ICGNQT6EciCUSOPTCxk7OF2SDFRYdjay0XaNLnY1_M,276864
|
|
426
427
|
sage/algebras/letterplace/free_algebra_element_letterplace.pyx,sha256=Uez7QS4U7dpMQY7KAqHfQT1JCDFTVVFhDMuFIhLRPaw,27638
|
|
427
428
|
sage/algebras/letterplace/free_algebra_letterplace.pxd,sha256=9XJW5AndMAG9Afwh-feD4wnCdgPve4sN4raCUaWLZ5c,1465
|
|
428
429
|
sage/libs/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
429
430
|
sage/libs/singular/groebner_strategy.pxd,sha256=hpU-UxtQEWhNIiAf7KjmZqZANOo9_gPd6Ah_87-YA1k,817
|
|
430
431
|
sage/libs/singular/polynomial.pyx,sha256=4NF0GJ3thFxIsQ97LJomNCACki_cH5203to3OGaMf-Q,18142
|
|
431
432
|
sage/libs/singular/singular.pyx,sha256=B08lliv5Tu9HmxA1EpewbVjKgVzGhNt3QHmIYheMSRM,56393
|
|
432
|
-
sage/libs/singular/singular.cpython-310-darwin.so,sha256=
|
|
433
|
-
sage/libs/singular/function.cpython-310-darwin.so,sha256=
|
|
433
|
+
sage/libs/singular/singular.cpython-310-darwin.so,sha256=AXX-Uhk6N7Te1FyRFX5npszyInX5rkW7nssmAOex1Go,242016
|
|
434
|
+
sage/libs/singular/function.cpython-310-darwin.so,sha256=9HUS_bgvxjqqNJ65fXxpR089do3L9AHQPT2A-ctT538,378224
|
|
434
435
|
sage/libs/singular/ring.pxd,sha256=YWzZNK6noYX40BeuRh2BS15pG3mwBJOp7d8ANo2DdmI,1846
|
|
435
436
|
sage/libs/singular/function.pyx,sha256=iiXAgGttptzziY3MIFOkFvTFsI3wmw0la4Zzq-YpGfk,62735
|
|
436
437
|
sage/libs/singular/decl.pxd,sha256=tSasgBp18OFPIVbXVdMIJoESjQVsEps6h3a-FOZiPEU,30266
|
|
437
438
|
sage/libs/singular/__init__.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
438
439
|
sage/libs/singular/option.pyx,sha256=K4bHz9fjzowGC4sz5AxQP-GUw9mBy7G5RmYre5G0mvY,24198
|
|
439
|
-
sage/libs/singular/option.cpython-310-darwin.so,sha256=
|
|
440
|
+
sage/libs/singular/option.cpython-310-darwin.so,sha256=_1qa-Ws3zts8wzQllV4tMfmgk5LdgtBHscdLj71PIwQ,190496
|
|
440
441
|
sage/libs/singular/function.pxd,sha256=q9qxIbDc942N8WNUX1im0tZKKHIYPzAIbKphHiAcz7E,3439
|
|
441
|
-
sage/libs/singular/ring.cpython-310-darwin.so,sha256=
|
|
442
|
-
sage/libs/singular/groebner_strategy.cpython-310-darwin.so,sha256=
|
|
442
|
+
sage/libs/singular/ring.cpython-310-darwin.so,sha256=YOq8qh_7pKrZ4tCoMek6GPahZAkMqD-CZy-Ng1j3MUc,202128
|
|
443
|
+
sage/libs/singular/groebner_strategy.cpython-310-darwin.so,sha256=LEfOKDL8X3BXpZgtoKy0DqWllasE8gpTUc-NqcE9kwo,211392
|
|
443
444
|
sage/libs/singular/ring.pyx,sha256=S1Uv-WJXW6et2CZPk1jf7HK_wJYOGWWOFyZZOm9jyas,32567
|
|
444
445
|
sage/libs/singular/standard_options.py,sha256=p2Gh8PAKHbO3kqJvnczUmASHn7IDjZM7QGKqK5iFom4,6360
|
|
445
446
|
sage/libs/singular/singular.pxd,sha256=tTyewtsh6B00WiA_fEwlMLqHNoWvjbggkKNGi7y2Lfw,2739
|
|
446
447
|
sage/libs/singular/polynomial.pxd,sha256=IDgLhGCZO0I_XfRgOBNd_1dpUpLNrTM_mlRj3dvJLBw,2040
|
|
447
|
-
sage/libs/singular/polynomial.cpython-310-darwin.so,sha256=
|
|
448
|
+
sage/libs/singular/polynomial.cpython-310-darwin.so,sha256=02PminFYSZztoQC3cMPDpnmIACSmhFYXtjBVtwEsnvs,143024
|
|
448
449
|
sage/libs/singular/function_factory.py,sha256=JYeDzWpl0Na7dKgBO2xqgBllWFyouOVdVvjg-M6YAVs,1936
|
|
449
450
|
sage/libs/singular/groebner_strategy.pyx,sha256=Ej52JhGOI9ypxCJEU5pzqXJmdnzUcZZ7hnldCZPaaro,21577
|
|
450
451
|
sage/rings/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
@@ -455,22 +456,22 @@ sage/rings/function_field/function_field_polymod.py,sha256=lywpbW-eibp58zDCtFh5y
|
|
|
455
456
|
sage/rings/function_field/ideal_polymod.py,sha256=YZq5o1V9d80uAfraPGqQWrzXXhFDVIQKgQSCx2QH1Hc,60987
|
|
456
457
|
sage/rings/function_field/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
457
458
|
sage/rings/function_field/derivations_polymod.py,sha256=RgTsNqvALDv9r7KXOtBTj_7oqLwpznTkjUcr1fh8ILM,26690
|
|
458
|
-
sage/rings/function_field/element_polymod.cpython-310-darwin.so,sha256=
|
|
459
|
+
sage/rings/function_field/element_polymod.cpython-310-darwin.so,sha256=ulbmjKoX6KD9goLLQ97PbMg48xde6514BQqufVkHfsU,190664
|
|
459
460
|
sage/rings/polynomial/plural.pyx,sha256=0EEPTZXlkRcmtwLkMwoSGZxTYkEAwR-Jqks5itOGXT8,103542
|
|
460
461
|
sage/rings/polynomial/multi_polynomial_ideal_libsingular.pxd,sha256=QeOwC20NtNmLvyvFMjx3wCj24tYAGNtGCVgb-Q7PZIM,231
|
|
461
|
-
sage/rings/polynomial/multi_polynomial_libsingular.cpython-310-darwin.so,sha256=
|
|
462
|
+
sage/rings/polynomial/multi_polynomial_libsingular.cpython-310-darwin.so,sha256=VQCmVoD3thMrmqaZflSzMAHNCW2L67oEhR4N87-mtM8,882416
|
|
462
463
|
sage/rings/polynomial/multi_polynomial_libsingular.pyx,sha256=h6EyD77aTkk98UIgbnM7N2j6lVZRmVSTCBM5vQUJHsk,215140
|
|
463
464
|
sage/rings/polynomial/multi_polynomial_libsingular.pxd,sha256=bH9rEpGJ7bP3I-Gu0dM_I6kUuQspBnvBLtslFJExE1w,1102
|
|
464
465
|
sage/rings/polynomial/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
465
466
|
sage/rings/polynomial/multi_polynomial_ideal_libsingular.pyx,sha256=smjBDJ6RP8B7G9xoJc__tgaSPJHKxrAZ8yjQUHVtdAk,9690
|
|
466
|
-
sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-310-darwin.so,sha256=
|
|
467
|
-
sage/rings/polynomial/plural.cpython-310-darwin.so,sha256=
|
|
467
|
+
sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-310-darwin.so,sha256=LGv0V2JH_xnW8tM941S2VmTdGXbIi5S0vNqz9uu6yz8,139376
|
|
468
|
+
sage/rings/polynomial/plural.cpython-310-darwin.so,sha256=___dREuwx0ZhMnOTci0S2Q74ZQ9RzrcqEK9rbWkC-gg,530448
|
|
468
469
|
sage/rings/polynomial/plural.pxd,sha256=WEc7tT2grvF8xo_JTdZ6k1Al3rlTF0nruYBI59GPM00,1531
|
|
469
470
|
sage/symbolic/comparison_impl.pxi,sha256=3Y3jvfI5KpsHHGfXvMTWQcAJpX5hCVP8e38qsAUB0GM,12183
|
|
470
471
|
sage/symbolic/expression.pyx,sha256=P5tEdTExnwB49Du3ojHzZr83Y4WF7Gu47uC9iF4a29w,463806
|
|
471
472
|
sage/symbolic/series_impl.pxi,sha256=JZUQ5fgmD_9z6wnNvbrZrVx_-YGW33UHpDkQ2QYExyo,9415
|
|
472
473
|
sage/symbolic/substitution_map_impl.pxi,sha256=ZRJvI_hscTK8h9L8Pz2m_ZKBpmWwHxdHGRE7KudTwi4,2748
|
|
473
|
-
sage/symbolic/expression.cpython-310-darwin.so,sha256=
|
|
474
|
+
sage/symbolic/expression.cpython-310-darwin.so,sha256=wY76BJ5PBbAIr0zM1bqUeSU6jLdjoXFJh8ry1UxdHnA,4817648
|
|
474
475
|
sage/symbolic/pynac_impl.pxi,sha256=AS7NqJ_KdK6l6sm-Seye5iqVGDFxyKl37AxAKvmhA8A,75514
|
|
475
476
|
sage/symbolic/pynac_function_impl.pxi,sha256=N5WyIYgyT82qJKqSJZ7-uTPkqyELaplcZY0bRQ2ai3s,6675
|
|
476
477
|
sage/symbolic/pynac.pxi,sha256=EYBLjMp8Rp9_1DX6zg0n8VFvJeuWHk3wu7-dC98e5ak,24584
|
|
@@ -480,7 +481,7 @@ sage/symbolic/pynac_constant_impl.pxi,sha256=sjeNVfIbQa8qNXeyVJhjTd6X4qM5_86MhQk
|
|
|
480
481
|
sage/symbolic/constants_c_impl.pxi,sha256=-so8avpQMtJjaAn--7bNDAQGkHI_H-8ouKbT0DH9Ny0,5768
|
|
481
482
|
sage/symbolic/expression.pxd,sha256=GrwAZJD1idD2N3wAZTqMzMzHjixGtbP9f9gE6XJTXC4,330
|
|
482
483
|
sage/symbolic/getitem_impl.pxi,sha256=r_G7Y-3fAzGDWTH7LZ85FNrC-RV2LCrk0WtpIKth91c,6410
|
|
483
|
-
sage/matrix/matrix_mpolynomial_dense.cpython-310-darwin.so,sha256=
|
|
484
|
+
sage/matrix/matrix_mpolynomial_dense.cpython-310-darwin.so,sha256=EszvcMfuZsT5zBKkVjOixFBIsGgp6suQdgVLXll5hPs,240832
|
|
484
485
|
sage/matrix/matrix_mpolynomial_dense.pxd,sha256=lzlTvqyYKTuHuE5cpbA5OPKd7E_FawVOwPqEKlzeSU0,227
|
|
485
486
|
sage/matrix/all__sagemath_singular.py,sha256=zfZzN8P-A5bpOepvme_0V0s-CssQ4eUwdqxV-rpTKRI,47
|
|
486
487
|
sage/matrix/matrix_mpolynomial_dense.pyx,sha256=KKqMsCuN2Kt0bzW0xudoLBvUkba1dfqExJsn0zaqMhs,22504
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|