Changes between Version 29 and Version 30 of Grass7/NewFeatures78


Ignore:
Timestamp:
Dec 21, 2020, 2:47:19 PM (3 years ago)
Author:
neteler
Comment:

GRASS GIS 7.8.5 released

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures78

    v29 v30  
    1616
    1717 * For more details than on this overview page, see list here:
     18   * [wiki:Release/7.8.5-News] (21 Dec 2020)
    1819   * [wiki:Release/7.8.4-News] (5 Oct 2020)
    1920   * [wiki:Release/7.8.3-News] (5 May 2020)
     
    3435
    3536 * G78:g.extension: fix -i (compile), -d (download) flag (PR:496)
     37 * G78:g.extension: add branch option (​PR:1130)
     38 * G78:g.extension: add '-j' flag which generates JSON file containing the download URLs of the official Addons (​PR:1009)
     39 * G78:g.extension: fix get add-on module name on Win platform (​PR:1143)
    3640 * G78:g.gui.gcp: fix crash when closing
    3741 * G78:g.gui.image2target: fix wxPython Phoenix support (PR:396)
     
    5155 * G78:r.kappa: `maps[0]` is the reference and `maps[1]` is the classified map (PR:290)
    5256 * G78:r.mapcalc.simple: former r.mapcalculator as now as r.mapcalc.simple
     57 * G78:r.pack/r.unpack: fix pack and unpack VRT raster map with tiled raster maps (​PR:1074)
    5358 * G78:r.sim/simlib: dynamic allocation of walkers to enable computing for larger areas (PR:228)
     59 * G78:r.sim: fix r.sim.sediment segfault, memory freeing was in wrong place (​PR:1094)
    5460 * G78:r.slope.aspect: fix -e flag to calculate values at edges
    5561 * G78:r.sun: allow user to set solar constant (PR:482)
     
    9197 * wxGUI: Fix unable to open file from python editor (PR:288)
    9298 * wxGUI: fix WMS (PR:242)
    93  * wxGUI g.gui.vdigit: fix update available vector maps
     99 * G78:g.gui.vdigit: fix update available vector maps
     100 * G78:g.gui.psmap: various fixes
    94101 * wxGUI Graphical Modeler About Dialog: fix import (PR:438)
    95102 * wxGUI Graphical Modeler: remove py2 unicode func (PR:441)
     
    113120 * wxGUI Vector Network Analysis Tool: fix merge dicts (PR:417)
    114121 * wxGUI: wxnviz: fix for HiDPI monitors with scaling set, fix decoding (PR:307)
     122 * wxGUI: fix wxPython 4.1 support (​PR:1161)
    115123
    116124=== Scripting ===
     
    139147 * full index manual: add missing pages (PR:258)
    140148 * Add [https://github.com/OSGeo/grass/blob/master/CONTRIBUTING.md CONTRIBUTING] file with a standard contributor Git how-to (PR:237)
     149 * manuals and docs: update broken URLS (​PR:1003)
     150 * mkhtml: enable path setting for footer html pages (topics.html...) on add-on manual page (​PR:1122)
     151
    141152== GRASS GIS 7 Library changes ==
    142153
     
    153164 * previously, GRASS GIS did conversions of degress to/from radians and meters from/to map units. Now PROJ6+ might do these conversions itself, or not. GRASS GIS is now doing the conversions only if needed.
    154165 * in PROJ6+, there can be several different operations to transform coordinates from one CRS to another CRS. If more than one operation is available, information is provided about these different operations. The current region is used by PROJ to select an appropriate operation.
     166 * libproj: fix crs modification with PROJ6+ (​PR:1007)
     167 * libproj: fix test for PJ_TYPE_BOUND_CRS (​PR:1013)
    155168
    156169== GDAL support ==
     
    169182 * Mac: G78:v.in.pdal compilation failure fix (PR:475)
    170183 * OSGeo4W: build fixes, rewrite of package.sh, GDAL3/PROJ6 support added
     184
    171185=== Unit tests / CI ===
    172186
     
    185199 * Alpine docker image: added subversion package for g.extension (PR:261)
    186200 * switch to Alpine 3.11 and compiled PDAL as being removed from Alpine repo (PR:399)
    187  * Ubuntu docker: image with Ubuntu 19:10 (PR:260)
     201 * Ubuntu docker: image with Ubuntu 20.04
    188202 * added Singularity file
     203
    189204== GRASS GIS 7.8 Addons ==
    190205