source: git/doc/NEWS.texi @ c6a210

spielwiese
Last change on this file since c6a210 was c6a210, checked in by Hans Schoenemann <hannes@…>, 6 years ago
doc: announce fres
  • Property mode set to 100644
File size: 9.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}
23
24New syntax:
25@itemize
26@item @code{alias}: may be used as a prefix to a variable declaration.
27Can only be used in procedure headings. (@nref{General command syntax}).
28@end itemize
29
30New command:
31@itemize
32@item @code{fres}: improved version of @code{sres}: computes a (not necessarily minimal) free resolution of the input ideal/module, using Schreyer's algorithm.
33(@nref{fres},@nref{sres}).
34
35Extended commands:
36@itemize
37@item pseudo ordering @code{L} allows setting of limits for exponents in polynomials (@nref{Pseudo ordering L},@nref{attrib} for maxExp)
38@item @code{%},@code{mod}: also for poly operands (@nref{poly operations}).
39@item @code{delete}: extended to intvec, ideal, module (@nref{delete}).
40@item syz (@nref{syz}), lift (@nref{lift}), liftstd (@nref{liftstd}), intersect(@nref{intersect}): with a specified GB algorithm
41@end itemize
42
43New libraries:
44@itemize
45@item classify2.lib: Classification of isolated singularities of corank <=2 and modality <= wrt. right equivalence over the complex numbers according to Arnold's list. (@nref{classify2_lib})
46@item goettsche.lib: Goettsche's formula for the Betti numbers of the Hilbert scheme
47of points on a surface, Macdonald's formula for the symmetric product (@nref{goettsche_lib})
48@item ncHilb.lib: Hilbert series of non-commutative monomial algebras (@nref{ncHilb_lib})
49@item realclassify.lib: Classification of real singularities(@nref{realclassify_lib})
50@item rootisolation.lib: real root isolation using interval arithmetic(@nref{rootisolation_lib})
51@item rstandard.lib: Janet bases and border bases for ideals (@nref{rstandard_lib})
52@end itemize
53
54Changed libraries:
55@itemize
56@item chern.lib:  new version (@nref{chern_lib})
57@item gitfan.lib:  new (incompatible) version (@nref{gitfan_lib})
58@item grobcov.lib:  new version (@nref{grobcov_lib})
59@end itemize
60
61Changes in the kernel/build system:
62@itemize
63@item port to polymake 3.x.x
64@item port to NTL 10 with threads (needs also C++11: gcc6 or -std=c++11)
65@item p_Invers is only a helper for p_Series: now static
66@item p_Divide is now p_MDivide, pDivive is a new routine
67@end itemize
68
69@heading News for version 4-1-0
70
71Syntax changes:
72@itemize
73@item new (additional) form of ring definitions: (for example @code{ring R=QQ[x,y,z];})
74      (@nref{General syntax of a ring declaration})
75@item new (additional) form of multi-indicies: (for example @code{i(1,2,3,4,5)})
76      (@nref{Names})
77@item changed behaviour of @code{charstr} (@nref{charstr})
78@item new data type @code{cring} to describe the coeffient rings, to be used
79      for the new definitions for (polynomial) rings (@nref{General syntax of a ring declaration})
80@item new command @code{ring_list} to access the parts used to contruct polynomial rings (@nref{ring_list},@nref{ringlist})
81@item extended polynomial ring construction: also from lists produced by @code{ring_list}
82@item new attribute @code{ring_cf} for @code{ring} (@nref{attrib})
83@item printing of rings changed to match @code{cring} names (@nref{charstr})
84@end itemize
85
86New libraries:
87@itemize
88@item new library: classifyMapGerms.lib: standard basis of the tangent space at the orbit of an algebraic group action (@nref{classifyMapGerms_lib})
89@item new library: ffmodstd.lib:  Groebner bases of ideals in polynomial rings over algebraic function fields(@nref{ffmodstd_lib})
90@item new library: nfmodsyz.lib: syzygy modules of submodules of free modules
91      over algebraic number fields(@nref{nfmodsyz_lib})
92@item new library: curveInv.lib: invariants of curves (@nref{curveInv_lib})
93@item new library: gfan.lib: interface to gfanlib (@nref{gfan_lib})
94@item extended library: interface to polymake merged into @nref{polymake_lib}
95@item new library: tropicalNewton.lib: Newton polygon methods in tropical geometry (@nref{tropicalNewton_lib})
96@item new library: schubert.lib: some procedures for intersction theory (@nref{schubert_lib})
97@end itemize
98
99Changed libraries:
100@itemize
101@item classify_aeq.lib: new procedures (@nref{classify_aeq_lib})
102@item grobcov.lib: new version (@nref{grobcov_lib})
103@item ncfactor.lib: factorization in some noncommuative algebras (@nref{ncfactor_lib}) with new routine ncfactor (@nref{ncfactor})
104@item primdec.lib: new option "subsystem" (@nref{primdec_lib})
105@end itemize
106
107Changes in the kernel:
108@itemize
109@item improved mapping of polynomials/ideals/...
110@item port to gcc 6
111@item port to gfanlib 0.6 (requires C++11, i.e. gcc >=4.3)
112@item port to NTL 10
113@item port to polymake 3.0
114@item port to readline 7
115@item @nref{sba} works for global orderings, also for coefficient types Z and Z/m
116@item @nref{std} works for all orderings, also for coefficient types Z and Z/m with local/mixed orderings
117@item @nref{factorize} works for polynomial rings over ZZ
118@end itemize
119
120Experimental stuff:
121@itemize
122@item module @nref{customstd_lib}: modify @code{std} (@nref{satstd})
123@end itemize
124
125@heading News for version 4-0-3
126
127New libraries:
128@itemize
129@item new library: brillnoether.lib: Riemann-Roch spaces of divisors on curves (@nref{brillnoether_lib})
130@item new library: chern.lib: Chern classes (@nref{chern_lib})
131@item new library: ffmodstd.lib:  Groebner bases of ideals in polynomial rings over algebraic function fields(@nref{ffmodstd_lib})
132@item new library: GND.lib: General Neron Desingularization (@nref{GND_lib})
133@item new library: graal.lib: localization at prime ideals (@nref{graal_lib})
134@item new library: hess.lib: Riemann-Roch space of divisors (@nref{hess_lib})
135@end itemize
136
137Changed libraries:
138@itemize
139@item renamed algemodstd_lib to @nref{nfmodstd_lib}, extended to @code{module}
140@item renamed derham_lib to @nref{deRham_lib}
141@item grobcov.lib (grobcovK): Groebner Cover for parametric ideals (@nref{grobcov_lib}) with new routine
142   ConsLevels (@nref{ConsLevels}), removed AddCons  AddConsP.
143@end itemize
144
145@heading News for version 4-0-2
146New commands:
147@itemize
148@item align (@nref{align})
149@item branchTo (@nref{procs with different argument types})
150@item @code{->} (@nref{proc expression})
151@end itemize
152
153Change in ring handling:
154@itemize
155@item @code{typeof(} qring @code{)} returns @code{"ring"}
156@end itemize
157
158New libraries:
159@itemize
160@item algemodstd.lib:  Groebner bases of ideals in polynomial rings
161      over algebraic number fields(renamed to @nref{nfmodstd_lib})
162@item arr.lib: arrangements of hyperplanes (@nref{arr_lib})
163@item brillnoether.lib: Riemann-Roch spaces of divisors on curve (@nref{brillnoether_lib})
164@item hess.lib: Riemann-Roch space of divisors
165      on function fields and curves (@nref{hess_lib})
166@item gradedModules.lib: graded modules/matrices/resolutions (@nref{gradedModules_lib})
167@end itemize
168
169Changed libraries:
170@itemize
171@item revised polymake interface (polymake.so)
172@item revised gfanlib interface (gfanlib.so)
173@item Presolve::findvars (@nref{findvars}, @nref{variables})
174@item Ring::addvarsTo (@nref{addvarsTo})
175@item Ring::addNvarsTo (@nref{addNvarsTo})
176@item Ring::hasAlgExtensionCoefficient (@nref{hasAlgExtensionCoefficient})
177@item Schreyer::s_res (@nref{s_res})
178@item grobcov.lib (grobcovK) (@nref{grobcov_lib}) with new routines
179   AddCons  AddConsP.
180@item normaliz.lib (for normaliz >=2.8) (@nref{normaliz_lib})
181@item renamed groebnerFan to groebnerFanP in polymake.lib (@nref{polymake_lib})
182@item renamed fVector to fVectorP in polymake.lib (@nref{polymake_lib},@code{polymakeInterface_lib})
183@end itemize
184
185@heading News for version 4-0-1
186
187Version 4-0-1 is a bug fix release.
188
189New feature: attribute @code{ring_cf} for @code{ring} (@nref{attrib})
190
191@heading News for version 4-0-0
192
193Version 4-0-0 is a milestone relase of Singular.
194The new release series 4 aims for an entirely modularized architecture
195simplifying connectivity with other systems and paving the way
196for parallel computations.
197As  a first step in modularization, the new  release features an internal
198structural separation of coefficient rings and polynomial rings.
199This allows for a flexible integration of new coefficient rings.
200
201@sc{Singular} 4-0-0's list of new functionality and significant
202improvements further extends that of the 3-1-6/7 prerelease series.
203
204New functionality
205
206@itemize
207@item de Rham cohomology of complements of algebraic varieties (@nref{deRham_lib})
208@item Gromov-Witten numbers of elliptic curves (@nref{ellipticcovers_lib})
209@item classification of isolated complete intersection singularities in characteristic 0 (@nref{classifyci_lib})
210@item parametrization of orbits of unipotent actions (@nref{orbitparam_lib})
211@item F5-like Groebner basis algorithm (@nref{sba})
212@item element-wise application of functions to data structures (@nref{apply})
213@item support for debugging libraries (@nref{ASSUME})
214@end itemize
215
216Improved functionality
217
218@itemize
219@item
220Groebner cover for parametric ideals (@nref{grobcov_lib})
221@item
222normalization of affine rings (@nref{normal_lib})
223@item
224classification of real singularities (@nref{realclassify_lib})
225@item
226GIT-fans (@nref{gitfan_lib})
227@item
228algebraic/transcendental field extensions
229@item
230@nref{Non-commutative subsystem}
231@item
232an abstraction layer for parallel computations (@nref{parallel_lib})
233@item
234run-time loading of supplementary kernel code (@nref{Dynamic modules})
235@item
236interpreter language support for name spaces (@nref{package})
237@end itemize
238
239Availability
240
241@sc{Singular} is available as source code and for Linux, Mac OS X, Windows, FreeBSD and
242SunOS-5.
243
Note: See TracBrowser for help on using the repository browser.