source: git/doc/NEWS.texi @ b6ef022

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