Changes between Version 16 and Version 17 of Release/7.8.6-News


Ignore:
Timestamp:
Jun 23, 2021, 4:56:44 AM (3 years ago)
Author:
neteler
Comment:

further updates from https://github.com/OSGeo/grass/compare/7.8.5...releasebranch_7_8

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.6-News

    v16 v17  
    5858
    5959 * NC full sample dataset: new URL (PR:1463)
    60  * G78:d.mon: Do not clear an existing output file on fatal error (PR:1475)
     60 * G78:d.mon: do not clear an existing output file on fatal error (PR:1475)
    6161 * G78:g.extension: ignore cruft __pycache__ files (PR:1496)
    6262 * G78:g.proj: fix segfault issue #1163 (PR:1170)
     
    6565 * G78:i.vi: fix the check for the existence of the 'redchan' variable (PR:1378)
    6666 * G78:m.proj: fix PROJ URL in error message
    67  * G78:psdriver: Write data to a tempfile before closing (rel78) (PR:1506)
     67 * G78:psdriver: write data to a tempfile before closing (rel78) (PR:1506)
    6868 * G78:r.in.wms: enable !CreateOptions for GDAL driver
    6969 * G78:r.out.gdal: fix xy export (PR:1564)
     
    7171 * G78:v.colors: fix v.colors cannot properly copy color table (#1297, PR:1429)
    7272 * G78:v.colors: Fix color inversion (PR:1478, PR:1479)
    73  * G78:v.import: Add layer to the projection check (PR:1328)
     73 * G78:v.import: add layer to the projection check (PR:1328)
    7474 * G78:v.net.visibility: fix coordinates parameter (PR:1336)
    7575 * G78:v.out.ogr: fix xy export (PR:1564)
     
    106106 * wxGUI/tplot: fix x, y coordinates validation (PR:1199)
    107107 * wxGUI/vselect: fix delete row from selected features list (PR:1231)
     108 * wxGUI/WMS: replace broken URLs with alternative WMS (PR:1674)
    108109
    109110==== Python scripting ====
    110111
    111112 * remove deprecated py 'PIL' module 'fromstring', 'tostring' method call (removed from 'PIL' module version >= 8.0.0) (PR:1223)
     113 * pygrass: backport #1407 Module fix (PR:1606)
     114 * ctypes: fix Callable for Python 3.10 (PR:1673)
    112115
    113116==== Projection support ====
     
    129132==== Library changes ====
    130133
    131  * make: Add support for Makefile variable DESTDIR (PR:1234)
    132  * libgis: Add test for invalid value to parser (PR:1459)
    133  * libgis: Enable the C99 bool type (PR:1567)
    134  * libgis: Fix reading of WKT and SRID
    135  * libgis: Add read/write functions for WKT and srid (PR:976)
    136  * parser: Accept `#-space-%` to allow writing PEP8-compliant Python code (PR:1446)
     134 * make: add support for Makefile variable DESTDIR (PR:1234)
     135 * libgis: add test for invalid value to parser (PR:1459)
     136 * libgis: enable the C99 bool type (PR:1567)
     137 * libgis: fix reading of WKT and SRID
     138 * libgis: add read/write functions for WKT and srid (PR:976)
     139 * parser: accept `#-space-%` to allow writing PEP8-compliant Python code (PR:1446)
     140 * parser: add a standard option for nprocs= (G_OPT_M_NPROCS) (PR:1648, PR:1652)
    137141
    138142==== JSON /  REST support ====
     
    148152==== Unit tests / CI ====
    149153
    150  * CI: Make test report available as artifact (PR:1484)
     154 * CI: make test report available as artifact (PR:1484)
    151155 * !GitHub action CI: drop ubuntu-16.04 (PR:1254)
    152156 * testsuite: fix libgis/parser_json.c and r.fillnull (PR:1346)
     
    160164 * G78:r.out.gdal manual: added COG example (PR:1554), fix LZW export example
    161165 * G78:r.series: manual update (PR:1246)
    162  * G78:r.stream.extract: Fix typos in the manual (PR:1352) (PR:1383)
     166 * G78:r.stream.extract: fix typos in the manual (PR:1352) (PR:1383)
    163167 * G78:t.register manual: add link to r.timestamp
    164168 * G78:t.select manual: add scientific paper ref
     
    176180
    177181 * i18N: sync from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/) (PR:1520)
     182 * i18n: Sync from Transifex for rel78 (PR:1340, PR:1466, PR:1593)
    178183 * i18n: Remove duplicate messages from po files (PR:1397)
    179  * i18n: Sync from Transifex for rel78 (PR:1466)
    180  * i18n: sync from Transifex (PR:1340)
    181184 * Sync Transifex; labelcolumn => label_column for v.to.rast (PR:1385)
    182185 * Updated translators.csv file (PR:1249)