Changeset 2ad9f9 in git for doc/NEWS.texi
- Timestamp:
- Feb 8, 2010, 10:01:47 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- c82d55be1cfc93c16c8a8132e7cca03fda787cb4
- Parents:
- b086f1d24cfeb668d2a93ab34efd9d448c31be12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/NEWS.texi
rb086f1 r2ad9f9 22 22 23 23 @heading News for version @value{VERSION} 24 25 @itemize @bullet 26 @item 27 new option @code{qringNF}, see @nref{option}. 28 @item 29 new system command @code{system("cpu")}, see @nref{system}. 30 @end itemize 31 32 @heading New @sc{Singular} functions 33 @itemize @bullet 34 @item 35 new command: @code{farey}: lifting to Q (see @nref{farey}) 36 @item 37 new command: @code{monom} (see @nref{monom}) 38 @item 39 command extended: @code{liftstd} also computes syzygies. (see @nref{liftstd}) 40 @item 41 command extended: @code{minor} has more options. (see @nref{minor}) 42 @item 43 command extended: @code{opposite} (see @nref{opposite}) 44 @end itemize 45 46 @heading Internal Changes 47 @itemize @bullet 48 @item 49 new minor code 50 @item 51 removed @code{EXTGCD} (use @code{extgcd}) 52 @item 53 moved mp_set_memory_functions-call from kernel/mminit.cc to tesths.cc:main 54 (in order not to call it for libsingular) 55 @end itemize 56 57 @heading New @sc{Singular} libraries 58 @itemize @bullet 59 @item 60 new library: normaliz.lib (see @nref{normaliz_lib}: Interface to Normaliz 2.2) 61 @c @item 62 @c new library: binresol.lib (see @nref{binresol_lib}: binomial ideals) 63 @c @item 64 @c new library: findiff.lib (see @nref{findiff_lib}: finite difference schemes) 65 @end itemize 66 67 @heading Changed @sc{Singular} libraries 68 @itemize 69 @item 70 homolog.lib (@nref{homolog_lib}): canonMap 71 @item 72 dmod.lib (@nref{dmod_lib}): peratorModulo 73 @end itemize 74 75 @heading News for version 3-1-0 24 76 25 77 @itemize @bullet
Note: See TracChangeset
for help on using the changeset viewer.