Changes between Version 15 and Version 16 of Release/7.2.2-News


Ignore:
Timestamp:
Aug 31, 2017, 2:10:49 PM (7 years ago)
Author:
neteler
Comment:

GRASS GIS 7.2.2RC2 fixes added

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.2.2-News

    v15 v16  
    4242A series of stability fixes, manual improvements and a few language translations have been added.
    4343
    44 The GRASS GIS 7.2.2 release provides '''more than 80 fixes and improvements''' with respect to GRASS GIS 7.2.1.
     44The GRASS GIS 7.2.2 release provides '''more than 100 fixes and improvements''' with respect to GRASS GIS 7.2.1.
    4545
    4646==== New modules ====
     
    5151
    5252 * G72:r.unpack and G72:v.unpack: new flag (-p) added to print projection info and exit
     53 * G72:temporal lib: use str not unicode and encode variables resulting from gisenv()
     54 * G72:v.lidar.growing: fix wrong usage of Rast_easting_to_col()
    5355
    5456==== Minor module changes ====
     
    6365 * G72:v.in.ogr: disable OGR dsn corruption
    6466 * G72:v.in.ogr GUI generates invalid layer parameter
     67 * G72:v.in.ogr: account for empty fields even if the field is set (since GDAL 2.2
    6568 * G72:v.kernel: fix using mask
    6669 * G72:v.lidar.edgedetection+v.lidar.correction: output options not required if -e flag is given
    67  * G72:v.lidar.growing: fix wrong usage of Rast_easting_to_col()
     70 * G72:v.out.ogr: preserve previous attribute export with GDAL 2.2+
    6871 * G72:v.out.postgis: do not print build info when exporting simple features
    69 
    7072
    7173==== GUI changes ====
     
    7981 * wxGUI: remove decorations when creating new workspace
    8082 * wxGUI: fix rendering in latlon when resolution is high
     83 * wxGUI: gui_core: fix labels to avoid high CPU usage
    8184
    8285==== PyGRASS changes ====
    8386
    84  * python ctypesgencore: lexer support added for FLT64X_EPSILON (fixes GCC7 issues)
     87 * Python ctypesgencore: lexer support added for FLT64X_EPSILON (fixes GCC7 issues)
     88 * Python ctypes: removed builtins import in python2
    8589
    8690==== Library changes ====
     
    102106==== Docker support ====
    103107
    104  * a Dockerfile has been added in order to easily generate a docker image which includes GRASS GIS 7.2
     108 * a Dockerfile has been added in order to easily generate a docker image which includes GRASS GIS 7.2, available from https://hub.docker.com/r/neteler/grassgis7/
     109
    105110===== MS Windows =====
    106111
     
    109114==== Manual pages ====
    110115
     116 * G72:db.select: update man page to indicate that SQL statements have to be one complete query per line
     117 * G72:m.proj: correct example for Long/Lat WGS84 output in decimal degree
    111118 * G72:r.stats.quantile and r.stats.zonal manuals: examples added
    112119 * G72:v.clean: add example which shows errors visually
    113120 * G72:v.generalize manual: screenshots added
     121 * G72:v.in.ogr: update manual (cnames->columns)
     122 * G72:v.in.ogr: comment out db.connect/db.login approach to PostGIS import and add info on schema usage
    114123 * G72:v.random manual: example added for generating random points in selected polygons
    115124 * G72:v.univar/G72:v.db.univar: update of manual to clarify difference