source: git/doc/NEWS.texi @ 6ad6d7

spielwiese
Last change on this file since 6ad6d7 was b5bb857, checked in by Hans Schoenemann <hannes@…>, 10 years ago
documenation: NEWS, new libs, etc.
  • Property mode set to 100644
File size: 2.2 KB
Line 
1@comment -*-texinfo-*-
2@comment this file contains the News about Singular versions
3@comment Unix
4@ifclear VERSION
5@include version.texi
6@end ifclear
7
8@majorheading NEWS in SINGULAR @value{VERSION}
9
10@ifclear singularmanual
11@macro nref{what}
12\what\
13@end macro
14@end ifclear
15
16@ifset singularmanual
17@macro nref{what}
18@ref{\what\}
19@end macro
20@end ifset
21
22@heading News for version @value{VERSION}
23
24Version 4-0-0 is a milestone relase of Singular.
25The new release series 4 aims for an entirely modularized system
26simplifying connectivity with other systems and paving the way
27for parallel computations.
28As one step in this direction, in Singular 4-0-0,
29the representation of coefficient rings has been separated from the representation
30of polynomials which allows for easy integration of new types of coefficient fields.
31
32@sc{Singular} 4-0-0's list of improvements and new
33functionality further extends that of
34the 3-1-6/7 pre-release series.
35One highlight is the implementation
36of Walther's algorithm for computing deRham cohomology.
37
38New commands
39@itemize
40@item @nref{sba}: an F5 like Groebner basis algorithm
41@item @nref{ASSUME}: support for debugging libraries
42@end itemize
43
44New libraries
45@itemize
46@item @nref{classifyci_lib}: Isolated complete intersection singularities in characteristic  0
47@item @nref{derham_lib}: Computation of deRham cohomology
48@item @nref{ellipticcovers_lib}: Gromov Witten numbers of elliptic curves
49@item @nref{orbitparam_lib}: Parametrizing unipotent orbits
50@end itemize
51
52Improved libraries
53@itemize @bullet
54@item
55Compute GIT-fans: (@nref{gitfan_lib})
56@item
57Groebner Cover for parametric ideals (@nref{grobcov_lib})
58@item
59Normalization of Affine Rings (@nref{normal_lib})
60@item
61An abstraction layer for parallel skeletons (@nref{parallel_lib})
62@item
63Classification of real singularities (@nref{realclassify_lib})
64@item
65and many more with small fixes
66@end itemize
67
68Kernel improvements
69@itemize
70@item
71@nref{Dynamic modules}
72@item
73@nref{Non-commutative subsystem}
74@item
75name spaces (@nref{package})
76@item
77algebraic/transcendental field extensions
78@end itemize
79
80Availability
81
82@sc{Singular} is available for ix86-Linux,
83SunOS-5, ix86-Win (runs on Windows),
84FreeBSD, Mac OS X, x86_64-Linux (AMD64/Opteron/EM64T),
85IA64-Linux
86
Note: See TracBrowser for help on using the repository browser.