source: git/doc/NEWS.texi @ 87a13a

spielwiese
Last change on this file since 87a13a was 87a13a, checked in by Hans Schoenemann <hannes@…>, 9 years ago
doc: news
  • Property mode set to 100644
File size: 2.7 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}
23New libraries:
24@itemize
25@item algemodstd.lib (@nref{algemodstd_lib})
26@item brillnoether.lib (@nref{brillnoether_lib})
27@item hess.lib (@nref{hess_lib})
28@end itemize
29
30Changed libraries:
31@itemize
32@item findvars (@nref{findvars},@nref{variables})
33@item addvarsTo (@nref{addvarsTo})
34@item addNvarsTo (@nref{addNvarsTo})
35@item normaliz.lib (@nref{normaliz_lib})
36@end itemize
37
38@heading News for version 4-0-1
39
40Version 4-0-1 is a bug fix release.
41New feature: attribute @code{ring_cf} for @code{ring}.
42
43@heading News for version 4-0-0
44
45Version 4-0-0 is a milestone relase of Singular.
46The new release series 4 aims for an entirely modularized architecture
47simplifying connectivity with other systems and paving the way
48for parallel computations.
49As  a first step in modularization, the new  release features an internal
50structural separation of coefficient rings and polynomial rings.
51This allows for a flexible integration of new coefficient rings.
52
53@sc{Singular} 4-0-0's list of new functionality and significant
54improvements further extends that of the 3-1-6/7 prerelease series.
55
56New functionality
57
58@itemize
59@item de Rham cohomology of complements of algebraic varieties (@nref{derham_lib})
60@item Gromov-Witten numbers of elliptic curves (@nref{ellipticcovers_lib})
61@item classification of isolated complete intersection singularities in characteristic 0 (@nref{classifyci_lib})
62@item parametrization of orbits of unipotent actions (@nref{orbitparam_lib})
63@item F5-like Groebner basis algorithm (@nref{sba})
64@item element-wise application of functions to data structures (@nref{apply})
65@item support for debugging libraries (@nref{ASSUME})
66@end itemize
67
68Improved functionality
69
70@itemize
71@item
72Groebner cover for parametric ideals (@nref{grobcov_lib})
73@item
74normalization of affine rings (@nref{normal_lib})
75@item
76classification of real singularities (@nref{realclassify_lib})
77@item
78GIT-fans (@nref{gitfan_lib})
79@item
80algebraic/transcendental field extensions
81@item
82@nref{Non-commutative subsystem}
83@item
84an abstraction layer for parallel computations (@nref{parallel_lib})
85@item
86run-time loading of supplementary kernel code (@nref{Dynamic modules})
87@item
88interpreter language support for name spaces (@nref{package})
89@end itemize
90
91Availability
92
93@sc{Singular} is available as source code and for Linux, Mac OS X, Windows, FreeBSD and
94SunOS-5.
95
Note: See TracBrowser for help on using the repository browser.