source: git/doc/NEWS.texi @ e90fd1

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