Changes between Version 24 and Version 25 of Release/7.4.0-News


Ignore:
Timestamp:
Jan 8, 2018, 1:49:43 PM (6 years ago)
Author:
neteler
Comment:

Updated for GRASS GIS 7.4.0RC2

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.4.0-News

    v24 v25  
    1212
    1313 * 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
    1427==== Release Candidate 1 (RC1) ====
    1528
    1629 * Release date: ''17 Nov 2017''
    17  * ~~Announcement: https://grass.osgeo.org/news/XXX~~
    1830 * Changelog: http://grass.osgeo.org/grass74/source/ChangeLog_7.4.0RC1.gz
    1931 * 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/grass72/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])
    2133 * SVN Source Code Checkout 7.4.0RC1:
    2234{{{
     
    3648A series of new features and stability fixes, manual improvements, and a few language translations have been added.
    3749
    38 The GRASS GIS 7.4.0 release provides '''more than 649 fixes and improvements''' with respect to the stable release 7.2.0.
     50The GRASS GIS 7.4.0 release provides '''more than 710 fixes and improvements''' with respect to the stable release 7.2.0.
    3951
    4052==== New modules ====
     
    6981 * support import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees
    7082 * various commands: unit tests added
     83
    7184==== Minor module changes ====
    7285
     86 * G74:i.atcorr: fix loading spectral responses
    7387 * G74:r.clump: fuzzy clumping, multispectral clumping, minimum clump size
    7488 * G74:r.sim.water: added parallelization support
     
    95109 * G74:v.rast.stats: added new -d flag for line densification (as in G74:v.to.rast) and corresponding tests
    96110 * G74:v.what: new -m flag to query overlapping features
     111 * G74:v.what: reset lists for each input map
    97112 * G74:v.patch: build topology after appending
    98113 * G74:v.surf.rst: new parallel implementation and testsuite
     
    104119   * Fixed null value bug, null value definitions are now passed to G74:r.what correctly
    105120   * added function to convert granularity to a smaller granularity
    106 
    107121
    108122=== Improvements in the Graphical User Interface ===
     
    123137=== Scripting ===
    124138
    125 New:
    126 
    127139 * PyGRASS:
    128140   * 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
     
    132144
    133145 * 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 ===
    139148
    140149 * Temporal framework:
     
    145154   * added function to convert granularity to a smaller granularity
    146155   * Enabled raster region specific parallel processing by using the MultiModule class
     156 * diglib: fix bug caused by compiler optimizations
    147157 * libproj:
    148158   * improved integration of GDAL and streamlining of spatial reference system handling
     
    160170   * NULL file compression by default
    161171   * support range of categories for CELL type
     172   * eliminate RPC/XDR dependency from raster library
    162173 * libsim:
    163174   * 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/
    164188
    165189=== New Addons since GRASS 7.2.0 ===