1 | @comment -*-texinfo-*- |
---|
2 | @comment $Id: NEWS.texi,v 1.89 2007-07-13 16:31:52 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 stabilyzing release, |
---|
26 | a result of a long beta test and the integration of a lot of small |
---|
27 | fixes which were on our waiting list for integration. |
---|
28 | |
---|
29 | It contains also some new features: |
---|
30 | @itemize @bullet |
---|
31 | @item |
---|
32 | licence changed: omalloc and MP are now (also) available under GPL; |
---|
33 | that means that all parts of @sc{Singular} are licenced under GPL (resp. LGPL). |
---|
34 | @item |
---|
35 | factory, libfac, Singular updated for gcc 4.1.x |
---|
36 | @item |
---|
37 | kernel updated for the optional use of boost |
---|
38 | @item |
---|
39 | new operator @code{a:b} gives an @code{intvec} of length @code{b} with constant entries @code{a} |
---|
40 | @item |
---|
41 | new command: (@nref{chinrem}): lifting via chinese remainder theorem |
---|
42 | @item |
---|
43 | new command: (@nref{interpolation}): ideal of points with given multiplicities |
---|
44 | @item |
---|
45 | non-commutative kernel subsystem was rewritten in order to support specific algebras more efficiently. |
---|
46 | Implemented algebras at the moment: super-commutative algebras (in particular exterior algebras). |
---|
47 | @item |
---|
48 | @nref{std} et al.: new selection strategy for reductions (@nref{option} (length)). |
---|
49 | @item |
---|
50 | @nref{simplify} slightly changed: does not omit zero polynomial unless |
---|
51 | specified. |
---|
52 | @item |
---|
53 | new library: compregb.lib (@nref{compregb_lib}): comprehensive Groebner base system |
---|
54 | @item |
---|
55 | new library: kskernel.lib (@nref{kskernel_lib}): kernel of the kodaira-spencer map for irreducible plane curve singularities |
---|
56 | @item |
---|
57 | new library: modstd.lib (@nref{modstd_lib}): Groebner base computations |
---|
58 | over the rational numbers via modular computations |
---|
59 | @item |
---|
60 | new library: noether.lib (@nref{noether_lib}): Noether normalization of an ideal(not nessecary homogeneous) |
---|
61 | @item |
---|
62 | new library: atkins.lib (@nref{atkins_lib}): the elliptic curve primality test of Atkin |
---|
63 | @item |
---|
64 | new library: aksaka.lib (@nref{aksaka_lib}): primality testing after Agrawal, Saxena, Kayal |
---|
65 | @item |
---|
66 | new library: arcpoint.lib (@nref{arcpoint_lib}): truncations of arcs at a singular point |
---|
67 | @item |
---|
68 | new library: resgraph.lib (@nref{resgraph_lib}): visualization of resolution data. |
---|
69 | @item |
---|
70 | new library: realrad.lib (@nref{realrad_lib}): computation of the real radical |
---|
71 | over the rational numbers and extensions thereof |
---|
72 | @item |
---|
73 | new library: hyperel.lib (@nref{hyperel_lib}): divisors in the jacobian of hyperelliptic curves |
---|
74 | @item |
---|
75 | new library: curvepar.lib (@nref{curvepar_lib}): space curves |
---|
76 | @item |
---|
77 | new library: sagbi.lib (@nref{sagbi_lib}): subalgebras bases analogous to Groebner bases for ideals |
---|
78 | @item |
---|
79 | new library: surfex.lib (@nref{surfex_lib}): visualizing and rotating surfaces |
---|
80 | @item |
---|
81 | @nref{sheafcoh_lib}: new experimental functions, in particular @nref{sheafCohBGG2} |
---|
82 | @item |
---|
83 | library @code{ncall.lib} merged into @nref{all_lib} |
---|
84 | @item |
---|
85 | library center.lib (@code{center_lib}) renamed to @nref{centra_lib} |
---|
86 | @item |
---|
87 | @nref{nctools_lib}: new functions for super-commutative algebras (i.e. @nref{SuperCommutative}, @nref{IsSCA}, @nref{AltVarStart}, @nref{AltVarEnd}) |
---|
88 | @item |
---|
89 | resolve.lib: blow ups revised (@nref{resolve_lib}) |
---|
90 | @item |
---|
91 | new algorithms in primdec.lib (@nref{primdec_lib}): radical et al. |
---|
92 | @item |
---|
93 | improved version of @nref{slimgb}, incorporated into @nref{groebner}, |
---|
94 | strategy change in groebner |
---|
95 | @item |
---|
96 | finvar.lib: the algorithm of @nref{secondary_char0} is now used in general in the |
---|
97 | non-modular case (@nref{finvar_lib}) |
---|
98 | @item |
---|
99 | finvar.lib: new algorithm for @nref{irred_secondary_char0} (@nref{finvar_lib}) |
---|
100 | @item |
---|
101 | finvar.lib: new function @nref{irred_secondary_no_molien} (@nref{finvar_lib}) |
---|
102 | @item |
---|
103 | finvar.lib: new functions for computing minimal generating sets of |
---|
104 | invariant rings of finite groups in the non-modular case: @nref{invariant_algebra_reynolds} for finite |
---|
105 | matrix groups and @nref{invariant_algebra_perm} for permutation groups (@nref{finvar_lib}) |
---|
106 | @item |
---|
107 | operation for sparse matrices improved: multiplication, prune, conversion to module |
---|
108 | @item |
---|
109 | experimental: @code{python} / @code{ipython} interface |
---|
110 | @end itemize |
---|
111 | |
---|
112 | @heading News in version 3-0-2 |
---|
113 | |
---|
114 | The version 3-0-2 is mainly a bug fix release, |
---|
115 | but it contains also some new features: |
---|
116 | @itemize @bullet |
---|
117 | @item |
---|
118 | factory, libfac updated for gcc 4.1.x |
---|
119 | @item |
---|
120 | configure/speed improved for 64bit architectures |
---|
121 | @item |
---|
122 | new library: dmod.lib (@nref{dmod_lib}) |
---|
123 | @item |
---|
124 | new library: perron.lib (@nref{perron_lib}) |
---|
125 | @item |
---|
126 | improved center.lib (@nref{center_lib}): revised implementation, new functions (sa_reduce etc.) |
---|
127 | @item |
---|
128 | revised ncalg.lib (@nref{ncalg_lib}): new algebras, U(sl_n) and U(g_2) changed to conform GAP. |
---|
129 | @item |
---|
130 | new algorithms in primdec.lib (@nref{primdec_lib}): radical et al. |
---|
131 | @item |
---|
132 | improved version of @nref{slimgb}, incorporated into @nref{groebner} |
---|
133 | @item |
---|
134 | finvar.lib: new algorithm for @nref{secondary_char0}, which is a drastic improvement |
---|
135 | (@nref{finvar_lib}). |
---|
136 | @item |
---|
137 | finvar.lib: new function @nref{irred_secondary_char0} (@nref{finvar_lib}). |
---|
138 | @item |
---|
139 | finvar.lib: new function @nref{rel_orbit_variety}, complementing @nref{relative_orbit_variety} |
---|
140 | (@nref{finvar_lib}). |
---|
141 | @item |
---|
142 | improved module generator (@code{modgen}) |
---|
143 | @item |
---|
144 | experimental: new type @nref{bigint} |
---|
145 | @c @item |
---|
146 | @c experimental: @code{python} / @code{ipython} interface |
---|
147 | @item |
---|
148 | more architectures: Solaris on x86/opteron, ... |
---|
149 | @item |
---|
150 | build process improved: builds automatically without patches on 64bit architectures |
---|
151 | @end itemize |
---|
152 | |
---|
153 | @heading NEWS in version 3-0-1 |
---|
154 | The version 3-0-1 is mainly a bug fix release, |
---|
155 | but it contains also some new features: |
---|
156 | @itemize @bullet |
---|
157 | @item |
---|
158 | NTL upgraded to version 5.4 |
---|
159 | @item |
---|
160 | new library: absfact.lib @nref{absfact_lib} |
---|
161 | @item |
---|
162 | new procedures in primdec.lib: @nref{absPrimdecGTZ} |
---|
163 | @item |
---|
164 | new procedures in standard.lib: @nref{weightKB} |
---|
165 | @item |
---|
166 | build process improved: new make target @code{install_all} |
---|
167 | @item |
---|
168 | improved version of @nref{slimgb}, incorporated into @nref{groebner} |
---|
169 | @item |
---|
170 | arithmetic in Z/pZ for architecture x84_64 improved (by 25 %) |
---|
171 | @end itemize |
---|
172 | |
---|
173 | @heading NEWS in version 3-0-0 |
---|
174 | |
---|
175 | The version 3-0-0 is the first in the new |
---|
176 | release series version 3-0. |
---|
177 | |
---|
178 | Singular version 3 has a greater functionality and an improved architecture. |
---|
179 | Major new features are: |
---|
180 | @itemize |
---|
181 | @item |
---|
182 | @nref{Dynamic modules} |
---|
183 | @item |
---|
184 | non-commutative extension @nref{Non-commutative subsystem PLURAL} |
---|
185 | @item |
---|
186 | name spaces (@nref{package}) |
---|
187 | @item |
---|
188 | easy manipulation of rings (@nref{ringlist}) |
---|
189 | @item |
---|
190 | improved speed of maps (@nref{subst}, @nref{map}) |
---|
191 | @item |
---|
192 | a new algorithm for Groebner base computations: @nref{slimgb}. |
---|
193 | @item |
---|
194 | improved factorization (integration of NTL, factorization over algebraic extensions, |
---|
195 | zeroset.lib) |
---|
196 | @item |
---|
197 | improved gcd of polynomials (including bug fixes) |
---|
198 | @item |
---|
199 | ports to more architectures including automatic building from source (fink on Mac, ebuild on Gentoo) |
---|
200 | @item |
---|
201 | more help browsers supported, user extendable (help.cnf) |
---|
202 | @item |
---|
203 | better support of graded modules |
---|
204 | @item |
---|
205 | many bugs fixed |
---|
206 | @end itemize |
---|
207 | Besides theses internal changes, Singular version 3 offers many new |
---|
208 | features and functionalities (which were partly already incorporated in |
---|
209 | the 2-1 pre-release series). |
---|
210 | |
---|
211 | @heading Factorizing algorithms revisited |
---|
212 | Starting with version 2-0-4, we use NTL (of Victor Shoup) for factoring |
---|
213 | univariate polynomials. The multivariate factorization code in libfac/factory |
---|
214 | now also works over algebraic extension fields. |
---|
215 | |
---|
216 | @heading New @sc{Singular} libraries |
---|
217 | |
---|
218 | @table @asis |
---|
219 | @item @nref{control_lib} |
---|
220 | algebraic analysis tools for System and Control Theory |
---|
221 | @item @nref{mregular_lib} |
---|
222 | procedures for computing the Castelnuovo-Mumford regularity |
---|
223 | @item @nref{mprimdec_lib} |
---|
224 | procedures for primary decomposition of modules |
---|
225 | @item @nref{gmspoly_lib}, @nref{gmssing_lib} |
---|
226 | procedures for the Gauss-Manin connection of a singularity |
---|
227 | @item @nref{resolve_lib}, @nref{reszeta_lib} |
---|
228 | resolution of singularities and applications |
---|
229 | @item @nref{rootsmr_lib} |
---|
230 | counting the number of real roots |
---|
231 | @item @nref{sheafcoh_lib} |
---|
232 | computing cohomology of sheaves and Tate resolution |
---|
233 | @item @nref{signcond_lib} |
---|
234 | computing realizable sign conditions |
---|
235 | @item @nref{rootsur_lib} |
---|
236 | counting number of real roots of univariate polynomial |
---|
237 | @item @nref{grwalk_lib} |
---|
238 | Groebner and Pertubation walk |
---|
239 | @end table |
---|
240 | |
---|
241 | @heading Changes in @sc{Singular} libraries |
---|
242 | Many procedures were moved into different libraries, |
---|
243 | the documentation of libraries was generally improved. |
---|
244 | |
---|
245 | All procedures which used to change the current ring return now |
---|
246 | the newly created ring. |
---|
247 | @table @asis |
---|
248 | @end table |
---|
249 | |
---|
250 | @heading New @sc{Singular} functions |
---|
251 | |
---|
252 | @table @asis |
---|
253 | @item @nref{ringlist} |
---|
254 | manipulation of rings |
---|
255 | @item @nref{slimgb} |
---|
256 | a new algorithm to compute Groebner bases |
---|
257 | @item @nref{exportto} |
---|
258 | transfer an identifier to the specified package |
---|
259 | @item @nref{importfrom} |
---|
260 | generate a copy of an identifier from the specified package in the current package |
---|
261 | @item @nref{frwalk} |
---|
262 | fractal walk to change monomial orderings |
---|
263 | @end table |
---|
264 | |
---|
265 | @heading @sc{Singular} functions whose syntax/semantics has changed |
---|
266 | @table @asis |
---|
267 | @item @nref{degree} |
---|
268 | outputs degree and dimension instead of returning an int |
---|
269 | @item @nref{attrib} |
---|
270 | new attribute: @code{rowShift} |
---|
271 | @end table |
---|
272 | |
---|
273 | @heading Noncommutative Extension @sc{Plural} |
---|
274 | |
---|
275 | Starting with version 3-0-0, @sc{Singular} features a |
---|
276 | noncommutative extension @sc{Plural}. It allows to |
---|
277 | set and to compute within noncommutative algebras |
---|
278 | with PBW basis. Among available algorithms are Groebner |
---|
279 | bases for left modules, syzygies and resolutions. |
---|
280 | |
---|
281 | Together with @sc{Plural} come the following libraries: |
---|
282 | |
---|
283 | @table @asis |
---|
284 | @item @nref{center_lib} |
---|
285 | computes generators of the center and centralizer subalgebras up |
---|
286 | to a given degree resp. up to a given number of generators |
---|
287 | @item @nref{involut_lib} |
---|
288 | determines linear antiautomorphisms (involutions) and automorphisms |
---|
289 | @item @nref{gkdim_lib} |
---|
290 | computes a Gel'fand-Kirillov dimension for modules |
---|
291 | @item @nref{ncalg_lib} |
---|
292 | includes ready-to-use funtions for defining many important |
---|
293 | noncommutative algebras |
---|
294 | @item @nref{ncdecomp_lib} |
---|
295 | computes a decomposition of module by its central characters |
---|
296 | @item @nref{ncalg_lib}, @nref{nctools_lib} |
---|
297 | contain numerous useful tools for noncommutative algebras |
---|
298 | @item @nref{qmatrix_lib} |
---|
299 | procedures, related to quantum matrices and minors |
---|
300 | @end table |
---|
301 | |
---|
302 | @heading Internal Changes |
---|
303 | @table @asis |
---|
304 | @item new mapping code |
---|
305 | @c @item non-commutative extension (Plural) |
---|
306 | @item factory revised |
---|
307 | (gcd, factorizing polynomial over algebraic extension fields,...) |
---|
308 | @end table |
---|
309 | |
---|
310 | @heading Porting |
---|
311 | |
---|
312 | @itemize @bullet |
---|
313 | @item Singular is available for ix86-Linux, |
---|
314 | SunOS-5, IRIX-6, ix86-Win (runs on Windows 95/98/NT4/2000/XP), |
---|
315 | FreeBSD, MacOS X, DecAlpha-Linux, x86_64-Linux (AMD64/Opteron/EM64T), |
---|
316 | IA64-Linux |
---|
317 | @end itemize |
---|
318 | |
---|