Changes between Version 8 and Version 9 of Release/7.8.0-News


Ignore:
Timestamp:
Aug 18, 2019, 10:33:54 AM (5 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.0-News

    v8 v9  
    6060 * G78:r.thin: avoid integer overflow
    6161 * G78:r.walk: add option nearest from r.cost
     62 * G78:v.in.geonames: read as UTF8
     63 * G78:v.in.pdal: use PDAL streaming instead of PointView
    6264 * G78:v.buffer: added test for zero distance
    6365
     
    6870==== Python scripting ====
    6971
    70  * ...
     72 * pygrass: fixing doctests (only for Python 3)
    7173
    7274==== Projection support ====
    7375
    74  * libproj: PROJ5: EPSG must lowercase epsg, PROJ6+: EPSG must uppercase EPSG
     76 * libproj: code clean-up; PROJ5: EPSG must lowercase epsg, PROJ6+: EPSG must uppercase EPSG
    7577
    7678==== Library changes ====
    7779
    7880 * 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
     81 * libpython: float_or_dms accept E,W,N,S
     82 * libraster: fsync data files before closing, and capture any errors; sync_and_close() null file; no fsync check for corrupt raster data on Windows
     83 * libvector: support reserved PostgreSQL keywords as column name by quoting when exporting vector map to PostGIS database; Vect_cidx_find_all() should not allow mixing GV_AREA with other geometries
    8084
    8185==== Unit tests ====
    8286
    83  * ...
     87 * testsuite/examples/test_framework_GRASS_GIS_with_NC.sh: major cleanup
     88 * various modules: respective testsuites cleaned up
    8489
    8590==== User Manuals - Documentation ====
     
    95100==== Docker support ====
    96101
    97  * docker image available at https://hub.docker.com/r/mundialis/grass-py3-pdal
     102 * Various docker images listed at: https://grass.osgeo.org/download/software/docker-images/
     103 * Dockerfile: updated to Python 3
    98104
    99105==== Message Translations ====