source: git/Singular/ChangeLog @ 612c04

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