Changes between Version 10 and Version 11 of Release/7.4.2-News


Ignore:
Timestamp:
Sep 28, 2018, 3:08:06 PM (6 years ago)
Author:
neteler
Comment:

alpha-ordered

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.4.2-News

    v10 v11  
    3434The GRASS GIS 7.4.2 release provides '''more than 100 fixes and improvements''' with respect to the stable release 7.4.1.
    3535
    36 
    37 
    3836==== Minor module changes ====
    3937
    4038(see also below for closed bugs)
    4139
     40* G74:db.execute: check return code of db_execute_immediate() also for sql option
    4241* G74:i.colors.enhance: check for not existing maps, see #2984
    43 * G74:i.vi: add NDVI keyword
    44 * G74:r.import: remove hardcoded memory limit
    45 * G74:i.segment: input bands must not be NULL or constant
    4642* G74:i.segment: avoid integer overflow with extremely large regions
    4743* 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
    4947* 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
    5249* 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 option
     50* G74:v.db.addtable: create unique index
    5451* G74:v.distance: use default db connection of current mapset
    5552* 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
    5756* G74:v.to.db: fix fractal dimension index
    5857
    5958==== Improvements in the Graphical User Interface ====
    6059
    61 * Command prompt - Log files produces empty log files, closes #3657
    6260* attribute table manager fails to start from new mapset, closes #3658
    63 * wxGUI: wx4 doesn't have Image.GetHandlers, fixes #3617
     61* command prompt - Log files produces empty log files, closes #3657
    6462* G_OPT_DB_WHERE - non-functional 'table' icon in gui, closes #3619
    65 * G74:v.out.ogr: do not modify OGR dsn
     63* wxGUI: wx4 doesn't have !Image.GetHandlers, fixes #3617
    6664* wxGUI: fix m.nviz.image command building
    67 * wxGUI: use simpler widget for MapsetSelect to avoid wxWidgets bug
     65* wxGUI: use simpler widget for !MapsetSelect to avoid wxWidgets bug
    6866* wxGUI/rdigit: fix raster digitizer toolbar on mac
    6967
    7068==== Scripting ====
    7169
    72 * pygrass wrongly reports lines for point vector maps, closes #3549
    7370* 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
    7672
    7773==== Library changes ====
    7874
     75* lib/dbmibase: fix get/set connection parameters, clarify default and current parameters
    7976* libraster: improved error msg if compression is not supported
    8077* Vlib, Vect_merge_lines(): use correct line type in messages
    81 * lib/dbmibase: fix get/set connection parameters, clarify default and current parameters
    8278
    8379==== User Manuals - Documentation ====
    8480
    85 * G74:r.in.gdal manual: Raster Attribute Tables note added
    86 * G74:v.univar manual: beautify example section
    87 * G74:v.category: explain option=report
    88 * G74:r.fillnulls manual: example extended with bilinear method
    89 * G74:v.surf.rst manual: example changed from Spearfish to North Carolina dataset
    9081* G74:d.vect: explain z height for 3D lines/polygons, see #934
     82* G74:i.atcorr: +short explanation for input visibility raster
    9183* G74:i.atcorr: update manual for PlanetScope 0f
    92 * G74:t.rast.algebra manual: explain ply installation on MS-Windows
    9384* G74:r.compress manual: example update to current state of r.compress
    9485* 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
    9888* 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
    9994
    10095==== Portability ====
     
    10297* Dockerfile: have UTF8 defined
    10398* 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
    104101* wingrass: wxpython packages rename to python-wx
    105102* winGRASS: add python-ply as a dependency
    106103* winGRASS: add pip as dependency
    107 * Fedora RPM SPEC: fix wxGTK-devel and cairo-devel dependencies
    108 * Dockerfile: added ncurses dependency since tput is used in lib/init/grass.py
    109104
    110105=== Closed tickets ===