passagemath-singular 10.6.29__cp313-cp313-musllinux_1_2_aarch64.whl → 10.6.31rc1__cp313-cp313-musllinux_1_2_aarch64.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-aarch64-linux-musl.so +0 -0
- {passagemath_singular-10.6.29.dist-info → passagemath_singular-10.6.31rc1.dist-info}/METADATA +7 -7
- {passagemath_singular-10.6.29.dist-info → passagemath_singular-10.6.31rc1.dist-info}/RECORD +68 -66
- passagemath_singular.libs/{libSingular-4-d894d219.4.1.so → libSingular-4-faaf7d34.4.1.so} +0 -0
- passagemath_singular.libs/libfactory-4-6907d06f.4.1.so +0 -0
- passagemath_singular.libs/libntl-d58d2536.so.44.0.1 +0 -0
- passagemath_singular.libs/{libomalloc-0-7768d27e.9.6.so → libomalloc-0-c68af0d6.9.6.so} +0 -0
- passagemath_singular.libs/{libpolys-4-2dcf33c7.4.1.so → libpolys-4-f587aa49.4.1.so} +0 -0
- passagemath_singular.libs/libreadline-3f6fb6b3.so.8.2 +0 -0
- passagemath_singular.libs/{libsingular_resources-4-21ad9234.4.1.so → libsingular_resources-4-c24151f0.4.1.so} +0 -0
- sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-313-aarch64-linux-musl.so +0 -0
- sage/algebras/fusion_rings/poly_tup_engine.cpython-313-aarch64-linux-musl.so +0 -0
- sage/algebras/fusion_rings/shm_managers.cpython-313-aarch64-linux-musl.so +0 -0
- sage/algebras/letterplace/free_algebra_element_letterplace.cpython-313-aarch64-linux-musl.so +0 -0
- sage/algebras/letterplace/free_algebra_letterplace.cpython-313-aarch64-linux-musl.so +0 -0
- sage/algebras/letterplace/letterplace_ideal.cpython-313-aarch64-linux-musl.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_cython.cpython-313-aarch64-linux-musl.so +0 -0
- sage/algebras/quatalg/quaternion_algebra_element.cpython-313-aarch64-linux-musl.so +0 -0
- sage/libs/singular/decl.pxd +1 -1
- sage/libs/singular/function.cpython-313-aarch64-linux-musl.so +0 -0
- sage/libs/singular/groebner_strategy.cpython-313-aarch64-linux-musl.so +0 -0
- sage/libs/singular/option.cpython-313-aarch64-linux-musl.so +0 -0
- sage/libs/singular/polynomial.cpython-313-aarch64-linux-musl.so +0 -0
- sage/libs/singular/ring.cpython-313-aarch64-linux-musl.so +0 -0
- sage/libs/singular/singular.cpython-313-aarch64-linux-musl.so +0 -0
- sage/matrix/matrix_mpolynomial_dense.cpython-313-aarch64-linux-musl.so +0 -0
- sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-313-aarch64-linux-musl.so +0 -0
- sage/rings/polynomial/multi_polynomial_libsingular.cpython-313-aarch64-linux-musl.so +0 -0
- sage/rings/polynomial/plural.cpython-313-aarch64-linux-musl.so +0 -0
- sage/symbolic/expression.cpython-313-aarch64-linux-musl.so +0 -0
- sage/symbolic/expression.pyx +1 -1
- sage_wheels/bin/ESingular +0 -0
- sage_wheels/bin/Singular +0 -0
- sage_wheels/bin/TSingular +0 -0
- sage_wheels/lib/singular/MOD/cohomo.so +0 -0
- sage_wheels/lib/singular/MOD/gfanlib.so +0 -0
- sage_wheels/lib/singular/MOD/gitfan.so +0 -0
- sage_wheels/lib/singular/MOD/interval.so +0 -0
- sage_wheels/lib/singular/MOD/subsets.so +0 -0
- sage_wheels/lib/singular/MOD/systhreads.so +0 -0
- sage_wheels/libexec/singular/MOD/change_cost +0 -0
- sage_wheels/libexec/singular/MOD/solve_IP +0 -0
- sage_wheels/libexec/singular/MOD/toric_ideal +0 -0
- sage_wheels/share/info/singular.info +8119 -3332
- sage_wheels/share/singular/LIB/assprimeszerodim.lib +21 -35
- sage_wheels/share/singular/LIB/gmspoly.lib +2 -2
- sage_wheels/share/singular/LIB/homolog.lib +41 -3
- sage_wheels/share/singular/LIB/modprimdec.lib +22 -2
- sage_wheels/share/singular/LIB/modstd.lib +1 -2
- sage_wheels/share/singular/LIB/modular.lib +124 -17
- sage_wheels/share/singular/LIB/modules.lib +15 -7
- sage_wheels/share/singular/LIB/ncpreim.lib +2 -2
- sage_wheels/share/singular/LIB/normal.lib +6 -6
- sage_wheels/share/singular/LIB/normaliz.lib +101 -15
- sage_wheels/share/singular/LIB/parallel.lib +28 -14
- sage_wheels/share/singular/LIB/primdec.lib +51 -68
- sage_wheels/share/singular/LIB/primdecint.lib +2 -2
- sage_wheels/share/singular/LIB/random.lib +2 -2
- sage_wheels/share/singular/LIB/resources.lib +7 -6
- sage_wheels/share/singular/LIB/sagbiNormaliz.lib +228 -104
- sage_wheels/share/singular/LIB/sagbiNormaliz0.lib +1498 -0
- sage_wheels/share/singular/LIB/sheafcoh.lib +2 -2
- sage_wheels/share/singular/LIB/sresext.lib +757 -0
- sage_wheels/share/singular/LIB/triang.lib +20 -18
- sage_wheels/share/singular/emacs/hlp-cmpl.el +8 -0
- sage_wheels/share/singular/singular.idx +1160 -1144
- passagemath_singular.libs/libfactory-4-e322c0c6.4.1.so +0 -0
- passagemath_singular.libs/libntl-f4409ed7.so.44.0.1 +0 -0
- passagemath_singular.libs/libreadline-78057fb4.so.8.2 +0 -0
- {passagemath_singular-10.6.29.dist-info → passagemath_singular-10.6.31rc1.dist-info}/WHEEL +0 -0
- {passagemath_singular-10.6.29.dist-info → passagemath_singular-10.6.31rc1.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
///////////////////////////////////////////////////////////////////////////
|
|
2
|
-
version="version sheafcoh.lib 4.3.2.9 Oct_2023 "; // $Id:
|
|
2
|
+
version="version sheafcoh.lib 4.3.2.9 Oct_2023 "; // $Id: b6b35d4e6fc492c4290ac6f67b80e97ac4ae0db8 $
|
|
3
3
|
category="Commutative Algebra";
|
|
4
4
|
info="
|
|
5
5
|
LIBRARY: sheafcoh.lib Procedures for Computing Sheaf Cohomology
|
|
@@ -232,7 +232,7 @@ KEYWORDS: truncated module
|
|
|
232
232
|
|
|
233
233
|
if (attrib(M,"isSB")!=1)
|
|
234
234
|
{
|
|
235
|
-
|
|
235
|
+
M = std(M);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
dbprint(PL-1, "// M is a SB! ");
|