Changeset 2983b3 in git for doc/NEWS.texi


Ignore:
Timestamp:
Dec 2, 1999, 3:14:40 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c7f3b75e50535728bb3e5255924f1b1013027242
Parents:
53c00be9396bc865688bbc0d4e00ee6e8564f259
Message:
* minor changes


git-svn-id: file:///usr/local/Singular/svn/trunk@3950 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/NEWS.texi

    r53c00b r2983b3  
    11@comment -*-texinfo-*-
    2 @comment $Id: NEWS.texi,v 1.1 1999-12-02 13:52:50 obachman Exp $
     2@comment $Id: NEWS.texi,v 1.2 1999-12-02 14:14:40 obachman Exp $
    33@comment this file contains the News about Singular versions
    44@comment Unix
     
    2020@end macro
    2121@end ifset
     22
     23The current version @value{VERSION} is an alpha-release of the upcoming
     24new release version 2-0 (should be there at the beginning of
     252000). Items labeled with "TBC" in this news file are features which
     26still have to be implemented and/or documented.
     27
     28It is to be expected that the current version @value{VERSION} is not as
     29stable as the 1.2 version(s), since major changes were done to the
     30@sc{Singular} kernel (although, there are no known bugs in the current
     31version). Therefore, it is important to us, that users try out this
     32new version.
     33
     34Furthermore, the current version is generally not yet as fast as version
     351.2. But this is going to change dramatically in the upcoming version(s).
     36
     37Thank you very much for your support!
     38
    2239
    2340@heading General Changes
     
    5269
    5370@table @asis
    54 @item @nref{mondromy.lib}
     71@item @nref{mondromy_lib}
    5572procedures for computing the monodromy of a singularity
    56 @item @nref{spectrum.lib}
     73@item @nref{spectrum_lib}
    5774TBC: doCu, examples, tests
    58 @item @nref{spcurve.lib}
     75@item @nref{spcurve_lib}
    5976procedures for cm codimension 2 singularities
    60 @item @nref{triang.lib}
     77@item @nref{triang_lib}
    6178procedures for solving triangular systems
    62 @item @nref{solve.lib}
     79@item @nref{solve_lib}
    6380procedures for solving polynomial systems
    64 @item @nref{surf.lib}
     81@item @nref{surf_lib}
    6582visualization of curves and surfaces with @code{surf}
    6683
     
    7390sets a debugger breakpoint
    7491@item @nref{int operations}
    75 @code{div} added: integer division ommitting remainder
     92@code{div} added: integer division omitting remainder
    7693@item @nref{ERROR}
    7794interrupts computation in current procedure and returns with error
     
    109126
    110127
     128@heading Internal Changes
     129@table @asis
     130@item new data structures for monomials and polynomials
     131Makes polynomial arithmetic significantly faster. Especially for block -
     132or weighted orderings. TBC: Faster polynomial arithmetic for orderings
     133(like dp, or lp). TBC: Bucket representation of polynomials in std; TBC:
     134DegBound during std computations.
     135@item new memory management
     136Results is less memory usage, faster memory allocation/free, less
     137fragmentation, much better locality of reference.
     138@end table
    111139
    112140
    113141
     142
     143
     144
Note: See TracChangeset for help on using the changeset viewer.