Changes between Version 33 and Version 34 of Grass7/NewFeatures76
- Timestamp:
- 01/20/19 09:49:27 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures76
v33 v34 3 3 '''NOTE''': this page is a living document to keeping track of new features that come with GRASS GIS 7.6.0+ 4 4 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 XXfixes 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.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 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. 6 6 7 7 [[TOC]] … … 80 80 === Scripting === 81 81 82 ... 82 ...TODO 83 83 84 84 == User Manuals - Documentation == … … 100 100 * 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. 101 101 * 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 103 104 104 105 == Source Code Portability ==