Changes between Version 5 and Version 6 of Release/7.8.3-News
- Timestamp:
- 05/02/20 12:00:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.8.3-News
v5 v6 65 65 66 66 * G78:i.vi: write out FCELL instead of DCELL (PR:236) 67 * G78:r.kappa: maps[0] is the reference and maps[1] is the classified map (PR:290) 67 68 68 69 ==== Minor module changes ==== … … 72 73 * grass startup script: refactoring 73 74 * G78:g.extension: less confusing metadata warning 75 * G78:g.gui.image2target: fix wxPython Phoenix support (PR:396) 76 * G78:g.gui.gcp: fix crash when closing 77 * G78:g.gui.rlisetup: fix config file open mode for write in text mode 78 * G78:r.blend: Quote map names in r.mapcalc expressions. (PR:277) 79 * G78:r.external: read nan as nan (PR:338) 80 * G78:r.external: transfer colormap added (PR:337) 81 * G78:r.grow: Correctly handle shrinking of maps without NULL values (PR:343) 74 82 * 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 * G78:r.sim/simlib: use nstack only when walkers output needed 86 * G78:r.slope.aspect: fix title and color table for -n flag (PR:320) 87 * G78:v.decimate: copy tables only when topology is available 88 * G78:v.import: fix gfs file for GDAL version smaller 2.4.1 by GML import (PR:386) 75 89 * G78:v.in.ogr: fix usage of `OGR_G_HasCurveGeometry()` 90 * G78:v.in.pdal: fix filtering by bbox (PR:359) 91 * G78:v.patch: Fix line categories when building topology (PR:374) 76 92 * G78:v.to.rast: fix WHERE selection 77 93 * Add [https://github.com/OSGeo/grass/blob/master/CONTRIBUTING.md CONTRIBUTING] file with a standard contributor Git how-to (PR:237) 78 79 ==== Improvements in the Graphical User Interface ==== 80 81 * wxGUI: ... 94 * GDAL/OGR import: report XY location when comparing projections 95 96 ==== GUI: Improvements in the Graphical User Interface ==== 97 98 * wxGUI: Fix unable to open file from python editor (PR:288) 99 * 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 * 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 * wxGUI Vector Network Analysis Tool: fix close dialog (PR:419) 110 * wxGUI Vector Network Analysis Tool: fix ComboBox widget deprecation warning (PR:418) 111 * 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 * 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) 82 118 83 119 ==== Python scripting ==== … … 88 124 ==== Projection support ==== 89 125 126 * GDAL/OGR import: check projection of input data (PR:317) 127 128 ==== GDAL support ==== 129 90 130 * ... 91 131 92 ==== GDAL support ==== 132 ==== Database support ==== 133 134 * PostgreSQL driver: assign 1000 to TEXT field length (PR:412) 135 136 ==== Library changes ==== 137 138 * Vectlib: fix usage of vector cats in constraint (PR:262) 139 * Vector network lib: fix for Python 3 (PR:279) 140 * gisinit: re-enable the version check 141 142 ==== JSON / REST support ==== 93 143 94 144 * ... 95 145 96 ==== Database support====146 ==== Unit tests / CI ==== 97 147 98 148 * ... 99 149 100 ==== Library changes ====101 102 * Vectlib: fix usage of vector cats in constraint (PR:262)103 104 ==== JSON / REST support ====105 106 * ...107 108 ==== Unit tests / CI ====109 110 * ...111 112 150 113 151 ==== User Manuals - Documentation ==== 114 152 115 153 * manual: put module name at first position (PR:248) 154 * full index manual: add missing pages (PR:258) 116 155 * Cleanup of multiple manual pages 117 156 * G78:m.measure manual: mention square feet 118 * full index manual: add missing pages (PR:258) 157 * G78:r.kappa manual: example export Kappa matrix as CSV file 158 * G78:r.slope.aspect manual: explain -9999 for aspect of flat areas 119 159 120 160 ==== Portability ==== … … 128 168 * Mac: G78:v.in.pdal compilation failure fix (PR:475) 129 169 * Do not install config.status (PR:263) 130 * Sort file lists in doc and tr stats (PR:247) 170 * Sort file lists in doc and tr stats (PR:247) 171 * FreeBSD: add soname (PR:301) 131 172 132 173 ==== Docker support ==== 133 174 134 * Updates to Alpine docker files: use proj 6.2.1 in Alpine Dockerfile (PR:255) 175 * 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) 178 * switch to Alpine 3.11 and compiled PDAL as being removed from Alpine repo (PR:399) 135 179 * Alpine docker image: added subversion package for g.extension (PR:261) 136 180 * docker: image with Ubuntu 19:10 (PR:260) 181 * added Singularity file 137 182 138 183 ==== Message Translations ====