Changes between Version 6 and Version 7 of Release/7.8.3-News


Ignore:
Timestamp:
May 2, 2020, 12:18:33 PM (4 years ago)
Author:
neteler
Comment:

changelog cont'ed

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.3-News

    v6 v7  
    7171(see also below for closed bugs)
    7272
     73 * grass7 startup: added --config date parameter
    7374 * grass startup script: refactoring
     75 * G78:g.extension: fix -i (compile), -d (download) flag (PR:496)
    7476 * G78:g.extension: less confusing metadata warning
     77 * G78:g.gui.gcp: fix crash when closing
    7578 * G78:g.gui.image2target: fix wxPython Phoenix support (PR:396)
    76  * G78:g.gui.gcp: fix crash when closing
    7779 * G78:g.gui.rlisetup: fix config file open mode for write in text mode
     80 * G78:g.gui.vdigit: fix SnapLine function return value (PR:506)
    7881 * G78:r.blend: Quote map names in r.mapcalc expressions. (PR:277)
    7982 * G78:r.external: read nan as nan (PR:338)
    8083 * G78:r.external: transfer colormap added (PR:337)
    8184 * G78:r.grow: Correctly handle shrinking of maps without NULL values (PR:343)
     85 * G78:r.import extent=region bug fix (PR:404)
     86 * G78:r.import: pass extent to r.in.gdal (PR:291)
    8287 * G78:r.import: Use temp region for resolution=value (PR:197)
    83  * G78:r.import: pass extent to r.in.gdal (PR:291)
    84  * G78:r.import extent=region bug fix (PR:404)
    8588 * G78:r.sim/simlib: use nstack only when walkers output needed
    8689 * G78:r.slope.aspect: fix title and color table for -n flag (PR:320)
     90 * G78:r.sun: allow user to set solar constant (PR:482)
    8791 * G78:v.decimate: copy tables only when topology is available
    8892 * G78:v.import: fix gfs file for GDAL version smaller 2.4.1 by GML import (PR:386)
     
    9094 * G78:v.in.pdal: fix filtering by bbox (PR:359)
    9195 * G78:v.patch: Fix line categories when building topology (PR:374)
     96 * G78:v.to.db: Require --overwrite flag to overwrite existing columns (PR:487)
    9297 * G78:v.to.rast: fix WHERE selection
    93  * Add [https://github.com/OSGeo/grass/blob/master/CONTRIBUTING.md CONTRIBUTING] file with a standard contributor Git how-to (PR:237)
    9498 * GDAL/OGR import: report XY location when comparing projections
    9599
     100
    96101==== GUI: Improvements in the Graphical User Interface ====
    97102
     103 * wxGUI Field calculator: fix wx.ListBox widget choices argument (PR:460)
     104 * wxGUI: fix 3D rendering in animation tool (PR:293)
     105 * wxGUI: fix Cartographic Composer Add graphic tool (Line/Rectangle), (PR:310)
     106 * wxGUI: fix copy-to-clipboard key binding on macOS (PR:393)
     107 * wxGUI: Fix dbmgr for Python3 (PR:344)
     108 * wxGUI: Fix error message has appeared after close any module dialog (PR:249)
     109 * wxGUI: fix failing vector digitizer on mac (PR:3487) (PR:456)
     110 * wxGUI Fix import vector/raster dialog min width (PR:492)
     111 * wxGUI fix manage color rules interactively (vector map) frame (PR:429)
     112 * wxGUI fix set vector output format wx.Choice widget width (PR:453)
    98113 * wxGUI: Fix unable to open file from python editor (PR:288)
     114 * wxGUI: fix WMS (PR:242)
     115 * wxGUI g.gui.vdigit: fix update available vector maps
     116 * wxGUI Graphical Modeler About Dialog: fix import (PR:438)
     117 * wxGUI Graphical Modeler: remove py2 unicode func (PR:441)
     118 * wxGUI Histogramming Tool: fix Plot xSpec, ySpec property value (PR:422)
     119 * wxGUI Layer Manager: fix add layer into the new empty group (PR:413)
     120 * wxGUI Layer Manager: fix add vector map layer Set color table interactively
     121 * wxGUI Layer Manager: fix close Layers Display FlatNotebook page (PR:411)
     122 * wxGUI Manage color rules interactively (vector map)
     123 * wxGUI mapwin: fix Pointer tool double left click on a map canvas (PR:529)
     124 * wxGUI preferences: fix load epsg codes (PR:545)
     125 * wxGUI Raster Digitizer: fix use input raster map layer region (PR:470)
     126 * wxGUI: removing map layer crashes wxGUI (PR:3607)
     127 * wxGUI Set vector output format: fix check native format dsn (PR:450)
     128 * wxGUI Set vector output format: fix load profile settings (PR:451)
    99129 * wxGUI: several fixes related to font dialog (PR:292)
    100  * wxGUI: fix 3D rendering in animation tool (PR:293)
    101  * wxGUI: Fix error message has appeared after close any module dialog (PR:249)
    102130 * wxGUI: Show line numbers in the Python editor (pyedit and gmodeler) (PR:284)
    103  * wxGUI: fix Cartographic Composer Add graphic tool (Line/Rectangle), (PR:310)
    104  * wxGUI: wxnviz: fix for HiDPI monitors with scaling set, fix decoding (PR:307)
    105  * wxGUI: fix WMS (PR:242)
    106  * wxGUI: Fix dbmgr for Python3 (PR:344)
    107  * wxGUI Layer Manager: fix add layer into the new empty group (PR:413)
    108  * wxGUI Vector Network Analysis Tool: fix merge dicts (PR:417)
    109131 * wxGUI Vector Network Analysis Tool: fix close dialog (PR:419)
    110132 * wxGUI Vector Network Analysis Tool: fix ComboBox widget deprecation warning (PR:418)
    111133 * wxGUI Vector Network Analysis Tool: fix destroy open dialog (PR:432)
    112  * wxGUI Layer Manager: fix close Layers Display FlatNotebook page (PR:411)
    113  * wxGUI Histogramming Tool: fix Plot xSpec, ySpec property value (PR:422)
    114  * wxGUI Graphical Modeler About Dialog: fix import (PR:438)
    115134 * wxGUI Vector Network Analysis Tool: fix execute analysis (PR:440)
    116  * wxGUI fix manage color rules interactively (vector map) frame (PR:429)
    117  * wxGUI: fix copy-to-clipboard key binding on macOS (PR:393)
     135 * wxGUI Vector Network Analysis Tool: fix merge dicts (PR:417)
     136 * wxGUI: wxnviz: fix for HiDPI monitors with scaling set, fix decoding (PR:307)
    118137
    119138==== Python scripting ====
     
    128147==== GDAL support ====
    129148
    130  * ...
     149 * n/a
    131150
    132151==== Database support ====
     
    142161==== JSON /  REST support ====
    143162
    144  * ...
     163 * n/a
    145164
    146165==== Unit tests / CI ====
    147166
    148  * ...
    149 
     167 * (!GitHub Actions activated in master: https://github.com/OSGeo/grass/actions)
    150168
    151169==== User Manuals - Documentation ====
     
    157175 * G78:r.kappa manual: example export Kappa matrix as CSV file
    158176 * G78:r.slope.aspect manual: explain -9999 for aspect of flat areas
     177 * Add [https://github.com/OSGeo/grass/blob/master/CONTRIBUTING.md CONTRIBUTING] file with a standard contributor Git how-to (PR:237)
    159178
    160179==== Portability ====
    161180
    162  * OSGeo4W: ...
     181 * Do not install config.status (PR:263)
     182 * Sort file lists in doc and tr stats (PR:247)
    163183 * Mac: Ctypes related compilation failure fix #3883
    164184 * Mac: Vector digitizer crash fix #3487
     
    167187 * Mac: Copy-to-clipboard key binding (make CMD+C copy, not clear panel) #3008 and #3592
    168188 * Mac: G78:v.in.pdal compilation failure fix (PR:475)
    169  * Do not install config.status (PR:263)
    170  * Sort file lists in doc and tr stats (PR:247)
    171189 * FreeBSD: add soname (PR:301)
    172190
     
    174192
    175193 * introduce docker multistage build to alpine image (PR:276)
    176  * alpine docker image: work with py3.8 (PR:278)
    177  * updates to Alpine docker files: use proj 6.2.1 in Alpine Dockerfile (PR:255)
     194 * Alpine docker image: work with py3.8 (PR:278)
     195 * Alpine docker image: use proj 6.2.1 in Alpine Dockerfile (PR:255)
     196 * Alpine docker image: added subversion package for g.extension (PR:261)
    178197 * switch to Alpine 3.11 and compiled PDAL as being removed from Alpine repo (PR:399)
    179  * Alpine docker image: added subversion package for g.extension (PR:261)
    180  * docker: image with Ubuntu 19:10 (PR:260)
     198 * Ubuntu docker: image with Ubuntu 19:10 (PR:260)
    181199 * added Singularity file
    182200