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


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

changelog cont'ed

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.3-News

    v5 v6  
    6565
    6666 * 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)
    6768
    6869==== Minor module changes ====
     
    7273 * grass startup script: refactoring
    7374 * 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)
    7482 * 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)
    7589 * 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)
    7692 * G78:v.to.rast: fix WHERE selection
    7793 * 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)
    82118
    83119==== Python scripting ====
     
    88124==== Projection support ====
    89125
     126 * GDAL/OGR import: check projection of input data (PR:317)
     127
     128==== GDAL support ====
     129
    90130 * ...
    91131
    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 ====
    93143
    94144 * ...
    95145
    96 ==== Database support ====
     146==== Unit tests / CI ====
    97147
    98148 * ...
    99149
    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 
    112150
    113151==== User Manuals - Documentation ====
    114152
    115153 * manual: put module name at first position (PR:248)
     154 * full index manual: add missing pages (PR:258)
    116155 * Cleanup of multiple manual pages
    117156 * 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
    119159
    120160==== Portability ====
     
    128168 * Mac: G78:v.in.pdal compilation failure fix (PR:475)
    129169 * 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)
    131172
    132173==== Docker support ====
    133174
    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)
    135179 * Alpine docker image: added subversion package for g.extension (PR:261)
    136180 * docker: image with Ubuntu 19:10 (PR:260)
     181 * added Singularity file
    137182
    138183==== Message Translations ====