Changes between Version 10 and Version 11 of Release/7.4.2-News
- Timestamp:
- 09/28/18 15:08:06 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.4.2-News
v10 v11 34 34 The GRASS GIS 7.4.2 release provides '''more than 100 fixes and improvements''' with respect to the stable release 7.4.1. 35 35 36 37 38 36 ==== Minor module changes ==== 39 37 40 38 (see also below for closed bugs) 41 39 40 * G74:db.execute: check return code of db_execute_immediate() also for sql option 42 41 * G74:i.colors.enhance: check for not existing maps, see #2984 43 * G74:i.vi: add NDVI keyword44 * G74:r.import: remove hardcoded memory limit45 * G74:i.segment: input bands must not be NULL or constant46 42 * G74:i.segment: avoid integer overflow with extremely large regions 47 43 * G74:i.segment: fix memory management estimation 48 * G74:v.to.db: add more keywords 44 * G74:i.segment: input bands must not be NULL or constant 45 * G74:i.vi: add NDVI keyword 46 * G74:r.buffer: fix interger overflow 49 47 * G74:r.horizon: check if coordinates are within the current region, fixes #3634 50 * G74:r.buffer: fix interger overflow 51 * G74:v.in.ogr: use column type 'text' when appropriate 48 * G74:r.import: remove hardcoded memory limit 52 49 * G74:r.what: fix if coords are just outside current region 53 * G74: db.execute: check return code of db_execute_immediate() also for sql option50 * G74:v.db.addtable: create unique index 54 51 * G74:v.distance: use default db connection of current mapset 55 52 * G74:v.in.ogr: OGR dsn and GRASS db connections are independent of each other 56 * G74:v.db.addtable: create unique index 53 * G74:v.in.ogr: use column type 'text' when appropriate 54 * G74:v.out.ogr: do not modify OGR dsn 55 * G74:v.to.db: add more keywords 57 56 * G74:v.to.db: fix fractal dimension index 58 57 59 58 ==== Improvements in the Graphical User Interface ==== 60 59 61 * Command prompt - Log files produces empty log files, closes #365762 60 * attribute table manager fails to start from new mapset, closes #3658 63 * wxGUI: wx4 doesn't have Image.GetHandlers, fixes #361761 * command prompt - Log files produces empty log files, closes #3657 64 62 * G_OPT_DB_WHERE - non-functional 'table' icon in gui, closes #3619 65 * G74:v.out.ogr: do not modify OGR dsn63 * wxGUI: wx4 doesn't have !Image.GetHandlers, fixes #3617 66 64 * wxGUI: fix m.nviz.image command building 67 * wxGUI: use simpler widget for MapsetSelect to avoid wxWidgets bug65 * wxGUI: use simpler widget for !MapsetSelect to avoid wxWidgets bug 68 66 * wxGUI/rdigit: fix raster digitizer toolbar on mac 69 67 70 68 ==== Scripting ==== 71 69 72 * pygrass wrongly reports lines for point vector maps, closes #354973 70 * libpython: by default, no error output is produced even though the output in case of failure 74 75 71 * pygrass wrongly reported lines for point vector maps, closes #3549 76 72 77 73 ==== Library changes ==== 78 74 75 * lib/dbmibase: fix get/set connection parameters, clarify default and current parameters 79 76 * libraster: improved error msg if compression is not supported 80 77 * Vlib, Vect_merge_lines(): use correct line type in messages 81 * lib/dbmibase: fix get/set connection parameters, clarify default and current parameters82 78 83 79 ==== User Manuals - Documentation ==== 84 80 85 * G74:r.in.gdal manual: Raster Attribute Tables note added86 * G74:v.univar manual: beautify example section87 * G74:v.category: explain option=report88 * G74:r.fillnulls manual: example extended with bilinear method89 * G74:v.surf.rst manual: example changed from Spearfish to North Carolina dataset90 81 * G74:d.vect: explain z height for 3D lines/polygons, see #934 82 * G74:i.atcorr: +short explanation for input visibility raster 91 83 * G74:i.atcorr: update manual for PlanetScope 0f 92 * G74:t.rast.algebra manual: explain ply installation on MS-Windows93 84 * G74:r.compress manual: example update to current state of r.compress 94 85 * G74:r.compress manual: raster NULL cells are compressed by default 95 * G74:v.what.vect: distance units are meters for ll 96 * G74:i.atcorr: +short explanation for input visibility raster 97 * manual graphical index: refer to generic addon url 86 * G74:r.fillnulls manual: example extended with bilinear method 87 * G74:r.in.gdal manual: Raster Attribute Tables note added 98 88 * G74:r.mapcalc manual: fix FCELL/float() precision description 89 * G74:t.rast.algebra manual: explain ply installation on MS-Windows 90 * G74:v.category: explain option=report 91 * G74:v.surf.rst manual: example changed from Spearfish to North Carolina dataset 92 * G74:v.univar manual: beautify example section 93 * G74:v.what.vect: distance units are meters for lat-long locations 99 94 100 95 ==== Portability ==== … … 102 97 * Dockerfile: have UTF8 defined 103 98 * Dockerfile: 'set ENV SHELL' to avoid /bin/sh fallback in interactive GRASS GIS sessions in docker 99 * Dockerfile: added ncurses dependency since tput is used in lib/init/grass.py 100 * Fedora RPM SPEC: fix wxGTK-devel and cairo-devel dependencies 104 101 * wingrass: wxpython packages rename to python-wx 105 102 * winGRASS: add python-ply as a dependency 106 103 * winGRASS: add pip as dependency 107 * Fedora RPM SPEC: fix wxGTK-devel and cairo-devel dependencies108 * Dockerfile: added ncurses dependency since tput is used in lib/init/grass.py109 104 110 105 === Closed tickets ===