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

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