source: git/doc/NEWS.texi @ fb86ba0

spielwiese
Last change on this file since fb86ba0 was fb86ba0, checked in by Janko Boehm <boehm@…>, 10 years ago
Minor changes to news
  • 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 architecture
26simplifying connectivity with other systems and paving the way
27for parallel computations.
28As  a first step in modularization, the new  release features an internal
29structural separation of coefficient rings and polynomial rings.
30This allows for a flexible integration of new coefficient rings.
31
32@sc{Singular} 4-0-0's list of new functionality and significant
33improvements further extends that of the 3-1-6/7 prerelease series.
34
35New functionality
36
37@itemize
38@item de Rham cohomology of complements of algebraic varieties (@nref{derham_lib})
39@item Gromov-Witten numbers of elliptic curves (@nref{ellipticcovers_lib})
40@item classification of isolated complete intersection singularities in characteristic 0 (@nref{classifyci_lib})
41@item parametrization of orbits of unipotent actions (@nref{orbitparam_lib})
42@item F5-like Groebner basis algorithm (@nref{sba})
43@item element-wise application of functions to data structures (@nref{apply})
44@item support for debugging libraries (@nref{ASSUME})
45@end itemize
46
47Improved functionality
48
49@itemize
50@item
51Groebner cover for parametric ideals (@nref{grobcov_lib})
52@item
53normalization of affine rings (@nref{normal_lib})
54@item
55classification of real singularities (@nref{realclassify_lib})
56@item
57GIT-fans (@nref{gitfan_lib})
58@item
59algebraic/transcendental field extensions
60@item
61@nref{Non-commutative subsystem}
62@item
63an abstraction layer for parallel computations (@nref{parallel_lib})
64@item
65run-time loading of supplementary kernel code (@nref{Dynamic modules})
66@item
67interpreter language support for name spaces (@nref{package})
68@end itemize
69
70Availability
71
72@sc{Singular} is available as source code and for Linux, Mac OS X, Windows, FreeBSD and
73SunOS-5.
74
Note: See TracBrowser for help on using the repository browser.