source: git/doc/NEWS.texi @ 327fffb

spielwiese
Last change on this file since 327fffb was 327fffb, checked in by Hans Schoenemann <hannes@…>, 9 years ago
doc: renaming algemodstd.lib -> nfmodstd.lib
  • Property mode set to 100644
File size: 3.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}
23
24@itemize
25@item renamed algemodstd_lib to @nref{nfmodstd_lib}
26@end itemize
27
28@heading News for version 4-0-2
29New commands:
30@itemize
31@item align (@nref{align})
32@item branchTo (@nref{procs with different argument types})
33@item @code{->} (@nref{proc expression})
34@end itemize
35
36Change in ring handling:
37@itemize
38@item @code{typeof(} qring @code{)} returns @code{"ring"}
39@end itemize
40
41New libraries:
42@itemize
43@item algemodstd.lib:  Groebner bases of ideals in polynomial rings
44      over algebraic number fields(renamed to @nref{nfmodstd_lib})
45@item arr.lib: arrangements of hyperplanes (@nref{arr_lib})
46@item brillnoether.lib: Riemann-Roch spaces of divisors on curve (@nref{brillnoether_lib})
47@item hess.lib: Riemann-Roch space of divisors
48      on function fields and curves (@nref{hess_lib})
49@item gradedModules.lib: graded modules/matrices/resolutions (@nref{gradedModules_lib})
50@end itemize
51
52Changed libraries:
53@itemize
54@item revised polymake interface (@nref{polymake_lib},@nref{polymake_so})
55@item revised gfanlib interface (@nref{gfanlib_so})
56@item Presolve::findvars (@nref{findvars}, @nref{variables})
57@item Ring::addvarsTo (@nref{addvarsTo})
58@item Ring::addNvarsTo (@nref{addNvarsTo})
59@item Ring::hasAlgExtensionCoefficient (@nref{hasAlgExtensionCoefficient})
60@item Schreyer::s_res (@nref{s_res})
61@item grobcov.lib (grobcovK) (@nref{grobcov_lib}) with new routines
62   AddCons (@nref{AddCons}), AddConsP (@nref{AddConsP}).
63@item normaliz.lib (for normaliz >=2.8) (@nref{normaliz_lib})
64@item renamed groebnerFan to groebnerFanP in polymake.lib (@nref{polymake_lib})
65@item renamed fVector to fVectorP in polymake.lib (@nref{polymake_lib},@nref{polymake_so})
66@end itemize
67
68@heading News for version 4-0-1
69
70Version 4-0-1 is a bug fix release.
71
72New feature: attribute @code{ring_cf} for @code{ring}.
73
74@heading News for version 4-0-0
75
76Version 4-0-0 is a milestone relase of Singular.
77The new release series 4 aims for an entirely modularized architecture
78simplifying connectivity with other systems and paving the way
79for parallel computations.
80As  a first step in modularization, the new  release features an internal
81structural separation of coefficient rings and polynomial rings.
82This allows for a flexible integration of new coefficient rings.
83
84@sc{Singular} 4-0-0's list of new functionality and significant
85improvements further extends that of the 3-1-6/7 prerelease series.
86
87New functionality
88
89@itemize
90@item de Rham cohomology of complements of algebraic varieties (@nref{derham_lib})
91@item Gromov-Witten numbers of elliptic curves (@nref{ellipticcovers_lib})
92@item classification of isolated complete intersection singularities in characteristic 0 (@nref{classifyci_lib})
93@item parametrization of orbits of unipotent actions (@nref{orbitparam_lib})
94@item F5-like Groebner basis algorithm (@nref{sba})
95@item element-wise application of functions to data structures (@nref{apply})
96@item support for debugging libraries (@nref{ASSUME})
97@end itemize
98
99Improved functionality
100
101@itemize
102@item
103Groebner cover for parametric ideals (@nref{grobcov_lib})
104@item
105normalization of affine rings (@nref{normal_lib})
106@item
107classification of real singularities (@nref{realclassify_lib})
108@item
109GIT-fans (@nref{gitfan_lib})
110@item
111algebraic/transcendental field extensions
112@item
113@nref{Non-commutative subsystem}
114@item
115an abstraction layer for parallel computations (@nref{parallel_lib})
116@item
117run-time loading of supplementary kernel code (@nref{Dynamic modules})
118@item
119interpreter language support for name spaces (@nref{package})
120@end itemize
121
122Availability
123
124@sc{Singular} is available as source code and for Linux, Mac OS X, Windows, FreeBSD and
125SunOS-5.
126
Note: See TracBrowser for help on using the repository browser.