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 | New libraries: |
---|
24 | @itemize |
---|
25 | @item algemodstd.lib (@nref{algemodstd_lib}) |
---|
26 | @item brillnoether.lib (@nref{brillnoether_lib}) |
---|
27 | @item hess.lib (@nref{hess_lib}) |
---|
28 | @end itemize |
---|
29 | |
---|
30 | Changed libraries: |
---|
31 | @itemize |
---|
32 | @item findvars (@nref{findvars},@nref{variables}) |
---|
33 | @item addvarsTo (@nref{addvarsTo}) |
---|
34 | @item addNvarsTo (@nref{addNvarsTo}) |
---|
35 | @item normaliz.lib (@nref{normaliz_lib}) |
---|
36 | @end itemize |
---|
37 | |
---|
38 | @heading News for version 4-0-1 |
---|
39 | |
---|
40 | Version 4-0-1 is a bug fix release. |
---|
41 | New feature: attribute @code{ring_cf} for @code{ring}. |
---|
42 | |
---|
43 | @heading News for version 4-0-0 |
---|
44 | |
---|
45 | Version 4-0-0 is a milestone relase of Singular. |
---|
46 | The new release series 4 aims for an entirely modularized architecture |
---|
47 | simplifying connectivity with other systems and paving the way |
---|
48 | for parallel computations. |
---|
49 | As a first step in modularization, the new release features an internal |
---|
50 | structural separation of coefficient rings and polynomial rings. |
---|
51 | This allows for a flexible integration of new coefficient rings. |
---|
52 | |
---|
53 | @sc{Singular} 4-0-0's list of new functionality and significant |
---|
54 | improvements further extends that of the 3-1-6/7 prerelease series. |
---|
55 | |
---|
56 | New functionality |
---|
57 | |
---|
58 | @itemize |
---|
59 | @item de Rham cohomology of complements of algebraic varieties (@nref{derham_lib}) |
---|
60 | @item Gromov-Witten numbers of elliptic curves (@nref{ellipticcovers_lib}) |
---|
61 | @item classification of isolated complete intersection singularities in characteristic 0 (@nref{classifyci_lib}) |
---|
62 | @item parametrization of orbits of unipotent actions (@nref{orbitparam_lib}) |
---|
63 | @item F5-like Groebner basis algorithm (@nref{sba}) |
---|
64 | @item element-wise application of functions to data structures (@nref{apply}) |
---|
65 | @item support for debugging libraries (@nref{ASSUME}) |
---|
66 | @end itemize |
---|
67 | |
---|
68 | Improved functionality |
---|
69 | |
---|
70 | @itemize |
---|
71 | @item |
---|
72 | Groebner cover for parametric ideals (@nref{grobcov_lib}) |
---|
73 | @item |
---|
74 | normalization of affine rings (@nref{normal_lib}) |
---|
75 | @item |
---|
76 | classification of real singularities (@nref{realclassify_lib}) |
---|
77 | @item |
---|
78 | GIT-fans (@nref{gitfan_lib}) |
---|
79 | @item |
---|
80 | algebraic/transcendental field extensions |
---|
81 | @item |
---|
82 | @nref{Non-commutative subsystem} |
---|
83 | @item |
---|
84 | an abstraction layer for parallel computations (@nref{parallel_lib}) |
---|
85 | @item |
---|
86 | run-time loading of supplementary kernel code (@nref{Dynamic modules}) |
---|
87 | @item |
---|
88 | interpreter language support for name spaces (@nref{package}) |
---|
89 | @end itemize |
---|
90 | |
---|
91 | Availability |
---|
92 | |
---|
93 | @sc{Singular} is available as source code and for Linux, Mac OS X, Windows, FreeBSD and |
---|
94 | SunOS-5. |
---|
95 | |
---|