source: git/doc/NEWS.texi @ b7dab5

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