= GRASS GIS 7.0.2 = [[TOC]] Binaries: http://grass.osgeo.org/download/software/#g70x === Releases === * ~~Release date: ''XX XXX 2015''~~ * ~~Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.2.gz~~ * ~~Source code: http://grass.osgeo.org/grass70/source/grass-7.0.2.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.2.md5sum md5sum])~~ * ~~SVN Source Code Checkout 7.0.2:~~ {{{ svn checkout http://svn.osgeo.org/grass/grass/tags/release_2015XXXX_grass_7_0_2 }}} ~~Release Candidate 2 (RC2):~~ * ~~Release date: ''XX Oct 2015''~~ * ~~Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.2RC2.gz~~ * ~~Source code: http://grass.osgeo.org/grass70/source/grass-7.0.2RC2.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.2RC2.md5sum md5sum])~~ * ~~SVN Source Code Checkout 7.0.2RC2:~~ {{{ svn checkout http://svn.osgeo.org/grass/grass/tags/release_201510XX_grass_7_0_2RC2 }}} Release Candidate 1 (RC1): * Release date: ''19 Oct 2015'' * Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.2RC1.gz * Source code: http://grass.osgeo.org/grass70/source/grass-7.0.2RC1.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.2RC1.md5sum md5sum]) * SVN Source Code Checkout 7.0.2RC1: {{{ svn checkout http://svn.osgeo.org/grass/grass/tags/release_20151019_grass_7_0_2RC1 }}} === SVN Source Code === * Milestone: [milestone:"7.0.2"] * 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 first release candidate GRASS GIS 7.0.2RC1 provides '''more than 160 fixes and improvements''' with respect to GRASS GIS 7.0.1. ==== New modules ==== * G7:r.import - Imports raster data into a GRASS raster map using GDAL library and reprojects on the fly. * G7:v.import - Imports vector data into a GRASS vector map using OGR library and reprojects on the fly. ==== Major module changes ==== * G7:v.buffer: implement -c -s flags also for GEOS; explain corners (caps) with screenshots ==== Minor module changes ==== * G7:g.proj: fix compilation issue when OGR is disabled * G7:r.in.gdal: add -j flag to perform projection check only (used by r.import) (r65911, fixes r66466) * G7:r.patch: call Rast_cell_size just once, not for every cell (backport r64877 and part of 66449) * G7:r.unpack/v.unpack: fix importing to xy location, see #2726 * G7:v.distance: tell user if input is 3D (esp. relevant for v.what.vect) * G7:v.in.ogr: wrong projection check when importing geometry column from table with multiple geometry columns (#2740) * G7:v.kernel: always show target raster resolution; fix dangling curly braces -Wdangling-else * G7:v.krige: updated to rgrass7 - sync to trunk (contributed by pvanbosgeo) * G7:v.pack: also package PROJ_EPSG if available (as available in newer locations) * G7:v.pack: also package PROJ_EPSG if available (as in newer locations) * G7:v.unpack: fix unpacking when name of archive and the packed map differ (merge from trunk, r66021) * temporal modules (t.*): Fixed usage of the 'z' flag; inform user then -z flag is switched on (much slower then) (trunk, r66319 + r66341) ==== GUI changes ==== * wxGUI/vnet: fix known problem with !StaticBoxes on Mac (merge from trunk, r66497) * wxGUI/vdigit: fix attribute dialog blocking window on MacOSX with wxpython 3 (merge from trunk, r65606) * wxGUI/animation: backport improvements from code sprint (resizing, text color, nprocs) * wxGUI: fix import order so that GUI doesn't crash when there is a problem with ctypes (merge from trunk, r66065) * wxGUI: fix GDALImport dialog to add multiple imported layers to layer manager; update onDone methods to pass event as argument (merge from trunk, r64372 and r64373) ==== Library changes ==== * libgis: catch empty region file (suggested in https://lists.osgeo.org/pipermail/grass-dev/2015-August/075933.html) (trunk, r65962) ==== PyGRASS changes ==== * pygrass modules: Fixed #2731 reading gisrc with multiple : in an entry caused problems (trunk, r66061) ==== Map projection changes ==== * none ==== Portability changes ==== * none ==== MS Windows ==== * winGRASS installer: offer Spearfish Location for GRASS GIS 7, not 6 * GRASS-Installer.nsi.tmpl: sync with trunk regarding g.mkfontcap run during standalone installation * GRASS-Installer.nsi: !SetOnFile -> !GrantOnFile * winGRASS installer: fix spearfish60_grass7 DB (use G7 version, not G6 version) ==== Manual pages ==== * G7:g.gui.vdigit manual: update 'Copy features from (background) vector map' description * G7:v.overlay: screenshots added * G7:v.select: screenshots added * G7:v.lidar.edgedetection: complete example and 2D and 3D picture (backport r66147) * G7:v.in.db manual: Open Document spreadsheet added * G7:i.segment manual: Landsat7 example added * G7:t.register manual: extend manual * G7:i.cluster manual: expanded for algorithm description (trunk, r66233) * G7:v.select manual: full set of NC example added (contributed by Carol X Garzon-Lopez) ==== Message translation updates ==== * Sylvain Maillard: FR translation cont'ed === Closed tickets === ==== Closed bugs since the last release ==== [[TicketQuery(status=closed&milestone=7.0.2&type=defect&order=priority)]] ==== Closed wishes since the last release ==== [[TicketQuery(status=closed&milestone=7.0.2&type=enhancement&order=priority)]] ==== Closed tasks since the last release ==== [[TicketQuery(status=closed&milestone=7.0.2&type=task&order=priority)]]