Timeline



Jun 21, 2018:

5:08 PM Changeset in git [abfdab]spielwiese by Karim Abou Zeid <karim23697@…>
For now add initEcart again because we get a segfault otherwise. Need to investigate why exactly.
12:26 PM Changeset in git [ed0852]spielwiese by Hans Schoenemann <hannes@…>
fix: sm_Mult: index limits
11:04 AM Changeset in git [f39f11f]spielwiese by Hans Schoenemann <hannes@…>
add: smatrix(smatrix/module,rows,cols) resize smatrix
11:04 AM Changeset in git [1ac804]spielwiese by Hans Schoenemann <hannes@…>
add: id_ResizeModule
11:03 AM Changeset in git [7756c1]spielwiese by Hans Schoenemann <hannes@…>
comment: p_Vec2Array not only for julia

Jun 20, 2018:

6:07 PM Changeset in git [597297]spielwiese by Hans Schoenemann <hannes@…>
fix: new chern.lib (o.g.yena@gmail.com)
6:05 PM Changeset in git [8a2e90]spielwiese by Hans Schoenemann <hannes@…>
fix: module * module is undefined
11:27 AM Changeset in git [6b0b177]spielwiese by Hans Schoenemann <hannes@…>
fix: sm_Mult (* for smatrix)

Jun 19, 2018:

4:23 PM Changeset in git [b16f388]spielwiese by Hans Schoenemann <hannes@…>
doc: tensor
3:58 PM Changeset in git [e4842e]spielwiese by Hans Schoenemann <hannes@…>
fix: ncrat.lib for "better error messages (using NO_CONVERSION in table.h)"
2:17 PM Changeset in git [509920]spielwiese by Hans Schoenemann <hannes@…>
better error messages (using NO_CONVERSION in table.h)
12:15 PM Changeset in git [3e11c1]spielwiese by Hans Schoenemann <hannes@…>
fix: tensor(matrix,matrix) added

Jun 18, 2018:

5:05 PM Changeset in git [a6a8750]spielwiese by Hans Schoenemann <hannes@…>
fix: tensor(module,module)
4:33 PM Changeset in git [d9ccb8]spielwiese by Hans Schoenemann <hannes@…>
add: tensor(smatrix,smatrix) as kernel cmd.
4:31 PM Changeset in git [b1f3061]spielwiese by Hans Schoenemann <hannes@…>
doc: NEWS (polyBucket, smatrix, ncrat.lib)
4:31 PM Changeset in git [160f1eb]spielwiese by Hans Schoenemann <hannes@…>
debug: add rank test to p_Vec2Array
1:59 PM Changeset in git [88afd0]spielwiese by Hans Schoenemann <hannes@…>
add: sm_Tensor

Jun 15, 2018:

6:46 PM Changeset in git [8fdfee7]spielwiese by Karim Abou Zeid <karim23697@…>
Fix a bug where S might not be completely reduced. Also make shiftBba more like bba.
12:01 PM Changeset in git [40c1af]spielwiese by Hans Schoenemann <hannes@…>
fix: String(map)
11:04 AM Changeset in git [5ab169]spielwiese by Hans Schoenemann <hannes@…>
add: transpose for smatrix
11:03 AM Changeset in git [ad081d]spielwiese by Hans Schoenemann <hannes@…>
removed sm_Transp (use id_Transp)
11:02 AM Changeset in git [34c030]spielwiese by Hans Schoenemann <hannes@…>
p_Vec2Polys via p_Vec2Array

Jun 14, 2018:

7:49 PM Changeset in git [b00f8a]spielwiese by Karim Abou Zeid <karim23697@…>
Remove all shrink calls. Remove uptodeg/lV parameters from almost all methods.
5:07 PM Changeset in git [7a7510]spielwiese by Hans Schoenemann <hannes@…>
fix: typo in doc
3:38 PM Changeset in git [adde856]spielwiese by Hans Schoenemann <hannes@…>
doc: ncrat.lib
3:34 PM Changeset in git [1f37c3]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #872 from ricardoschnur/spielwiese Initial commit of ncrat.lib
2:59 PM Changeset in git [2ffd25]spielwiese by Hans Schoenemann <hannes@…>
introduce smatrix (sparse matrix)
2:25 PM Changeset in git [8c73fde]spielwiese by Karim Abou Zeid <karim23697@…>
Last -> Length
1:08 PM Changeset in git [aa7c1c2]spielwiese by Karim Abou Zeid <karim23697@…>
Merge branch 'spielwiese' into letterplace_kernel_multiplication
12:21 PM Changeset in git [a718906]spielwiese by Karim Abou Zeid <karim23697@…>
Make all shiftop methods like the commutative ones

Jun 13, 2018:

12:28 PM Changeset in git [db48f3e]spielwiese by Hans Schoenemann <hannes@…>
opt: grammar.cc (corresponding do changed grammar.y)
12:24 PM Changeset in git [0efdb1]spielwiese by Hans Schoenemann <hannes@…>
opt: simplified grammar.y

Jun 11, 2018:

5:50 PM Changeset in git [db0acd]spielwiese by Hans Schoenemann <hannes@…>
add: sparse matrices via MODUL_CMD: +,-,*

Jun 8, 2018:

4:36 PM Changeset in git [0ed632]spielwiese by Hans Schoenemann <hannes@…>
fix: conversion from polyBucket in subst

Jun 7, 2018:

3:53 PM Changeset in git [41635a]spielwiese by Hans Schoenemann <hannes@…>
fix: removed use of undefined n1,n2 (interval.cc)
3:52 PM Changeset in git [dbbc24]spielwiese by Karim Abou Zeid <karim23697@…>
WIP Make shift multiplication more like commutative multiplication. Already done for shift_pp_Mult_mm and shift_p_Mult_mm, others have yet to be done.

Jun 6, 2018:

6:30 PM Changeset in git [b2dba70]spielwiese by Karim Abou Zeid <karim23697@…>
Clean up
5:18 PM Changeset in git [d91af4]spielwiese by Karim Abou Zeid <karim23697@…>
Typo
5:13 PM Changeset in git [519191]spielwiese by Karim Abou Zeid <karim23697@…>
Warning clean up
5:05 PM Changeset in git [b11ff2]spielwiese by Karim Abou Zeid <karim23697@…>
Add shift procs for unsupported operations in the Letterplace case, so one can see when they are called in the future.
3:54 PM Changeset in git [489632]spielwiese by Karim Abou Zeid <karim23697@…>
Clean up
3:53 PM Changeset in git [c1fdb3]spielwiese by Karim Abou Zeid <karim23697@…>
Fix bug
3:14 PM Changeset in git [6762a6]spielwiese by Karim Abou Zeid <karim23697@…>
Clean up
1:38 PM Ticket #828 (Allow disabling hilbstd because of int overflow errors) closed by hannes
fixed: now (39a48d0ca8c0ddf16730a974efdccf3a0b8009a2) hilbstd for primdec.lib …
1:29 PM Changeset in git [39a48d0]spielwiese by Hans Schoenemann <hannes@…>
fix: (for tr.#828) let groebner do hilbstd in primdec.lib
1:23 PM Changeset in git [6f92b7]spielwiese by Hans Schoenemann <hannes@…>
opt: simplified intersectZ
9:44 AM Changeset in git [d16f9c]spielwiese by Hans Schoenemann <hannes@…>
fix: primdecint.lib::primdecZM

Jun 5, 2018:

12:20 PM Changeset in git [84bac9]spielwiese by Hans Schoenemann <hannes@…>
opt: conversion to factory
12:17 PM Ticket #829 (std in Singular 4.1.1 not terminating for a working example in ...) closed by hannes
not a bug: The example terminates after a running time between 246 sec(i7-6700 …
11:03 AM Changeset in git [480978c]spielwiese by Hans Schoenemann <hannes@…>
porting: compat. with clang
9:49 AM Changeset in git [9878a3]spielwiese by Ricardo Schnur <ricardo.schnur@…>
Division by 0 fix

Jun 4, 2018:

1:46 PM Changeset in git [7ecf26]spielwiese by Hans Schoenemann <hannes@…>
fix: typo in transext.cc
1:37 PM Changeset in git [c24e9b]spielwiese by Hans Schoenemann <hannes@…>
opt: transext.cc:definiteGcdCancellation

Jun 3, 2018:

1:03 PM Ticket #829 (std in Singular 4.1.1 not terminating for a working example in ...) created by ren
The enclosed Groebner basis computation terminates within minutes in …

Jun 1, 2018:

8:40 PM Changeset in git [dc0f002]spielwiese by Karim Abou Zeid <karim23697@…>
Clean ups
7:50 PM Changeset in git [f5850b]spielwiese by Karim Abou Zeid <karim23697@…>
Adjusted bba to work with the new letterplace multiplication
4:09 PM Ticket #828 (Allow disabling hilbstd because of int overflow errors) created by ren
I repeatedly get the following error in many of my computations: …
3:16 PM Changeset in git [f066cc]spielwiese by Hans Schoenemann <hannes@…>
typo in comment
2:53 PM Changeset in git [d34308]spielwiese by Hans Schoenemann <hannes@…>
fix: bug in syz (and std) over ZZ
12:22 PM Changeset in git [b440c7]spielwiese by Hans Schoenemann <hannes@…>
typo in doc
11:43 AM Changeset in git [c8d0eb]spielwiese by Hans Schoenemann <hannes@…>
fix: p_Cmp, add: p_CmpPolys
11:42 AM Changeset in git [e474c55]spielwiese by Hans Schoenemann <hannes@…>
Merge branch 'spielwiese' of github.com:Singular/Sources into spielwiese
10:35 AM Changeset in git [d5f3a74]spielwiese by Hans Schoenemann <hannes@…>
Revert "removed mp_Equal (same as mp_Compare(a,b,R)==0)" This reverts commit 7312369f3415a88e192b1196dbe81096e7eb9072.

May 31, 2018:

5:26 PM Changeset in git [1223ae]spielwiese by Hans Schoenemann <hannes@…>
chg: force CanShortOut-ShortOut=FALSE for NC rings
5:13 PM Changeset in git [731236]spielwiese by Hans Schoenemann <hannes@…>
removed mp_Equal (same as mp_Compare(a,b,R)==0)
4:30 PM Changeset in git [1dc0f49]spielwiese by Hans Schoenemann <hannes@…>
add: p_Vec2Poly to get i-th component of a vector

May 30, 2018:

4:05 PM Changeset in git [90cf0db]spielwiese by Ricardo Schnur <ricardo.schnur@…>
Initial commit of ncrat.lib
10:21 AM Changeset in git [1e468c]spielwiese by Hans Schoenemann <hannes@…>
doc: grobcov description

May 29, 2018:

6:03 PM Changeset in git [5f13434]spielwiese by Karim Abou Zeid <karim23697@…>
Merge branch 'spielwiese' into letterplace_kernel_multiplication
5:58 PM Changeset in git [b9d09ef]spielwiese by Karim Abou Zeid <karim23697@…>
Fix setLetterplaceAttributes

May 28, 2018:

4:28 PM Changeset in git [5adeb3]spielwiese by Hans Schoenemann <hannes@…>
fix: comment
4:26 PM Changeset in git [171070]spielwiese by Hans Schoenemann <hannes@…>
p_Divide, singclap_gcd: now via syz/lift if cf!=Q,Z,Z/p

May 25, 2018:

4:44 PM Changeset in git [8f7c54d]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #871 from levandov/spielwiese levandov: minor fixes in setLetterplaceAttributes and makeLetterplace…
10:08 AM Changeset in git [5feb8b]spielwiese by Hans Schoenemann <hannes@…>
fix: poly division without factory

May 24, 2018:

8:05 PM Changeset in git [e3b7aa]spielwiese by Viktor Levandovskyy <levandov@…>
levandov: minor fixes in setLetterplaceAttributes and makeLetterplaceRing
6:04 PM Changeset in git [3c86bb]spielwiese by Karim Abou Zeid <karim23697@…>
Merge remote-tracking branch 'upstream/spielwiese' into letterplace_kernel_multiplication
1:54 PM Changeset in git [6462a0]spielwiese by Hans Schoenemann <hannes@…>
add: handle cf which convert to factory and are not Q,Z,Z/p
Note: See TracTimeline for information about the timeline view.