Changes between Version 7 and Version 8 of Release/7.8.0-News
- Timestamp:
- 08/18/19 10:27:25 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.8.0-News
v7 v8 51 51 (see also below for closed bugs) 52 52 53 * G78:... 53 * G78:g.extension: fix bitbucket download, assumes master branch; fixed incomplete updating addon metadata file 54 * G78:g.search.modules: support for installed addons added 55 * G78:i.pansharpen.py: added new channel stretch option; fixed rare possible bug in histogram matching algorithm and made all output maps integer CELL maps 56 * G78:m.nviz.script: fix memory leaks,fix compiler warnings + coverity scan 57 * G78:r.in.gdal: added info on subdatasets (relevant for MODIS, Sentinel, ... datasets) 58 * G78:r.in.wms: catch incorrect WMS url input; new -b flag to keep original bands 59 * G78:r.plane: added function float_or_dms 60 * G78:r.thin: avoid integer overflow 61 * G78:r.walk: add option nearest from r.cost 62 * G78:v.buffer: added test for zero distance 54 63 55 64 ==== Improvements in the Graphical User Interface ==== … … 63 72 ==== Projection support ==== 64 73 65 * ...74 * libproj: PROJ5: EPSG must lowercase epsg, PROJ6+: EPSG must uppercase EPSG 66 75 67 76 ==== Library changes ==== 68 77 69 * ... 78 * configure, configure.in: configure with ZSTD by default, can be disabled with --with-zstd=no 79 * libvector: support reserved PostgreSQL keywords as column name by quoting when exporting vector map to PostGIS database 70 80 71 81 ==== Unit tests ==== … … 75 85 ==== User Manuals - Documentation ==== 76 86 87 * various manual pages: examples added/updated 77 88 * G78:... 78 89 … … 89 100 90 101 * i18N: added new translations from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/) 102 * i18N: cleanup gettext usage for Python code 91 103 92 104 === New Addons since GRASS 7.6.0 ===