Changes between Version 6 and Version 7 of Release/7.8.3-News
- Timestamp:
- 05/02/20 12:18:33 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.8.3-News
v6 v7 71 71 (see also below for closed bugs) 72 72 73 * grass7 startup: added --config date parameter 73 74 * grass startup script: refactoring 75 * G78:g.extension: fix -i (compile), -d (download) flag (PR:496) 74 76 * G78:g.extension: less confusing metadata warning 77 * G78:g.gui.gcp: fix crash when closing 75 78 * G78:g.gui.image2target: fix wxPython Phoenix support (PR:396) 76 * G78:g.gui.gcp: fix crash when closing77 79 * 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) 78 81 * G78:r.blend: Quote map names in r.mapcalc expressions. (PR:277) 79 82 * G78:r.external: read nan as nan (PR:338) 80 83 * G78:r.external: transfer colormap added (PR:337) 81 84 * 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) 82 87 * 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)85 88 * G78:r.sim/simlib: use nstack only when walkers output needed 86 89 * 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) 87 91 * G78:v.decimate: copy tables only when topology is available 88 92 * G78:v.import: fix gfs file for GDAL version smaller 2.4.1 by GML import (PR:386) … … 90 94 * G78:v.in.pdal: fix filtering by bbox (PR:359) 91 95 * 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) 92 97 * 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)94 98 * GDAL/OGR import: report XY location when comparing projections 95 99 100 96 101 ==== GUI: Improvements in the Graphical User Interface ==== 97 102 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) 98 113 * 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) 99 129 * 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)102 130 * 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)109 131 * wxGUI Vector Network Analysis Tool: fix close dialog (PR:419) 110 132 * wxGUI Vector Network Analysis Tool: fix ComboBox widget deprecation warning (PR:418) 111 133 * 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)115 134 * 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) 118 137 119 138 ==== Python scripting ==== … … 128 147 ==== GDAL support ==== 129 148 130 * ...149 * n/a 131 150 132 151 ==== Database support ==== … … 142 161 ==== JSON / REST support ==== 143 162 144 * ...163 * n/a 145 164 146 165 ==== Unit tests / CI ==== 147 166 148 * ... 149 167 * (!GitHub Actions activated in master: https://github.com/OSGeo/grass/actions) 150 168 151 169 ==== User Manuals - Documentation ==== … … 157 175 * G78:r.kappa manual: example export Kappa matrix as CSV file 158 176 * 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) 159 178 160 179 ==== Portability ==== 161 180 162 * OSGeo4W: ... 181 * Do not install config.status (PR:263) 182 * Sort file lists in doc and tr stats (PR:247) 163 183 * Mac: Ctypes related compilation failure fix #3883 164 184 * Mac: Vector digitizer crash fix #3487 … … 167 187 * Mac: Copy-to-clipboard key binding (make CMD+C copy, not clear panel) #3008 and #3592 168 188 * 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)171 189 * FreeBSD: add soname (PR:301) 172 190 … … 174 192 175 193 * 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) 178 197 * 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) 181 199 * added Singularity file 182 200