source: git/Singular/ChangeLog @ c4ebdd

spielwiese
Last change on this file since c4ebdd was c4ebdd, checked in by Hans Schönemann <hannes@…>, 14 years ago
SAGE patches git-svn-id: file:///usr/local/Singular/svn/trunk@12452 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 3.1 KB
Line 
1Changes w.r.t 3-1-0-8:
2- NTL 5.5.2
3- parts of structs.h moved to febase.h, ring.h, ...
4- bug in ideal quotient (by one polynom) fixed
5- system("cpu"): number of available CPUs or 1
6- opposite(ring) works also for commutative global rings
7  (but only, if compiled with HAVE_PLURAL)
8- new library: normaliz.lib
9- exotic bug in diff fixed (track 195)
10- SAGE patches (4.3.1)
11
12Changes w.r.t 3-1-0-7:
13- 3-1-0-8: Tue Jan  5 11:11:08 CET 2010
14- adaption to svn
15- new command: farey
16- extended: liftstd (also computes syzygies) (track 174)
17- test for basering over Q for chinrem/farey
18- (some) memory leaks fixed in fast_map (track 183)
19- extgcd via NTL in char 0 (track 107)
20- bug fixes for chinrem
21- linalg.lib:inverse for real/complex inexact coeffs fixed
22- timer now adds time of child processes
23- error handling in toric_ideal, toric.lib
24
25Changes w.r.t 3-1-0-6:
26- 3-1-0-7: Sat Oct 31 12:39:50 CET 2009
27- bug fix in primes/IspPrime (track 166)
28- bug fixed for Z/p (p>32003): nPower
29- bug fixed in Singular<->factory conversion (track 164)
30- nInt, nInit are now indep. from currRing
31- intmat [n][0] fixed
32- insert: memory leak fixed (track 177)
33- homolog.lib: canonMap new
34- fixed NF for some block ordering (track 159)
35- removed EXTGCD: use extgcd
36- gcd over algebraic extensions in factory
37- tropical.lib and polymake.lib as official libraries
38- bug fixed in mapping real -> rational (track 161)
39
40Changes w.r.t 3-1-0-5:
41- 3-1-0-6: Fri Aug 21 12:59:52 CEST 2009
42- code cleanup: removed HAVE_NAMESPACES (always 0), HAVE_NS(1), HAVE_GMP(1)
43                HAVE_LIBFAC_P (=HAVE_FACTORY)
44- moved mp_set_memory_functions-call from kernel/mminit.cc to tesths.cc:main
45  (in order not to call it for libsingular)
46- some changes for super-commutaive algeras
47
48Changes w.r.t 3-1-0-4:
49- 3-1-0-5: Tue Jul 28 14:03:59 CEST 2009
50- SAGE patches for gcc 4.4 etc.
51- fixed bug in ring change during tail reduction
52- new libs: binresol.lib, trial.lib
53- NTL: update to version 5.5.1
54- tail reduction for coeffcients also from Z/m, Z/p^n, Z/2^m (trac 137)
55- better tests for overflow of exponents: std,  ^, TODO: *, NF, redTail, slimgb
56- solve.lib fixed, interred fixed (bug_55)
57
58Changes w.r.t 3-1-0-3:
59- 3-1-0-4: Wed Jun 10 2009
60- tail reduction for coeffs from Z (trac 137)
61- code cleanup for gcc 4.3
62- more updates/fixes to presolve.lib, normal.lib
63- minor updates
64
65Changes w.r.t 3-1-0-2:
66- 3-1-0-3: Mon May 25 2009
67- SAGE patches
68- test for homogeneity nowe consistent (see Tst/Short/bug_homog)
69- presolve::elimpart improved (see Tst/Short/bug_presolve)
70- pointid.lib added
71- dmod.lib extended (operatorModulo)
72- normal.lib improved (matrix orderings etc.)
73- minor updates
74
75Changes w.r.t 3-1-0-1:
76- 3-1-0-2 Wed May  6 12:34:23 CEST 2009
77- TMPDIR causes problems on MacOsX builds (or fails): renamed to SI_TMPDIR
78- better error handling in assigning qring
79- attributes which depend on the ring: cleanup fixed (see Tst/Short/bug_tr134)
80- minor updates
81
82Changes w.r.t 3-1-0:
83- 3-1-0-1 Tue Apr 28 20:11:22 CEST 2009
84- reduction was not complete in some cases fixed (char 0, qring, module, ordering (c,...))
85  (see Tst/Short/bug_tr132)
86- better test for arguments of elim (check for old syntax)
87  (see elim.lib, tr 133)
88- minor doc updates
89
Note: See TracBrowser for help on using the repository browser.