Changeset f1ae11 in git
- Timestamp:
- Feb 26, 2001, 2:11:28 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- d88b030aab30132964e13441edf50d4075a99fb2
- Parents:
- d4bf3d6a39ab1d8052a2605d569c2affa09aa2a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/NEWS.texi
rd4bf3d6 rf1ae11 1 1 @comment -*-texinfo-*- 2 @comment $Id: NEWS.texi,v 1.3 1 2001-02-26 11:29:46Singular Exp $2 @comment $Id: NEWS.texi,v 1.32 2001-02-26 13:11:28 Singular Exp $ 3 3 @comment this file contains the News about Singular versions 4 4 @comment Unix … … 21 21 @end ifset 22 22 23 The current version @value{VERSION} is the first release of the new 24 release series version 2-0. Its is a major upgrade from both, the 1-2 and 23 The current version @value{VERSION} is the first release of the new 24 release series version 2-0. Its is a major upgrade from both, the 1-2 and 25 25 1-3 release serieses. 26 26 27 Singular version 2 is generally much faster than any previous 27 Singular version 2 is generally much faster than any previous 28 28 version of Singular, due to a rewrite of major parts of the Singular 29 29 kernel (e.g., the kernel has a new memory manager and a new polynomial 30 30 arithmetic) and due to new and better implemented algorithms (e.g., for 31 computing resolutions and determinants). 31 computing resolutions and determinants). 32 32 33 33 Besides theses internal changes, Singular version 2 offers many new 34 34 features and functionlities (which were partly already incorporated in 35 35 the 1-3 series). E.g., a native Windows distribution, an Emacs user 36 interface, a new help system, 16 new libraries, etc. 36 interface, a new help system, 16 new libraries, etc. 37 37 38 38 All these changes are explained in more detail below. … … 96 96 @item @nref{intprog_lib} procedures for computing toric ideals 97 97 @item @nref{toric_lib} procedures for Integer Programming using Groebner bases 98 @item @ code{spectrum.lib} procedures for computing spectra98 @item @nref{spectrum_lib} procedures for computing spectra 99 99 @item @nref{mregular_lib} procedures for computing the Castelnuovo-Mumford regularity 100 100 @item @nref{mondromy_lib} … … 126 126 @heading Changes in @sc{Singular} libraries 127 127 Many procedures were moved into different libraries, 128 the documentation of libraries was generally improved and 128 the documentation of libraries was generally improved and 129 129 some libraries renamed: 130 130 @table @asis … … 176 176 @table @asis 177 177 @item @nref{coeffs} 178 Extended possible syntax to 178 Extended possible syntax to 179 179 @code{coeffs(ideal,ideal)} and @code{coeffs(module,module)} which is 180 180 equivalent to @code{coeffs(ideal,ideal,p)} and … … 194 194 @item @nref{print} 195 195 Finer-grained control for formatted output. 196 @item @ code{pause}196 @item @nref{pause} 197 197 can be called with argument, must be called with parenthesis. 198 198 @item @nref{option} … … 203 203 @table @asis 204 204 @item @code{--browser}, @code{--allow-net}, @code{--emacs}, @code{--sdb} 205 new command-line options 205 new command-line options (@pxref{Command line options}). 206 206 @item @nref{system} 207 207 values of command-line options can be inspected/set at run-time with … … 209 209 @item @code{.singularrc} 210 210 system administrators can put a "global" @code{.singularrc} file into 211 the directories where @sc{Singular} libraries reside .211 the directories where @sc{Singular} libraries reside (@pxref{Startup sequence}). 212 212 @item @code{libreadline} 213 213 if found, a shared version of the @code{readline} library is linked-in … … 231 231 232 232 @itemize @bullet 233 @item 234 @code{libreadline} works only with ix86-libc5, 233 @item 234 @code{libreadline} works only with ix86-libc5, 235 235 ix86-libc6,HPUX_9,HPUX_10 236 236 @item Singular is available for ix86-libc5, ix86-libc6, HPUX_9, HPUX_10,
Note: See TracChangeset
for help on using the changeset viewer.