Changes between Version 18 and Version 19 of Release/7.8.0-News


Ignore:
Timestamp:
Sep 6, 2019, 2:07:28 PM (5 years ago)
Author:
neteler
Comment:

Updated addon section

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.0-News

    v18 v19  
    99==== Stable Release ====
    1010
    11  * tbd
     11 * Release date: ''6 Sep 2019''
     12 * Changelog: https://grass.osgeo.org/grass78/source/ChangeLog_7.8.0.gz
     13 * Binaries: ​https://grass.osgeo.org/download/software/#g78x
     14 * Source code:
     15   * https://github.com/OSGeo/grass/releases/tag/7.8.0
     16   * https://grass.osgeo.org/grass78/source/grass-7.8.0.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.0.md5sum md5sum])
    1217
    1318==== Release Candidate 1 (RC1) ====
     
    1924   * https://github.com/OSGeo/grass/releases/tag/7.8.0RC1
    2025   * https://grass.osgeo.org/grass78/source/grass-7.8.0RC1.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.0RC1.md5sum md5sum])
     26
    2127=== Git Source Code ===
    2228
     
    3238=== Overview of changes ===
    3339
    34 The most important change is the new Python-3 support. Also new PROJ 6 and GDAL 2.5 with substantial changes in the API and CRS handling are supported. A series of new features and stability fixes, manual improvements, and a more language translations have been added. Importantly, the new version is backward compatible with older 7.x releases.
     40The most important change is the new Python-3 support. Also new PROJ 5 and GDAL 2.5 with substantial changes in the API and CRS handling are supported. A series of new features and stability fixes, manual improvements, and a more language translations have been added. Importantly, the new version is backward compatible with older 7.x releases.
    3541
    3642The GRASS GIS 7.8.0 release provides '''more than XXX fixes and improvements''' with respect to the stable release 7.6.x.
     
    4147==== New modules ====
    4248
    43  * G78:...
    44  * parser: added --json output, useful for REST API output (needed e.g. for ​actinia)
     49 * parser: added --json output, useful for REST API output (needed e.g. for [​https://github.com/mundialis/actinia_core actinia])
     50
    4551==== Major module changes ====
    4652
     
    124130
    125131 * wxGUI data catalog: allow to perform actions on multiple layers (e.g. deleting, moving, reprojection, display, metadata)
     132 * wxGUI/animation: fixes for Python 3
    126133 * wxGUI/digitizer: fixes for Python 3
     134 * wxGUI/modeller: fixes for Python 3
    127135 * wxGUI: add function to LM interface to programmatically change layer
    128136 * wxGUI: add !GeoPackage as known raster/vector format
     
    144152==== Database support ====
    145153
    146  * postgres driver: create index if not exists for PG server versions 9.5+
     154 * postgresql driver: create index if not exists for PG server versions 9.5+
    147155
    148156==== Library changes ====
     
    186194=== New Addons since GRASS 7.6.0 ===
    187195
    188  * G7A:...
     196 * G7A:i.sar.speckle - Remove speckle from SAR image
     197 * G7A:r.fill.category - Replaces the values of pixels of a given category with values of the surrounding pixels
     198 * G7A:r.object.thickness - Evaluates minimum, maximum and mean thickness of objects of a given category on a raster map
     199 * G7A:r.out.kde - Exports raster with variable transparency into an image file
     200 * G7A:r.out.legend - Create an image file showing the legend of a raster map
     201 * G7A:r.random.weight - Generates a binary raster layer with a random selection of raster cells depending on the weight of each cell in the input weight layer.
     202 * G7A:r.sample.category - Create sampling points from each category in a raster map
     203 * G7A:r.series.diversity - Compute diversity indici over input layers
    189204
    190205=== Closed tickets ===