source: git/doc/NEWS.texi @ 425462c

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