source: git/Singular/ChangeLog @ 698fe4

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