source: git/doc/NEWS.texi @ 075bc5

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