source: git/doc/NEWS.texi @ b1f3061

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