1 | Thu Sep 27 18:00:00 CEST 2007 Singular-3-0-3-1 |
---|
2 | Changes with respect to 3-0-3: |
---|
3 | |
---|
4 | - SAGE patches (for building libsingular) integrated |
---|
5 | - flex/bison generated files integrated: these files will only |
---|
6 | be regenerated if removed; |
---|
7 | a normal build will no longer need bison and flex, but configure still |
---|
8 | tests for them. |
---|
9 | - gftables changed to tables based on Conway polynomials |
---|
10 | (see factory/ConwayList.txt) and more tables created |
---|
11 | (for all fields of char p < 255 with < 2^16 elements) |
---|
12 | - multivariate GCD (in char 0, no extension) improved |
---|
13 | by a modular method: selected by On(SW_USE_CHINREM_GCD), on by default |
---|
14 | - modgen has no longer a builtin path: |
---|
15 | change SINGULARROOT in the generated Makefile if you dislike the default |
---|
16 | |
---|
17 | ---------------------------------------------------------- |
---|
18 | Tue Oct 16 18:58:18 CEST 2007 Singular-3-0-3-2 |
---|
19 | Changes with respect to 3-0-3-1: |
---|
20 | |
---|
21 | - bison generated file integrated also for factory |
---|
22 | - modgen: target clean will no longer remove bison generated files |
---|
23 | fixes wrt. %return |
---|
24 | - gcd in algebraic extensions: remove content wrt. K(alpha), not only wrt. K |
---|
25 | - EZGCD: special case is handled by CHINREM_GCD |
---|
26 | - heuristic for gcd in char 0: 1) EZGCD 2) CHINREM_GCD 3) Prem |
---|
27 | - NTL: update to version 5.4.1 |
---|
28 | - doc/general.doc: description of algorithms updated |
---|
29 | - omalloc: areas may overlap: use memmove instead of memcpy |
---|
30 | --------------------------------------------------------- |
---|
31 | |
---|
32 | Wed Oct 31 18:57:21 CET 2007 Singular-3-0-4-beta |
---|
33 | Changes with respect to 3-0-3-2 |
---|
34 | - more modgen fixes |
---|
35 | - Weyl, Exterior, findimAlgebra, nc_algebra do not change the current ring but |
---|
36 | return the new structure |
---|
37 | - ncalgebra is now depreciated, use the new command nc_algebra |
---|
38 | - libraries changes to use nc_algebra |
---|
39 | |
---|
40 | Fri Nov 2 14:31:22 CET 2007 Singular-3-0-4-beta |
---|
41 | more Changes with respect to 3-0-3-2 |
---|
42 | - use of boost and std::vector can be changed via configure |
---|
43 | (--without-Boost, --with-stdvec) |
---|
44 | |
---|
45 | Tue Nov 6 16:02:29 CET 2007 Singular-3-0-4-beta |
---|
46 | more Changes with respect to 3-0-3-2 |
---|
47 | - new system("SingularLib"): return SINGULAR_PATH after evaluation |
---|
48 | - standard.lib:weightKB improved |
---|
49 | - highest corner and weights fixed (was wrong in ring with ordering Ws/ws) |
---|
50 | |
---|
51 | Tue Nov 13 18:26:32 CET 2007 Singular-3-0-4-beta |
---|
52 | - surfex.lib: find path to surfex via system("Singular"), |
---|
53 | if this fails, try also all directorories in system("SingularLib") |
---|
54 | - timer: find clock ticks: |
---|
55 | - try HZ (traditional) |
---|
56 | - try CLK_TCK (POSIX-1) |
---|
57 | - try sysconf(_SC_CLK_TCK) (POSIX-2) |
---|
58 | --------------------------------------------------------- |
---|
59 | Tue Nov 27 12:16:36 CET 2007 Singular-3-0-4-1 |
---|
60 | Changes with respect to 3-0-4 |
---|
61 | - dmod.lib: fixes wrt. nc_algebra and documentation |
---|
62 | - allow assignments like: def l=1,2,3; |
---|
63 | |
---|
64 | --------------------------------------------------------- |
---|
65 | Tue Dec 18 14:12:46 MET 2007 |
---|
66 | Changes with respect to 3-0-4-1 |
---|
67 | - could not include bits/sigcontext.h and asm/sigcontext.h: |
---|
68 | include signal.h and hope for the best |
---|
69 | - glibc 2.6/2.7 does not have a dynamic fstat - use our own from |
---|
70 | Singular/misc.cc: singular_fstat |
---|
71 | - fixed LIB/involut.lib: problems with ring change : nc_algebra |
---|
72 | |
---|
73 | --------------------------------------------------------- |
---|
74 | Tue Jan 22 10:40:39 CET 2008 |
---|
75 | more Changes with respect to 3-0-4-1 |
---|
76 | - sqrFree moved from libfac to factory |
---|
77 | - new command sqrfree |
---|
78 | |
---|