Changeset 5c14fb in git for doc/NEWS.texi
- Timestamp:
- Feb 23, 2001, 6:37:29 PM (22 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- c80e8954031969608056320bdcfd3dc7ba987398
- Parents:
- 8c4958f9a86515e73e924765ced916c2bad31b36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/NEWS.texi
r8c4958f r5c14fb 1 1 @comment -*-texinfo-*- 2 @comment $Id: NEWS.texi,v 1. 29 2001-02-02 17:53:45 SingularExp $2 @comment $Id: NEWS.texi,v 1.30 2001-02-23 17:37:29 obachman Exp $ 3 3 @comment this file contains the News about Singular versions 4 4 @comment Unix … … 22 22 23 23 The current version @value{VERSION} is the first release of the new 24 release series version 2-0. 25 It contains a lot of new internal improvements, rewrites, new procedures etc. 26 27 Although there are no known bugs, it is to be 28 expected that the current version @value{VERSION} has some bugs in the 29 code sections, since major changes were done to the @sc{Singular} 30 kernel. Therefore, it is important to us, that users try out this new 31 version. 32 33 The current version is generally much faster as version 34 1.2 - because of new, better algorithms and impproved 35 polynomial operations. 36 37 Thank you very much for your support! 24 release series version 2-0. Its is a major upgrade from both, the 1-2 and 25 1-3 release serieses. 26 27 Singular version 2 is generally much faster than any previous 28 version of Singular, due to a rewrite of major parts of the Singular 29 kernel (e.g., the kernel has a new memory manager and a new polynomial 30 arithmetic) and due to new and better implemented algorithms (e.g., for 31 comuting resolutions and determinants). 32 33 Besides theses internal changes, Singular version 2 offers many new 34 features and functionlities (which were partly already incorporated in 35 the 1-3 series). E.g., a native Windows distribution, an Emacs user 36 interface, a new help system, 16 new libraries, etc. 37 38 All these changes are explained in more detail below. 39 40 @heading Efficiency Improvements 41 The following table shows some timings which compare the efficincy of 42 Singular version 1-2-3 and Singular version 2. All times are in seconds 43 and were obtained on an AMD Athlon with 700 MHz, 128 MB RAM, running 44 Linux. 45 46 @multitable @columnfractions .15 .15 .25 .15 .15 .15 47 @item @strong{Example} @tab @strong{Comp} @tab @strong{Ring} @tab @strong{1-2} @tab @strong{2-0} @tab @strong{Speedup} 48 @item @uref{http://www.singular.uni-kl.de/Benchmarks/Singular/mora_1.sing,,mora_1} @tab std @tab 32003,x(1..3),ds @tab 82 @tab 9.4 @tab 8.7 49 @item @uref{http://www.singular.uni-kl.de/Benchmarks/Singular/mora_9.sing,,mora_9} @tab std @tab 32003,x(1..14),ds @tab 9600 @tab 96 @tab 100 50 @item @uref{http://www.singular.uni-kl.de/Benchmarks/Singular/homog_gonnet.sing,,homog_gonnet} @tab std @tab 32003,x(1..18),dp @tab 33 @tab 8.9 @tab 4.5 51 @item @uref{http://www.singular.uni-kl.de/Benchmarks/Singular/homog_cyclic_8.sing,,homog_cyclic_8} @tab std @tab 32003,x(1..9),dp @tab 1873 @tab 472 @tab 4.0 52 @item @uref{http://www.singular.uni-kl.de/Benchmarks/Singular/cyclic_8.sing,,cyclic_8} @tab std @tab 32003,x(1..8),dp @tab >47800 @tab 478 @tab >100 53 @end multitable 38 54 39 55 … … 42 58 @item @strong{Windows distribution} 43 59 created with Installshield, includes Cygwin, Singular, and (optionally) 44 XEmacs, distributed as variousself-extracting archives.60 XEmacs, distributed as several self-extracting archives. 45 61 @item @nref{Emacs user interface} 46 62 the recommended interface for using @sc{Singular} … … 67 83 @table @asis 68 84 @item new coefficient domains: arbitrary long real and complex numbers 69 The current syntax is going to change slightly in the final version 2.0.70 85 @item no restriction on number of ring variables 71 86 @item no restriction on number of parameters … … 107 122 @item @nref{qhmoduli_lib} 108 123 Moduli spaces of sqh-singularities 124 @end table 125 126 @heading Changes in @sc{Singular} libraries 127 Many procedures were moved into different libraries, 128 the documentation of libraries was generally improved and 129 some libraries renamed: 130 @table @asis 131 @item @nref{ainvar_lib} 132 renamed @code{invar.lib} to @code{ainvar.lib} 133 (see also @code{rinvar.lib}, @code{finvar.lib}). 134 @item @nref{deform_lib} 135 renamed procedures @code{T1, T2, T12} to @code{T_1, T_2, T_12}. 136 @item @nref{poly_lib} 137 new procedures numerator/denominator 109 138 @end table 110 139 … … 167 196 @item @code{pause} 168 197 can be called with argument, must be called with parenthesis. 169 @end table 170 171 @heading Changes in @sc{Singular} libraries 172 Many procedures got into different libraries, 173 documentation of libraries improved, 174 some libraries renamed: 175 @table @asis 176 @item @nref{ainvar_lib} 177 renamed @code{invar.lib} to @code{ainvar.lib} 178 (see also @code{rinvar.lib}, @code{finvar.lib}). 179 @item @nref{deform_lib} 180 renamed procedures @code{T1, T2, T12} to @code{T_1, T_2, T_12}. 181 @item @nref{poly_lib} 182 new procedures numerator/denominator 198 @item @nref{option} 199 new options: @code{oldStd}, @code{redThrough}, @code{notBuckets} 183 200 @end table 184 201
Note: See TracChangeset
for help on using the changeset viewer.