source: git/doc/NEWS.texi @ 7d21990

spielwiese
Last change on this file since 7d21990 was 7d21990, checked in by Hans Schoenemann <hannes@…>, 7 years ago
4-1-0: doc
  • Property mode set to 100644
File size: 7.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}
23
24Syntax changes:
25@itemize
26@item new (additional) form of ring definitions: (for example @code{ring R=QQ[x,y,z];})
27      (@nref{General syntax of a ring declaration})
28@item new (additional) form of multi-indicies: (for example @code{i(1,2,3,4,5)})
29      (@nref{Names})
30@item changed behaviour of @code{charstr} (@nref{charstr})
31@item new data type @code{cring} to describe the coeffient rings, to be used
32      for the new definitions for (polynomial) rings (@nref{General syntax of a ring declaration})
33@item new command @code{ring_list} to decompose polynomial rings (@nref{ring_list})
34@item extended polynomial ring construction: also from lists produce by @code{ring_list}
35@item new attribute @code{ring_cf} for @code{ring} (@nref{attrib})
36@item printing of rings changed to match @code{cring} names (@nref{charstr})
37@end itemize
38
39New libraries:
40@itemize
41@item new library: classifyMapGerms.lib: standard basis of the tangent space at the orbit of an algebraic group action (@nref{classifyMapGerms_lib})
42@item new library: ffmodstd.lib:  Groebner bases of ideals in polynomial rings over algebraic function fields(@nref{ffmodstd_lib})
43@item new library: nfmodsyz.lib: syzygy modules of submodules of free modules
44      over algebraic number fields(@nref{nfmodsyz_lib})
45@item new library: curveInv.lib: invariants of curves (@nref{curveInv_lib})
46@item new library: gfan.lib: interface to gfanlib (@nref{gfan_lib})
47@item new library: polymakeInterface.lib: interface to polymake (@code{polymakeInterface_lib})
48      merged into @nref{polymake_lib}
49@end itemize
50
51Changed libraries:
52@itemize
53@item classify_aeq.lib: new procedures (@nref{classify_aeq_lib})
54@item grobcov.lib: new version (@nref{grobcov_lib})
55@item ncfactor.lib: factorization in some noncommuative algebras (@nref{ncfactor_lib}) with new routine ncfactor (@nref{ncfactor})
56@item primdec.lib: new option "subsystem" (@nref{primdec_lib})
57@end itemize
58
59Changes in the kernel:
60@itemize
61@item improved mapping of polynomials/ideals/...
62@item port to gcc 6
63@item port to gfanlib 0.6 (requires C++11, i.e. gcc >=4.3)
64@item port to NTL 10
65@item port to polymake 3.0
66@item port to readline 7
67@item @nref{sba} works for global orderings, also for coefficient types Z and Z/m
68@item @nref{std} works for all orderings, also for coefficient types Z and Z/m with local/mixed orderings
69@end itemize
70
71Experimental stuff:
72@itemize
73@item module @nref{customstd_lib}: modify @code{std} (@nref{satstd})
74@end itemize
75
76@heading News for version 4-0-3
77
78New libraries:
79@itemize
80@item new library: brillnoether.lib: Riemann-Roch spaces of divisors on curves (@nref{brillnoether_lib})
81@item new library: chern.lib: Chern classes (@nref{chern_lib})
82@item new library: ffmodstd.lib:  Groebner bases of ideals in polynomial rings over algebraic function fields(@nref{ffmodstd_lib})
83@item new library: GND.lib: General Neron Desingularization (@nref{GND_lib})
84@item new library: graal.lib: localization at prime ideals (@nref{graal_lib})
85@item new library: hess.lib: Riemann-Roch space of divisors (@nref{hess_lib})
86@end itemize
87
88Changed libraries:
89@itemize
90@item renamed algemodstd_lib to @nref{nfmodstd_lib}, extended to @code{module}
91@item renamed derham_lib to @nref{deRham_lib}
92@item grobcov.lib (grobcovK): Groebner Cover for parametric ideals (@nref{grobcov_lib}) with new routine
93   ConsLevels (@nref{ConsLevels}), removed AddCons  AddConsP.
94@end itemize
95
96@heading News for version 4-0-2
97New commands:
98@itemize
99@item align (@nref{align})
100@item branchTo (@nref{procs with different argument types})
101@item @code{->} (@nref{proc expression})
102@end itemize
103
104Change in ring handling:
105@itemize
106@item @code{typeof(} qring @code{)} returns @code{"ring"}
107@end itemize
108
109New libraries:
110@itemize
111@item algemodstd.lib:  Groebner bases of ideals in polynomial rings
112      over algebraic number fields(renamed to @nref{nfmodstd_lib})
113@item arr.lib: arrangements of hyperplanes (@nref{arr_lib})
114@item brillnoether.lib: Riemann-Roch spaces of divisors on curve (@nref{brillnoether_lib})
115@item hess.lib: Riemann-Roch space of divisors
116      on function fields and curves (@nref{hess_lib})
117@item gradedModules.lib: graded modules/matrices/resolutions (@nref{gradedModules_lib})
118@end itemize
119
120Changed libraries:
121@itemize
122@item revised polymake interface (polymake.so)
123@item revised gfanlib interface (gfanlib.so)
124@item Presolve::findvars (@nref{findvars}, @nref{variables})
125@item Ring::addvarsTo (@nref{addvarsTo})
126@item Ring::addNvarsTo (@nref{addNvarsTo})
127@item Ring::hasAlgExtensionCoefficient (@nref{hasAlgExtensionCoefficient})
128@item Schreyer::s_res (@nref{s_res})
129@item grobcov.lib (grobcovK) (@nref{grobcov_lib}) with new routines
130   AddCons  AddConsP.
131@item normaliz.lib (for normaliz >=2.8) (@nref{normaliz_lib})
132@item renamed groebnerFan to groebnerFanP in polymake.lib (@nref{polymake_lib})
133@item renamed fVector to fVectorP in polymake.lib (@nref{polymake_lib},@code{polymakeInterface_lib})
134@end itemize
135
136@heading News for version 4-0-1
137
138Version 4-0-1 is a bug fix release.
139
140New feature: attribute @code{ring_cf} for @code{ring} (@nref{attrib})
141
142@heading News for version 4-0-0
143
144Version 4-0-0 is a milestone relase of Singular.
145The new release series 4 aims for an entirely modularized architecture
146simplifying connectivity with other systems and paving the way
147for parallel computations.
148As  a first step in modularization, the new  release features an internal
149structural separation of coefficient rings and polynomial rings.
150This allows for a flexible integration of new coefficient rings.
151
152@sc{Singular} 4-0-0's list of new functionality and significant
153improvements further extends that of the 3-1-6/7 prerelease series.
154
155New functionality
156
157@itemize
158@item de Rham cohomology of complements of algebraic varieties (@nref{deRham_lib})
159@item Gromov-Witten numbers of elliptic curves (@nref{ellipticcovers_lib})
160@item classification of isolated complete intersection singularities in characteristic 0 (@nref{classifyci_lib})
161@item parametrization of orbits of unipotent actions (@nref{orbitparam_lib})
162@item F5-like Groebner basis algorithm (@nref{sba})
163@item element-wise application of functions to data structures (@nref{apply})
164@item support for debugging libraries (@nref{ASSUME})
165@end itemize
166
167Improved functionality
168
169@itemize
170@item
171Groebner cover for parametric ideals (@nref{grobcov_lib})
172@item
173normalization of affine rings (@nref{normal_lib})
174@item
175classification of real singularities (@nref{realclassify_lib})
176@item
177GIT-fans (@nref{gitfan_lib})
178@item
179algebraic/transcendental field extensions
180@item
181@nref{Non-commutative subsystem}
182@item
183an abstraction layer for parallel computations (@nref{parallel_lib})
184@item
185run-time loading of supplementary kernel code (@nref{Dynamic modules})
186@item
187interpreter language support for name spaces (@nref{package})
188@end itemize
189
190Availability
191
192@sc{Singular} is available as source code and for Linux, Mac OS X, Windows, FreeBSD and
193SunOS-5.
194
Note: See TracBrowser for help on using the repository browser.