Changes between Version 8 and Version 9 of Release/7.6.0-News


Ignore:
Timestamp:
Oct 14, 2018, 6:30:54 AM (6 years ago)
Author:
neteler
Comment:

Updates part1/2

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.6.0-News

    v8 v9  
    4949==== New modules ====
    5050
    51  * ...
     51 * G76:r.buildvrt: Build a VRT (Virtual Raster) from the list of input raster maps
    5252
    5353==== Major module changes ====
     
    6161(see also below for closed bugs)
    6262
     63 * G76:r.colors: add inferno, magma and plasma color tables
    6364 * G76:r.colors and G76:r3.colors: new flag -d to list available rules with description (e.g. "srtm: color palette for Shuttle Radar Topography Mission elevation [range: -11000 to 8850]")
     65 * G76:r.fillnulls: RST segmax/npmin logic is fixed to avoid segmentation on small holes
     66 * G76:r.mapcalc: Do not add extra spaces when inserting a map name or function in GUI
    6467 * G76:r.slope.aspect: add -n option to create aspect as degrees clockwise from North (azimuth), with flat = -9999
    65  * G76:r.mapcalc: Do not add extra spaces when inserting a map name or function in GUI
    66  * G76:r.fillnulls: RST segmax/npmin logic is fixed to avoid segmentation on small holes
     68 * G76:v.colors: add inferno, magma and plasma color tables
    6769 * G76:v.profile: Use GEOS for buffer generation due to errors in native buffering functions
     70
    6871==== Improvements in the Graphical User Interface ====
    6972
    70 * G76:wxGUI: ...
     73 * wxGUI/dbmgr: don't show db info connection by default, it's just occupying space in the dialog
    7174
    7275==== Scripting ====
    7376
    74 * pygrass: Atempt to access data from a closed raster map now rises IndexError
     77 * pygrass: Attempt to access data from a closed raster map now rises IndexError
     78 * Python scripting: add tempname() function to grass.script.core, fix #3615
     79 * array.py: added quiet option to write function
     80 * db.py: added option in db_table_in_vector to check by default only vectors in current mapset
    7581
    7682==== Projection support ====
    7783
    78 * Support of PROJ v.5
     84 * Support of PROJ v.5
     85  * configure: use new PROJ API only with proj-5.1.x or higher, otherwise fall back to old PROJ.4 API
    7986
    8087==== Library changes ====
    8188
    82 * ...
     89 * ...
    8390
    8491==== User Manuals - Documentation ====
     
    8895==== Portability ====
    8996
    90 * ...
     97 * config.guess + config.sub updated from http://git.savannah.gnu.org/cgit/config.git/plain/
     98
     99==== Docker support ====
     100
     101 * Dockerfile: dependencies updated, cleanup, added ZSTD, liblas and OpenJPEG/JP2 support
     102 * Dockerfile: 'set ENV SHELL' to avoid /bin/sh fallback in interactive GRASS GIS sessions in docker
    91103
    92104==== Message Translations ====
    93105
    94 * i18N: ...
     106 * i18N: ...
    95107
    96108=== New Addons since GRASS 7.6.0 ===