Changeset ceacc4c in git


Ignore:
Timestamp:
Feb 24, 2023, 11:55:40 AM (14 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f0cdd1c3f67a85a588a67a65bb3920047e7870c7
Parents:
01590c785279ccbc5e0899c9f6275c2c227a4973
Message:
doc: NEWS 4-3-2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/NEWS.texi

    r01590c rceacc4c  
    2222@heading News for version @value{VERSION}
    2323
    24 New libraries:
    25 @itemize
    26 @item @code{normal.lib}: new command @code{isNormal}, option @code{normalCheck} for @code{normal} (@nref{normal_lib})
    27 @end itemize
    28 
    29 Changed libraries:
    30 @itemize
    31 @item chern.lib: fixed @code{symNsym} (@nref{chern_lib})
    32 @item homolog.lib: fixed corner cases for @code{depth} (@nref{homolog_lib})
     24Changed libraries:
     25@itemize
    3326@item many: call std in many places only if attribute @code{isSB} is not set
    3427@item many: change many calls to @code{execute} by better variants
     
    3730New commands:
    3831@itemize
    39 @item @code{chinrem}, @code{farey} for @code{smatrix} (@nref{smatrix})
    4032@item @code{coeffs} for @code{ring} (@nref{coeffs})
    4133@end itemize
    4234
    43 Changed commands:
    44 @itemize
    45 @item overflow check for @nref{vdim}
    46 @item better overflow check/les overflows for Hilbert function (@nref{hilb})
    47 @item @code{delete} accepts @code{intvec} for the indices to delete (@nref{delete})
    48 @item several GB based commands accept the choice of the algorithm:
    49 @code{"std","slimgb","sba","modstd","singmatic","groebner","ffmod","nfmod"} (@nref{syz}, @nref{eliminate}, @nref{intersect}, @nref{modulo}, @nref{liftstd}, @nref{lift})
    50 @item @code{reduce} for non-field coefficients: search best reduction
    51 @end itemize
    52 
    53 Changes in the kernel/build system:
    54 @itemize
    55 @item changes for gcc 12
    56 @item new option @code{--log LOGFILE}
    57 @item configure can change the path to hml documentation (@code{--htmldir=...})
    58 @item different format for @code{doc.tbz2}
     35Changes in the kernel/build system:
     36@itemize
    5937@item new algorithm for Hilbert function (@nref{hilb})
    6038@end itemize
     
    6846@c @itemize
    6947@c @end itemize
     48
     49@heading News for version 4-3-1
     50
     51New libraries:
     52@itemize
     53@item @code{normal.lib}: new command @code{isNormal}, option @code{normalCheck} for @code{normal} (@nref{normal_lib})
     54@end itemize
     55
     56Changed libraries:
     57@itemize
     58@item chern.lib: fixed @code{symNsym} (@nref{chern_lib})
     59@item homolog.lib: fixed corner cases for @code{depth} (@nref{homolog_lib})
     60@end itemize
     61
     62New commands:
     63@itemize
     64@item @code{chinrem}, @code{farey} for @code{smatrix} (@nref{smatrix})
     65@end itemize
     66
     67Changed commands:
     68@itemize
     69@item overflow check for @nref{vdim}
     70@item better overflow check/les overflows for Hilbert function (@nref{hilb})
     71@item @code{delete} accepts @code{intvec} for the indices to delete (@nref{delete})
     72@item several GB based commands accept the choice of the algorithm:
     73@code{"std","slimgb","sba","modstd","singmatic","groebner","ffmod","nfmod"} (@nref{syz}, @nref{eliminate}, @nref{intersect}, @nref{modulo}, @nref{liftstd}, @nref{lift})
     74@item @code{reduce} for non-field coefficients: search best reduction
     75@end itemize
     76
     77Changes in the kernel/build system:
     78@itemize
     79@item changes for gcc 12
     80@item new option @code{--log LOGFILE}
     81@item configure can change the path to hml documentation (@code{--htmldir=...})
     82@item different format for @code{doc.tbz2}
     83@item new algorithm for Hilbert function (@nref{hilb})
     84@end itemize
    7085
    7186@heading News for version 4-3-0
  • make_tar.sh

    r01590c rceacc4c  
    66set -e
    77
    8 TARVERSION=4.3.1
    9 VERSION=4.3.1
     8TARVERSION=4.3.2
     9VERSION=4.3.2
    1010BUILD_DIR=/tmp/wawa
    1111export VERSION TARVERSION BUILD_DIR
Note: See TracChangeset for help on using the changeset viewer.