source: git/Singular/ChangeLog @ 1fca03

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