source: git/doc/NEWS.texi @ 4c0347

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