1 | @comment -*-texinfo-*- |
---|
2 | @comment $Id: NEWS.texi,v 1.25 2000-12-15 16:20:47 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 | The current version @value{VERSION} is an alpha-release of the upcoming |
---|
24 | new release version 2-0 (should be there in the fall of |
---|
25 | 2000). Items labeled with "TBC" in this news file are features which |
---|
26 | still have to be implemented and/or documented. |
---|
27 | |
---|
28 | Although there are no known bugs, it is to be |
---|
29 | expected that the current version @value{VERSION} is not as stable as |
---|
30 | the 1.2 version(s), since major changes were done to the @sc{Singular} |
---|
31 | kernel. Therefore, it is important to us, that users try out this new |
---|
32 | version. |
---|
33 | |
---|
34 | Furthermore, the current version is generally not yet as fast as version |
---|
35 | 1.2. But this is going to change dramatically in the upcoming release |
---|
36 | version(s). |
---|
37 | |
---|
38 | Thank you very much for your support! |
---|
39 | |
---|
40 | |
---|
41 | @heading General Changes |
---|
42 | @table @asis |
---|
43 | @item @strong{Windows distribution} |
---|
44 | created with Installshield, includes Cygwin, Singular, and (optionally) |
---|
45 | XEmacs, distributed as various self-extracting archives. |
---|
46 | @item @nref{Emacs user interface} |
---|
47 | the recommended interface for using @sc{Singular} |
---|
48 | @item @code{ESingular} |
---|
49 | new program for an out-of-the-box, pre-customized Emacs which runs |
---|
50 | Singular |
---|
51 | @item @nref{The online help system} |
---|
52 | choose in which browser the on-line help is displayed; |
---|
53 | @*wildcard expansion of help topics |
---|
54 | @*new layout of html manual pages |
---|
55 | @item @nref{Source code debugger} |
---|
56 | interactive debugging of procedures written in the @sc{Singular} |
---|
57 | language |
---|
58 | @item @nref{example} |
---|
59 | Provide on-line examples for all kernel and library commands. |
---|
60 | @item file/directory layout of distribution |
---|
61 | @code{Singular/<version>/} |
---|
62 | @item http://singular.uni-kl.de ftp://singular.uni-kl.de |
---|
63 | TBC: New WWW and FTP home-site of @sc{Singular} |
---|
64 | @end table |
---|
65 | |
---|
66 | @heading Extensions of the ring concept |
---|
67 | |
---|
68 | @table @asis |
---|
69 | @item new coefficient domains: arbitrary long real and complex numbers |
---|
70 | The current syntax is going to change slightly in the final version 2.0. |
---|
71 | @item no restriction on number of ring variables |
---|
72 | @item TBC: DegBound on exponent values |
---|
73 | @item TBC: parameters over real/complex |
---|
74 | @item TBC: declaration with "ring of ring". |
---|
75 | @item |
---|
76 | @end table |
---|
77 | |
---|
78 | @heading New @sc{Singular} libraries |
---|
79 | |
---|
80 | @table @asis |
---|
81 | @item @nref{intprog_lib} procedures for computing toric ideals |
---|
82 | TODO: better docu, tests, proper incooperation |
---|
83 | @item @nref{toric_lib} procedures for Integer Programming using Groebner bases |
---|
84 | TODO: better docu, tests, proper incooperation |
---|
85 | @item @code{spectrum.lib} procedures for computing spectra |
---|
86 | TODO: docu, tests, proper incooperation |
---|
87 | @item @nref{mregular_lib} procedures for computing the Castelnuovo-Mumford regularity |
---|
88 | TODO: docu, tests |
---|
89 | @item @nref{mondromy_lib} |
---|
90 | procedures for computing the monodromy of a singularity |
---|
91 | @item @nref{spcurve_lib} |
---|
92 | procedures for CM codimension 2 singularities |
---|
93 | @item @nref{triang_lib} |
---|
94 | procedures for decomposing zero-dimensional ideals |
---|
95 | @item @nref{solve_lib} |
---|
96 | procedures for solving polynomial systems |
---|
97 | @item @nref{surf_lib} |
---|
98 | visualization of curves and surfaces with @code{surf} |
---|
99 | @item @nref{reesclos_lib} |
---|
100 | Rees Algebra and integral closure of an ideal |
---|
101 | @item @nref{brnoeth_lib} |
---|
102 | Brill-Noether algorithm, Weierstrass semigroups and AG codes |
---|
103 | @c @item @nref{stratify_lib} |
---|
104 | @item @nref{paramet_lib} |
---|
105 | @item @nref{rinvar_lib} |
---|
106 | @item @nref{zeroset_lib} |
---|
107 | @item @nref{qhmoduli_lib} |
---|
108 | @end table |
---|
109 | |
---|
110 | @heading New @sc{Singular} functions |
---|
111 | |
---|
112 | @table @asis |
---|
113 | @item @code{convhull, simplex} |
---|
114 | TODO: docu, tests |
---|
115 | @item @nref{division} |
---|
116 | Extension of lift: @code{division(M,SM)} returns a list @code{[T,U,R]} |
---|
117 | with @code{SM*U+R=M*T} |
---|
118 | @item @nref{breakpoint} |
---|
119 | sets a debugger breakpoint |
---|
120 | @item @code{div} |
---|
121 | integer division omitting remainder |
---|
122 | @item @nref{ERROR} |
---|
123 | interrupts computation in current procedure and returns with error |
---|
124 | message to top-level |
---|
125 | @item @nref{fglmquot} |
---|
126 | calculate ideal quotions using FGLM-techniques |
---|
127 | @item @nref{leadmonom} |
---|
128 | returns the leading monomial of a polynomial or a vector as a polynomial |
---|
129 | or vector whose coefficient is one |
---|
130 | @item @nref{highcorner} |
---|
131 | returns the smallest monomial not contained in and ideal/module |
---|
132 | @item @nref{hres} |
---|
133 | calculate free resolution of homogenous ideal using Hilbert-driven |
---|
134 | algorithm. |
---|
135 | @item @nref{minor} |
---|
136 | with an optional third argument minors modulo a standard basis will be computed |
---|
137 | @item @nref{mpresmat} |
---|
138 | calculate module representing the multipolynomial resultant matrix |
---|
139 | @item @nref{uressolve} |
---|
140 | compute all complex roots of a zerodimensional ideal |
---|
141 | @item @nref{vandermonde} |
---|
142 | solve Vandermonde linear system |
---|
143 | @end table |
---|
144 | |
---|
145 | @heading @sc{Singular} functions whose syntax/semantics has changed |
---|
146 | @table @asis |
---|
147 | @item @nref{coeffs} |
---|
148 | Extended possible syntax to |
---|
149 | @code{coeffs(ideal,ideal)} and @code{coeffs(module,module)} which is |
---|
150 | equivalent to @code{coeffs(ideal,ideal,p)} and |
---|
151 | @code{coeffs(module,module,p)} where @code{p} is a polynomial (i.e., |
---|
152 | monomial) consisting of all ring variables. |
---|
153 | @item @nref{execute} |
---|
154 | parenthesis around argument of execute is now @strong{mandatory}. |
---|
155 | @item @nref{lift} |
---|
156 | new implementation (unified handling of isSB and not isSB case); new |
---|
157 | optional third argument (a matrix name), which, if given, stores the |
---|
158 | "matrix of units" |
---|
159 | @item @nref{bareiss} |
---|
160 | new implementation after Lie-Saunders, much faster |
---|
161 | @item @nref{example} |
---|
162 | run example for all kernel commands. |
---|
163 | @item @nref{fetch} |
---|
164 | TBC |
---|
165 | @item @nref{print} |
---|
166 | Finer-grained control for formatted output. |
---|
167 | @item @code{pause} |
---|
168 | can be called with argument, must be called with parenthesis. |
---|
169 | @item TBC |
---|
170 | @end table |
---|
171 | |
---|
172 | @heading Changes in @sc{Singular} libraries |
---|
173 | @table @asis |
---|
174 | @item @nref{ainvar_lib} |
---|
175 | renamed @code{invar.lib} to @code{ainvar.lib} |
---|
176 | @item @nref{deform_lib} |
---|
177 | renamed procedures @code{Y1, T2, T12} to @code{T_1, T_2, T_12}. |
---|
178 | @item @nref{poly_lib} |
---|
179 | new procedures numerator/denominator |
---|
180 | @end table |
---|
181 | |
---|
182 | @heading Changes of command-line options and system resources |
---|
183 | @table @asis |
---|
184 | @item @code{--browser}, @code{--allow-net}, @code{--emacs}, @code{--sdb} |
---|
185 | new command-line options |
---|
186 | @item @nref{system} |
---|
187 | values of command-line options can be inspected/set at run-time with |
---|
188 | @code{system(<option>[,<new_value])}. |
---|
189 | @item @code{.singularrc} |
---|
190 | system administrators can put a "global" @code{.singularrc} file into |
---|
191 | the directories where @sc{Singular} libraries reside. |
---|
192 | @item @code{libreadline} |
---|
193 | if found, a shared version of the @code{readline} library is linked-in |
---|
194 | dynamically at run-time. If not found, @code{readline} is emulated. |
---|
195 | @end table |
---|
196 | |
---|
197 | @heading Internal Changes |
---|
198 | @table @asis |
---|
199 | @item new data structures for monomials and polynomials |
---|
200 | Makes polynomial arithmetic significantly faster. Especially for block - |
---|
201 | or weighted orderings. TBC: Faster polynomial arithmetic for orderings |
---|
202 | (like dp, or lp). TBC: Bucket representation of polynomials in std; TBC: |
---|
203 | DegBound during std computations. |
---|
204 | @item new memory management |
---|
205 | Results is less memory usage, faster memory allocation/free, less |
---|
206 | fragmentation, much better locality of reference. |
---|
207 | @end table |
---|
208 | |
---|
209 | @heading TBC |
---|
210 | |
---|
211 | @itemize @bullet |
---|
212 | @item |
---|
213 | @code{libreadline} for other architectures than ix86-libc5, |
---|
214 | ix86-libc6,HPUX_9,HPUX_10 |
---|
215 | @item |
---|
216 | @code{example} on examples from libraries |
---|
217 | @end itemize |
---|