source: git/Singular/ChangeLog @ 2cc33c

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