source: git/doc/NEWS.texi @ a7a8a0

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