source: git/doc/NEWS.texi @ 39d022e

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