Changes between Version 7 and Version 8 of Release/7.8.2-News
- Timestamp:
- 12/07/19 04:18:54 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.8.2-News
v7 v8 15 15 * ~~https://github.com/OSGeo/grass/releases/tag/7.8.2~~ 16 16 * ~~https://grass.osgeo.org/grass78/source/grass-7.8.2.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.2.md5sum md5sum])~~ 17 18 ==== Release Candidate 2 (RC2) ==== 19 20 * Release date: ''7 Dec 2019'' 21 * Changelog: https://grass.osgeo.org/grass78/source/ChangeLog_7.8.2RC2.gz 22 * Binaries: https://grass.osgeo.org/download/software/#g78x 23 * Source code: 24 * https://github.com/OSGeo/grass/releases/tag/7.8.2RC2 25 * https://grass.osgeo.org/grass78/source/grass-7.8.2RC2.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.2RC2.md5sum md5sum]) 17 26 18 27 ==== Release Candidate 1 (RC1) ==== … … 42 51 **Breaking news: Python 3, PROJ 6 and GDAL 3 compatibility in 7.8** 43 52 44 The GRASS GIS 7.8.2 release provides '''more than [https://github.com/OSGeo/grass/compare/releasebranch_7_8@%7B11-09-19%7D...releasebranch_7_8@%7B1 1-29-19%7D 39fixes and improvements]''' with respect to the release 7.8.1.53 The GRASS GIS 7.8.2 release provides '''more than [https://github.com/OSGeo/grass/compare/releasebranch_7_8@%7B11-09-19%7D...releasebranch_7_8@%7B12-07-19%7D 43 fixes and improvements]''' with respect to the release 7.8.1. 45 54 46 55 ==== New modules ==== … … 54 63 * G78:r.import: updated to be used in parallel jobs 55 64 * G78:r.topidx: [https://github.com/OSGeo/grass/pull/193 r.topidx: fix bug which shows up with very steep slopes] 65 * G78:v.in.ogr: important fix for PostGIS connections: the order of features as returned by OGR might change in the second pass when assigning centroids to areas (triggered in parallelized PostGIS access). Fixed by using binary balanced search tree to map fid to cat 56 66 57 67 ==== Minor module changes ==== … … 69 79 * wxGUI: fixed "ImportError: cannot import name 'NewIdRef' on some systems 70 80 * wxGUI: do not fail on invalid RC file 81 * wxGUI: replace obsolete wx.BitmapFromImage 82 * wxGUI wxplot: use wxpython plotting instead of old local copy 71 83 72 84 ==== Python scripting ====