source: git/doc/NEWS.texi @ fd3e72

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