Changes between Version 24 and Version 25 of Release/7.4.0-News
- Timestamp:
- 01/08/18 13:49:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.4.0-News
v24 v25 12 12 13 13 * TBD 14 15 ==== Release Candidate 2 (RC2) ==== 16 17 * Release date: ''18 Jan 2018'' 18 * ~~Announcement: https://grass.osgeo.org/news/XXX~~ 19 * Changelog: http://grass.osgeo.org/grass74/source/ChangeLog_7.4.0RC2.gz 20 * Binaries: http://grass.osgeo.org/download/software/#g74x 21 * Source code: http://grass.osgeo.org/grass74/source/grass-7.4.0RC2.tar.gz ([http://grass.osgeo.org/grass74/source/grass-7.4.0RC2.md5sum md5sum]) 22 * SVN Source Code Checkout 7.4.0RC2: 23 {{{ 24 svn checkout https://svn.osgeo.org/grass/grass/tags/release_20180108_grass_7_4_0RC2 25 }}} 26 14 27 ==== Release Candidate 1 (RC1) ==== 15 28 16 29 * Release date: ''17 Nov 2017'' 17 * ~~Announcement: https://grass.osgeo.org/news/XXX~~18 30 * Changelog: http://grass.osgeo.org/grass74/source/ChangeLog_7.4.0RC1.gz 19 31 * Binaries: http://grass.osgeo.org/download/software/#g74x 20 * Source code: http://grass.osgeo.org/grass74/source/grass-7.4.0RC1.tar.gz ([http://grass.osgeo.org/grass7 2/source/grass-7.4.0RC1.md5sum md5sum])32 * Source code: http://grass.osgeo.org/grass74/source/grass-7.4.0RC1.tar.gz ([http://grass.osgeo.org/grass74/source/grass-7.4.0RC1.md5sum md5sum]) 21 33 * SVN Source Code Checkout 7.4.0RC1: 22 34 {{{ … … 36 48 A series of new features and stability fixes, manual improvements, and a few language translations have been added. 37 49 38 The GRASS GIS 7.4.0 release provides '''more than 649fixes and improvements''' with respect to the stable release 7.2.0.50 The GRASS GIS 7.4.0 release provides '''more than 710 fixes and improvements''' with respect to the stable release 7.2.0. 39 51 40 52 ==== New modules ==== … … 69 81 * support import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees 70 82 * various commands: unit tests added 83 71 84 ==== Minor module changes ==== 72 85 86 * G74:i.atcorr: fix loading spectral responses 73 87 * G74:r.clump: fuzzy clumping, multispectral clumping, minimum clump size 74 88 * G74:r.sim.water: added parallelization support … … 95 109 * G74:v.rast.stats: added new -d flag for line densification (as in G74:v.to.rast) and corresponding tests 96 110 * G74:v.what: new -m flag to query overlapping features 111 * G74:v.what: reset lists for each input map 97 112 * G74:v.patch: build topology after appending 98 113 * G74:v.surf.rst: new parallel implementation and testsuite … … 104 119 * Fixed null value bug, null value definitions are now passed to G74:r.what correctly 105 120 * added function to convert granularity to a smaller granularity 106 107 121 108 122 === Improvements in the Graphical User Interface === … … 123 137 === Scripting === 124 138 125 New:126 127 139 * PyGRASS: 128 140 * Implemented [https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html?highlight=multimodule#pygrass.modules.interface.module.MultiModule MultiModule] class and enabled temporary region environment for multi module runs. This class allows to put multiple modules into the parallel module queue, for example coupled g.region and r.mapcalc calls, that must be run in a specific order but many of these combined calls should run in parallel … … 132 144 133 145 * Regarding EPSG:3857 which uses spherical development of ellipsoidal coordinates: Relative to WGS 84 / World Mercator (EPSG:3395) errors of 0.7 percent in scale and differences in northing of up to 43km in the map (equivalent to 21km on the ground) may arise. This has been fixed in recent GRASS 7.4.0+, providing same results like GDAL. 134 == User Manuals - Documentation == 135 136 * Translations now managed in Transifex (please join and translate messages): https://www.transifex.com/grass-gis/grass72 137 138 == GRASS 7 Library changes == 146 147 === Library changes === 139 148 140 149 * Temporal framework: … … 145 154 * added function to convert granularity to a smaller granularity 146 155 * Enabled raster region specific parallel processing by using the MultiModule class 156 * diglib: fix bug caused by compiler optimizations 147 157 * libproj: 148 158 * improved integration of GDAL and streamlining of spatial reference system handling … … 160 170 * NULL file compression by default 161 171 * support range of categories for CELL type 172 * eliminate RPC/XDR dependency from raster library 162 173 * libsim: 163 174 * more control over seeding for random number generator 175 176 === User Manuals - Documentation === 177 178 * Various manual pages: new screenshots added, thanks to [https://grasswiki.osgeo.org/wiki/GRASS_GCI_Ideas_2017 Google Code-in] 179 * G74:i.ortho.photo: new manual page 180 181 === Message Translations === 182 183 * Translations now managed in Transifex (please join and translate messages): https://www.transifex.com/grass-gis/grass72 184 185 === Dockerfile === 186 187 * Updated, docker image e.g. available at https://hub.docker.com/r/neteler/grassgis7/ 164 188 165 189 === New Addons since GRASS 7.2.0 ===