Changeset 2ad9f9 in git for doc


Ignore:
Timestamp:
Feb 8, 2010, 10:01:47 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c82d55be1cfc93c16c8a8132e7cca03fda787cb4
Parents:
b086f1d24cfeb668d2a93ab34efd9d448c31be12
Message:
Singular 3-1-1

git-svn-id: file:///usr/local/Singular/svn/trunk@12521 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/NEWS.texi

    rb086f1 r2ad9f9  
    2222
    2323@heading News for version @value{VERSION}
     24
     25@itemize @bullet
     26@item
     27new option @code{qringNF}, see @nref{option}.
     28@item
     29new system command @code{system("cpu")}, see @nref{system}.
     30@end itemize
     31
     32@heading New @sc{Singular} functions
     33@itemize @bullet
     34@item
     35new command: @code{farey}: lifting to Q  (see @nref{farey})
     36@item
     37new command: @code{monom} (see @nref{monom})
     38@item
     39command extended: @code{liftstd} also computes syzygies.  (see @nref{liftstd})
     40@item
     41command extended: @code{minor} has more options.  (see @nref{minor})
     42@item
     43command extended: @code{opposite} (see @nref{opposite})
     44@end itemize
     45
     46@heading Internal Changes
     47@itemize @bullet
     48@item
     49new minor code
     50@item
     51removed @code{EXTGCD} (use @code{extgcd})
     52@item
     53moved 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
     60new 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
     70homolog.lib (@nref{homolog_lib}): canonMap
     71@item
     72dmod.lib (@nref{dmod_lib}): peratorModulo
     73@end itemize
     74
     75@heading News for version 3-1-0
    2476
    2577@itemize @bullet
Note: See TracChangeset for help on using the changeset viewer.