Changes between Version 8 and Version 9 of Release/7.8.0-News
- Timestamp:
- 08/18/19 10:33:54 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.8.0-News
v8 v9 60 60 * G78:r.thin: avoid integer overflow 61 61 * 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 62 64 * G78:v.buffer: added test for zero distance 63 65 … … 68 70 ==== Python scripting ==== 69 71 70 * ...72 * pygrass: fixing doctests (only for Python 3) 71 73 72 74 ==== Projection support ==== 73 75 74 * libproj: PROJ5: EPSG must lowercase epsg, PROJ6+: EPSG must uppercase EPSG76 * libproj: code clean-up; PROJ5: EPSG must lowercase epsg, PROJ6+: EPSG must uppercase EPSG 75 77 76 78 ==== Library changes ==== 77 79 78 80 * 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 80 84 81 85 ==== Unit tests ==== 82 86 83 * ... 87 * testsuite/examples/test_framework_GRASS_GIS_with_NC.sh: major cleanup 88 * various modules: respective testsuites cleaned up 84 89 85 90 ==== User Manuals - Documentation ==== … … 95 100 ==== Docker support ==== 96 101 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 98 104 99 105 ==== Message Translations ====