source: git/doc/NEWS.texi @ bc3046

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