source: git/Singular/ChangeLog @ 0c8943

spielwiese
Last change on this file since 0c8943 was 0c8943, checked in by Hans Schönemann <hannes@…>, 14 years ago
*hannes: removed EXTGCD, allow DIM for PLURAL git-svn-id: file:///usr/local/Singular/svn/trunk@12223 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 2.1 KB
Line 
1Changes w.r.t 3-1-0-6:
2- bug fix in primes/IspPrime (track 166)
3- bug fixed for Z/p (p>32003): nPower
4- bug fixed in Singular<->factory conversion (track 164)
5- nInt, nInit are now indep. from currRing
6- intmat [n][0] fixed
7- insert: memeory leak fixed (track 177)
8- homolog.lib: canonMap new
9- fixed NF for some block ordering (track 159)
10- removed EXTGCD: use extgcd
11
12Changes w.r.t 3-1-0-5:
13- 3-1-0-6: Fri Aug 21 12:59:52 CEST 2009
14- code cleanup: removed HAVE_NAMESPACES (always 0), HAVE_NS(1), HAVE_GMP(1)
15                HAVE_LIBFAC_P (=HAVE_FACTORY)
16- moved mp_set_memory_functions-call from kernel/mminit.cc to tesths.cc:main
17  (in order not to call it for libsingular)
18- some changes for super-commutaive algeras
19
20Changes w.r.t 3-1-0-4:
21- 3-1-0-5: Tue Jul 28 14:03:59 CEST 2009
22- SAGE patches for gcc 4.4 etc.
23- fixed bug in ring change during tail reduction
24- new libs: binresol.lib, trial.lib
25- NTL: update to version 5.5.1
26- tail reduction for coeffcients also from Z/m, Z/p^n, Z/2^m (trac 137)
27- better tests for overflow of exponents: std,  ^, TODO: *, NF, redTail, slimgb
28- solve.lib fixed, interred fixed (bug_55)
29
30Changes w.r.t 3-1-0-3:
31- 3-1-0-4: Wed Jun 10 2009
32- tail reduction for coeffs from Z (trac 137)
33- code cleanup for gcc 4.3
34- more updates/fixes to presolve.lib, normal.lib
35- minor updates
36
37Changes w.r.t 3-1-0-2:
38- 3-1-0-3: Mon May 25 2009
39- SAGE patches
40- test for homogeneity nowe consistent (see Tst/Short/bug_homog)
41- presolve::elimpart improved (see Tst/Short/bug_presolve)
42- pointid.lib added
43- dmod.lib extended (operatorModulo)
44- normal.lib improved (matrix orderings etc.)
45- minor updates
46
47Changes w.r.t 3-1-0-1:
48- 3-1-0-2 Wed May  6 12:34:23 CEST 2009
49- TMPDIR causes problems on MacOsX builds (or fails): renamed to SI_TMPDIR
50- better error handling in assigning qring
51- attributes which depend on the ring: cleanup fixed (see Tst/Short/bug_tr134)
52- minor updates
53
54Changes w.r.t 3-1-0:
55- 3-1-0-1 Tue Apr 28 20:11:22 CEST 2009
56- reduction was not complete in some cases fixed (char 0, qring, module, ordering (c,...))
57  (see Tst/Short/bug_tr132)
58- better test for arguments of elim (check for old syntax)
59  (see elim.lib, tr 133)
60- minor doc updates
61
Note: See TracBrowser for help on using the repository browser.