1 | @comment -*-texinfo-*- |
---|
2 | @comment $Id: NEWS.texi,v 1.64 2006-12-07 18:09:44 Singular Exp $ |
---|
3 | @comment this file contains the News about Singular versions |
---|
4 | @comment Unix |
---|
5 | @ifclear VERSION |
---|
6 | @include version.texi |
---|
7 | @end ifclear |
---|
8 | |
---|
9 | @majorheading NEWS in SINGULAR @value{VERSION} |
---|
10 | |
---|
11 | @ifclear singularmanual |
---|
12 | @macro nref{what} |
---|
13 | \what\ |
---|
14 | @end macro |
---|
15 | @end ifclear |
---|
16 | |
---|
17 | @ifset singularmanual |
---|
18 | @macro nref{what} |
---|
19 | @ref{\what\} |
---|
20 | @end macro |
---|
21 | @end ifset |
---|
22 | |
---|
23 | @heading Updates for version @value{VERSION} |
---|
24 | |
---|
25 | The current version @value{VERSION} is mainly a bug fix release, |
---|
26 | but it contains also some new features: |
---|
27 | @itemize @bullet |
---|
28 | @item |
---|
29 | licence changed: omalloc and MP are now (also) available under GPL; |
---|
30 | that means that all parts of @sc{Singular} are licenced under GPL (resp. LGPL). |
---|
31 | @item |
---|
32 | factory, libfac, Singular updated for gcc 4.1.x |
---|
33 | @item |
---|
34 | kernel updated for the optional use of boost |
---|
35 | @item |
---|
36 | new command: (@nref{interpolation}: ideal of points with given multiplicities) |
---|
37 | @item |
---|
38 | new library: modStd.lib (@nref{modStd_lib}): Groebner base computations |
---|
39 | over the rational numbers via modular computations |
---|
40 | @c @item |
---|
41 | @c improved center.lib (@nref{center_lib}): revised implementation, new functions (sa_reduce etc.) |
---|
42 | @item |
---|
43 | resolve.lib: blow ups revised (@nref{resolve_lib}). |
---|
44 | @item |
---|
45 | new algorithms in primdec.lib (@nref{primdec_lib}): radical et al. |
---|
46 | @item |
---|
47 | improved version of @nref{slimgb}, incorporated into @nref{groebner}, |
---|
48 | strategy change in groebner. |
---|
49 | @item |
---|
50 | operation for sparse matrices improved: multiplication, prune, conversion to module |
---|
51 | @c @item |
---|
52 | @c experimental: @code{python} / @code{ipython} interface |
---|
53 | @end itemize |
---|
54 | |
---|
55 | @heading News in version 3-0-2 |
---|
56 | |
---|
57 | The version 3-0-2 is mainly a bug fix release, |
---|
58 | but it contains also some new features: |
---|
59 | @itemize @bullet |
---|
60 | @item |
---|
61 | factory, libfac updated for gcc 4.1.x |
---|
62 | @item |
---|
63 | configure/speed improved for 64bit architectures |
---|
64 | @item |
---|
65 | new library: dmod.lib (@nref{dmod_lib}) |
---|
66 | @item |
---|
67 | new library: perron.lib (@nref{perron_lib}) |
---|
68 | @item |
---|
69 | improved center.lib (@nref{center_lib}): revised implementation, new functions (sa_reduce etc.) |
---|
70 | @item |
---|
71 | revised ncalg.lib (@nref{ncalg_lib}): new algebras, U(sl_n) and U(g_2) changed to conform GAP. |
---|
72 | @item |
---|
73 | new algorithms in primdec.lib (@nref{primdec_lib}): radical et al. |
---|
74 | @item |
---|
75 | improved version of @nref{slimgb}, incorporated into @nref{groebner} |
---|
76 | @item |
---|
77 | improved module generator (@code{modgen}) |
---|
78 | @item |
---|
79 | experimental: new type @nref{bigint} |
---|
80 | @c @item |
---|
81 | @c experimental: @code{python} / @code{ipython} interface |
---|
82 | @item |
---|
83 | more architectures: Solaris on x86/opteron, ... |
---|
84 | @item |
---|
85 | build process improved: builds automatically without patches on 64bit architectures |
---|
86 | @end itemize |
---|
87 | |
---|
88 | @heading NEWS in version 3-0-1 |
---|
89 | The version 3-0-1 is mainly a bug fix release, |
---|
90 | but it contains also some new features: |
---|
91 | @itemize @bullet |
---|
92 | @item |
---|
93 | NTL upgraded to version 5.4 |
---|
94 | @item |
---|
95 | new library: absfact.lib @nref{absfact_lib} |
---|
96 | @item |
---|
97 | new procedures in primdec.lib: @nref{absPrimdecGTZ} |
---|
98 | @item |
---|
99 | new procedures in standard.lib: @nref{weightKB} |
---|
100 | @item |
---|
101 | build process improved: new make target @code{install_all} |
---|
102 | @item |
---|
103 | improved version of @nref{slimgb}, incorporated into @nref{groebner} |
---|
104 | @item |
---|
105 | arithmetic in Z/pZ for architecture x84_64 improved (by 25 %) |
---|
106 | @end itemize |
---|
107 | |
---|
108 | @heading NEWS in version 3-0-0 |
---|
109 | |
---|
110 | The version 3-0-0 is the first in the new |
---|
111 | release series version 3-0. |
---|
112 | |
---|
113 | Singular version 3 has a greater functionality and an improved architecture. |
---|
114 | Major new features are: |
---|
115 | @itemize |
---|
116 | @item |
---|
117 | @nref{Dynamic modules} |
---|
118 | @item |
---|
119 | non-commutative extension @nref{PLURAL} |
---|
120 | @item |
---|
121 | name spaces (@nref{package}) |
---|
122 | @item |
---|
123 | easy manipulation of rings (@nref{ringlist}) |
---|
124 | @item |
---|
125 | improved speed of maps (@nref{subst}, @nref{map}) |
---|
126 | @item |
---|
127 | a new algorithm for Groebner base computations: @nref{slimgb}. |
---|
128 | @item |
---|
129 | improved factorization (integration of NTL, factorization over algebraic extensions, |
---|
130 | zeroset.lib) |
---|
131 | @item |
---|
132 | improved gcd of polynomials (including bug fixes) |
---|
133 | @item |
---|
134 | ports to more architectures including automatic building from source (fink on Mac, ebuild on Gentoo) |
---|
135 | @item |
---|
136 | more help browsers supported, user extendable (help.cnf) |
---|
137 | @item |
---|
138 | better support of graded modules |
---|
139 | @item |
---|
140 | many bugs fixed |
---|
141 | @end itemize |
---|
142 | Besides theses internal changes, Singular version 3 offers many new |
---|
143 | features and functionalities (which were partly already incorporated in |
---|
144 | the 2-1 pre-release series). |
---|
145 | |
---|
146 | @heading Factorizing algorithms revisited |
---|
147 | Starting with version 2-0-4, we use NTL (of Victor Shoup) for factoring |
---|
148 | univariate polynomials. The multivariate factorization code in libfac/factory |
---|
149 | now also works over algebraic extension fields. |
---|
150 | |
---|
151 | @heading New @sc{Singular} libraries |
---|
152 | |
---|
153 | @table @asis |
---|
154 | @item @nref{control_lib} |
---|
155 | algebraic analysis tools for System and Control Theory |
---|
156 | @item @nref{mregular_lib} |
---|
157 | procedures for computing the Castelnuovo-Mumford regularity |
---|
158 | @item @nref{mprimdec_lib} |
---|
159 | procedures for primary decomposition of modules |
---|
160 | @item @nref{gmspoly_lib}, @nref{gmssing_lib} |
---|
161 | procedures for the Gauss-Manin connection of a singularity |
---|
162 | @item @nref{resolve_lib}, @nref{reszeta_lib} |
---|
163 | resolution of singularities and applications |
---|
164 | @item @nref{rootsmr_lib} |
---|
165 | counting the number of real roots |
---|
166 | @item @nref{sheafcoh_lib} |
---|
167 | computing cohomology of sheaves and Tate resolution |
---|
168 | @item @nref{signcond_lib} |
---|
169 | computing realizable sign conditions |
---|
170 | @item @nref{rootsur_lib} |
---|
171 | counting number of real roots of univariate polynomial |
---|
172 | @item @nref{grwalk_lib} |
---|
173 | Groebner and Pertubation walk |
---|
174 | @end table |
---|
175 | |
---|
176 | @heading Changes in @sc{Singular} libraries |
---|
177 | Many procedures were moved into different libraries, |
---|
178 | the documentation of libraries was generally improved. |
---|
179 | |
---|
180 | All procedures which used to change the current ring return now |
---|
181 | the newly created ring. |
---|
182 | @table @asis |
---|
183 | @end table |
---|
184 | |
---|
185 | @heading New @sc{Singular} functions |
---|
186 | |
---|
187 | @table @asis |
---|
188 | @item @nref{ringlist} |
---|
189 | manipulation of rings |
---|
190 | @item @nref{slimgb} |
---|
191 | a new algorithm to compute Groebner bases |
---|
192 | @item @nref{exportto} |
---|
193 | transfer an identifier to the specified package |
---|
194 | @item @nref{importfrom} |
---|
195 | generate a copy of an identifier from the specified package in the current package |
---|
196 | @item @nref{frwalk} |
---|
197 | fractal walk to change monomial orderings |
---|
198 | @end table |
---|
199 | |
---|
200 | @heading @sc{Singular} functions whose syntax/semantics has changed |
---|
201 | @table @asis |
---|
202 | @item @nref{degree} |
---|
203 | outputs degree and dimension instead of returning an int |
---|
204 | @item @nref{attrib} |
---|
205 | new attribute: @code{rowShift} |
---|
206 | @end table |
---|
207 | |
---|
208 | @heading Noncommutative Extension @sc{Plural} |
---|
209 | |
---|
210 | Starting with version 3-0-0, @sc{Singular} features a |
---|
211 | noncommutative extension @sc{Plural}. It allows to |
---|
212 | set and to compute within noncommutative algebras |
---|
213 | with PBW basis. Among available algorithms are Groebner |
---|
214 | bases for left modules, syzygies and resolutions. |
---|
215 | |
---|
216 | Together with @sc{Plural} come the following libraries: |
---|
217 | |
---|
218 | @table @asis |
---|
219 | @item @nref{center_lib} |
---|
220 | computes generators of the center and centralizer subalgebras up |
---|
221 | to a given degree resp. up to a given number of generators |
---|
222 | @item @nref{involut_lib} |
---|
223 | determines linear antiautomorphisms (involutions) and automorphisms |
---|
224 | @item @nref{gkdim_lib} |
---|
225 | computes a Gel'fand-Kirillov dimension for modules |
---|
226 | @item @nref{ncalg_lib} |
---|
227 | includes ready-to-use funtions for defining many important |
---|
228 | noncommutative algebras |
---|
229 | @item @nref{ncdecomp_lib} |
---|
230 | computes a decomposition of module by its central characters |
---|
231 | @item @nref{ncalg_lib}, @nref{nctools_lib} |
---|
232 | contain numerous useful tools for noncommutative algebras |
---|
233 | @item @nref{qmatrix_lib} |
---|
234 | procedures, related to quantum matrices and minors |
---|
235 | @end table |
---|
236 | |
---|
237 | @heading Internal Changes |
---|
238 | @table @asis |
---|
239 | @item new mapping code |
---|
240 | @c @item non-commutative extension (Plural) |
---|
241 | @item factory revised |
---|
242 | (gcd, factorizing polynomial over algebraic extension fields,...) |
---|
243 | @end table |
---|
244 | |
---|
245 | @heading Porting |
---|
246 | |
---|
247 | @itemize @bullet |
---|
248 | @item Singular is available for ix86-Linux, HPUX_10, |
---|
249 | SunOS-5, IRIX-6, ix86-Win (runs on Windows 95/98/NT4/2000/XP), |
---|
250 | FreeBSD, MacOS X, DecAlpha-Linux, x86_64-Linux (AMD64/Opteron/EM64T), |
---|
251 | IA64-Linux |
---|
252 | @end itemize |
---|
253 | |
---|