source: git/Singular/ChangeLog @ 86a467

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