Changes between Version 33 and Version 34 of Grass7/NewFeatures76


Ignore:
Timestamp:
Jan 20, 2019, 9:49:27 AM (6 years ago)
Author:
veroandreo
Comment:

wip6

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures76

    v33 v34  
    33'''NOTE''': this page is a living document to keeping track of new features that come with GRASS GIS 7.6.0+
    44
    5 GRASS GIS 7.6 is actively developed and maintained with a first 7.6.0 stable release in January 2019. In total, it comes with '''more than XX fixes and improvements''' with respect to the previous [wiki:Grass7/NewFeatures74 stable releases 7.4.x]. This page summarizes the manifold new features which have been added to GRASS 7.6.
     5GRASS GIS 7.6 is actively developed and maintained with a first 7.6.0 stable release in January 2019. In total, it comes with '''more than 1100 fixes and improvements''' with respect to the previous [wiki:Grass7/NewFeatures74 stable releases 7.4.x]. This page summarizes the manifold new features which have been added to GRASS 7.6.
    66
    77[[TOC]]
     
    8080=== Scripting ===
    8181
    82 ...
     82...TODO
    8383
    8484== User Manuals - Documentation ==
     
    100100 * vector modules are now less "chatty" with regard to topology building: only problems are reported, standard topology building messages are only shown with --verbose. This should make it easier for users to spot problems.
    101101 * the segment library uses a new fast all-in-memory cache instead of a file-based cache if all data can be kept in memory
    102  * ...
     102 * the regression t value was fixed and the sum of weights is now forced to DCELL type in libstats.
     103 * the vector library has been enhanced to use grass_int64 for counting vertices, Vect_line_intersection2() was fixed for snap self-intersection only once and the snapping with box search was optimized
    103104
    104105== Source Code Portability ==