source: git/doc/NEWS.texi @ 3fffaf5

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