= GRASS GIS 7.0.5 = [[TOC]] [wiki:Release/7.0.0-News New features in GRASS 7] Binaries: http://grass.osgeo.org/download/software/#g70x === Releases === ==== Stable Release ==== * Release date: ''2 Oct 2016'' * Announcement: https://grass.osgeo.org/news/63/15/GRASS-GIS-7-0-5-released/ * Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.5.gz * Binaries: ​http://grass.osgeo.org/download/software/#g70x * Source code: http://grass.osgeo.org/grass70/source/grass-7.0.5.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.5.md5sum md5sum]) * SVN Source Code Checkout 7.0.5: {{{ svn checkout http://svn.osgeo.org/grass/grass/tags/release_20161002_grass_7_0_5 }}} ==== Release Candidate 2 (RC2) ==== * Release date: ''18 Sep 2016'' * Announcement: https://grass.osgeo.org/news/62/15/GRASS-GIS-7-0-5RC2-released * Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.5RC2.gz * Binaries: ​http://grass.osgeo.org/download/software/#g70x * Source code: http://grass.osgeo.org/grass70/source/grass-7.0.5RC2.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.5RC2.md5sum md5sum]) * SVN Source Code Checkout 7.0.5RC2: {{{ svn checkout http://svn.osgeo.org/grass/grass/tags/release_20160918_grass_7_0_5RC2 }}} ==== Release Candidate 1 (RC1) ==== * Release date: ''27 Aug 2016'' * Announcement: https://grass.osgeo.org/news/61/15/GRASS-GIS-7-0-5RC1-released/ * Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.5RC1.gz * Binaries: ​http://grass.osgeo.org/download/software/#g70x * Source code: http://grass.osgeo.org/grass70/source/grass-7.0.5RC1.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.5RC1.md5sum md5sum]) * SVN Source Code Checkout 7.0.5RC1: {{{ svn checkout http://svn.osgeo.org/grass/grass/tags/release_20160827_grass_7_0_5RC1 }}} === SVN Source Code === * Milestone: [milestone:"7.0.5"] * SVN Checkout latest 7.0 release branch (including yet unpublished bugfixes): {{{ svn checkout http://svn.osgeo.org/grass/grass/branches/releasebranch_7_0 }}} === Overview of changes === A series of stability fixes, manual improvements and a few language translations have been added. The GRASS GIS 7.0.5 release provides '''more than 150 fixes and improvements''' with respect to GRASS GIS 7.0.4. ==== New modules ==== * ''none'' ==== Major module changes ==== * ''none'' ==== Minor module changes ==== * G70:d.barscale/northarrow: fix layout when using frame, see #3121 * G70:db.connect: connection to remote database does not work (see #3167) * G70:db.login: PostgreSQL DB driver "pg": fix connection debug message to include also login info * G70:d.histogram: fix x axis labels for small numbers, see #2463 * G70:d.mon: enlarge width to unhide selection window; solves Gtk-CRITICAL GtkCheckButton message flooding (#3117) * G70:d.northarrow: fix multiplication of arrow in latlon regions, see #1242 and #1410 * G70:d.wms: fix move temp file with os.rename (fix #3148) * G70:g.extension: fix loading of temporal addons * G70:g.region: fix uninitialized struct - fixes convergence angle, #1500 * G70:i.segment: fix manhattan distance * G70:i.vi: print msg which index is actually calculated; fix ARVI name; apply standard NDVI color table in case of viname=ndvi; writing of color tables fixed * G70:r.mapcalc: fix wrong result when neighborhood modifier takes a cell above first * G70:r.out.gdal: enhance compatibility WRT metadata * G70:r.to.vect: delete output on error (see #2394) * G70:v.category: fix copy categories; fix Windows bug * G70:v.edit tool=merge: improve iteration over list of lines, handle zero-length lines * G70:v.in.ogr key flag does not change category values and you loose connection between features and attributes (fix #1494);fix segmentation fault (fix #2868) * G70:v.out.ogr: fix export areas without category as one multi-feature * G70:v.out.postgis: fix epsg vs. srid check * G70:v.what: escape backslash in attributes for valid JSON, see #3133 * G70:wxGUI: escape ampersand when writing d.wms into workspace, see #3147 * i.eb.* + i.evapo.*: fix for !MegaJoules per meter square per day ==== GUI changes ==== * wxgui: fix for profile surface map, bivariate scatter plot, histogram of raster map broken with wxPython 3.0.2 (#2558) * wxGUI: fix font dialogs on Mac, see #3046 * wxGUI/nviz: when showing legend parameter at can have floats not just int * wxGUI: catch also !UnicodeDecodeError when reading current directory as GISDBASE * G70:g.gui.gmodeler: substitute all occurrences of variable in command (bugfix) * wxGUI: fix escape button to close dialogs and fix keyboard shortcuts on Mac, see #797 * wxGUI: solve #2558 and #3112 by distributing wx.lib.plot.py with GRASS * wxGUI web_services: archived NASA !OnEarth replaced with NASA GIBS WMTS * G70:g.gui.gmodeler - not possible to remove data from model (trac #2947) * wxGUI: escape single quotes when editing attributes from GUI, see #2252 * GUI/vdigit: fix snapping units, see #2848 ==== PyGRASS changes ==== * python script: backported raster_what function to work with or without localized labels fixed #2912 ==== Library changes ==== * G_tempfile() lacks perror support (fix #2278) ==== Map projection changes ==== * libgis: register NAD83/2011 datum (EPSG:6543) ==== Portability changes ==== * Patches to make the build reproducible (fileordering, randomness) ===== MS Windows ===== * liblas support enabled ==== Manual pages ==== * G70:grass7 and G7:helptext intro pages: minor cleanup and fixes * G70:g.gui.gmodeler manual: fixed spelling errors * G70:i.atcorr manual and G7:imageryintro manual: clarify TOAR part; cross links added; keywords added * G70:r.import manual: fix WorldClim import example * G70:r.import manual: SRTM V3 example added * G70:r.in.gdal manual: add Worldclim import trick * G70:r.mapcalc manual/rasterintro: explain precision differences * G70:r.neighbors manual: fix average example (was wrongly in maximum) * G70:r.sim.water manual: cleanup * G70:r.statistics + r.stats.quantile + r.stats.zonal manual: extended * G70:r.univar/G70:r3.univar manuals: examples improved * G70:r.watershed manual: update manual * G70:v.distance manual: explain units of dmin and dmax * G70:v.overlay manual: remove duplicated notes about olayer option from the manual, figure caption cosmetics ==== Message translation updates ==== * Spanish translation * Polish translation === New Addons === New addons since release 7.0.4: * G7A:i.image.bathymetry: Satellite Derived Bathymetry (SDB) from multispectral images * G7A:i.landsat8.qc: Reclass Landsat8 QA band according to acceptable pixel quality as defined by the user * G7A:r.colors.cubehelix: Create or apply a cubehelix color table to a GRASS raster map * G7A:r.colors.matplotlib: Convert or apply a Matplotlib color table to a GRASS raster map * G7A:r.object.geometry: Calculates geometry parameters for raster objects. * G7A:r.quantile.ref: Determines quantile for input value from reference raster map layers. * G7A:r3.what: Queries 3D raster in specified 2D or 3D coordinates. * G7A:v.clip: Extracts features of input map which overlay features of clip map. * G7A:v.explode: Explode polylines, splitting them to separate lines (uses v.split + v.category) * G7A:v.in.pygbif: Search and import GBIF species distribution data directly from GBIF API using pygbif * G7A:v.sort.points: Sorts a vector point map according to a numeric column * G7A:v.strds.stats: Calculates univariate statistics from given space-time raster datasets based on a vector map * G7A:v.surf.tps: Performs thin plate spline interpolation with regularization and covariables * G7A:v.what.spoly: Queries vector map with overlaping spaghetti polygons (e.g. Landsat footprints) at given location. Polygons must have not intersected boundaries === Closed tickets === ==== Closed bugs since the last release ==== [[TicketQuery(status=closed&milestone=7.0.5&type=defect&order=priority)]] ==== Closed wishes since the last release ==== [[TicketQuery(status=closed&milestone=7.0.5&type=enhancement&order=priority)]] ==== Closed tasks since the last release ==== [[TicketQuery(status=closed&milestone=7.0.5&type=task&order=priority)]]