GRASS GIS 7.0.3
Table of Contents
Binaries: http://grass.osgeo.org/download/software/#g70x
Releases
Stable Release
- Release date: 28 Jan 2016
- Announcement: https://grass.osgeo.org/news/54/15/GRASS-GIS-7-0-3-released
- Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.3.gz
- Binaries: http://grass.osgeo.org/download/software/#g70x
- Source code: http://grass.osgeo.org/grass70/source/grass-7.0.3.tar.gz (md5sum)
- SVN Source Code Checkout 7.0.3:
svn checkout http://svn.osgeo.org/grass/grass/tags/release_20160128_grass_7_0_3
Release Candidate 2 (RC2)
- Release date: 15 Jan 2016
- Announcement: https://grass.osgeo.org/news/51/117/GRASS-GIS-7-0-3RC2-released
- Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.3RC2.gz
- Binaries: http://grass.osgeo.org/download/software/#g70x
- Source code: http://grass.osgeo.org/grass70/source/grass-7.0.3RC2.tar.gz (md5sum)
- SVN Source Code Checkout 7.0.3RC2:
svn checkout http://svn.osgeo.org/grass/grass/tags/release_20160115_grass_7_0_3RC2
Release Candidate 1 (RC1)
- Release date: 31 Dec 2015
- Announcement: https://grass.osgeo.org/news/51/117/GRASS-GIS-7-0-3RC1-released/
- Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.3RC1.gz
- Binaries: http://grass.osgeo.org/download/software/#g70x
- Source code: http://grass.osgeo.org/grass70/source/grass-7.0.3RC1.tar.gz (md5sum)
- SVN Source Code Checkout 7.0.3RC1:
svn checkout http://svn.osgeo.org/grass/grass/tags/release_20151231_grass_7_0_3RC1
SVN Source Code
- Milestone: 7.0.3
- 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.3 release provides more than 210 fixes and improvements with respect to GRASS GIS 7.0.2. Of particular interest is the new winGRASS 64 bit support.
New modules
- G70:g.gui.tplot - Allows the user to see in a plot the values of one or more temporal raser datasets for a queried point defined by a coordinate pair. Also allows plotting data of vector dataset for a defined categories and attribute.
Major module changes
- G70:d.fontlist: fix crashes on Windows
- G70:r.stream.extract: fix correction for diagonal flow bias
- G70:r.watershed: fix correction for diagonal flow bias
- G70:v.surf.idw: fix for severe bug in distance calculations
Minor module changes
- G70:g.remove: print warning when no files found
- G70:g.proj: don't ignore epsg as parameter when printing info (-p/g)
- G70:r.fill.dir: remove temporary files when done
- G70:r.mapcalc: Set default workers to zero
- G70:r.thin: Support reclassified raster maps
- temporal framework: Added output and region flag to t.rast.univar
- G70:v.db.join: fix db.describe and mysql support
- G70:v.db.renamecolumn: fix mysql support
- G70:v.generalize: add test for self-intersection
- G70:v.import: show reprojection progress; catch exception when unable to open datasource
- G70:v.in.ogr: backport -j flag; add new parameters "epsg" and "datum_trans"
- G70:v.rast.stats: fix handling column prefixes, check for MASK only in the current mapset
- G70:v.surf.bspline: move opening raster after opening driver
- G70:v.what.rast: exit when no features of given type found, precision fix for -i interpolate
- G70:v.what.strds: new flag to update attribute table of input vector map
- G70:v.out.ogr: Forcing use of OGR_G_AddPoint_2D when map is not 3D (attempt to fix #2300)
GUI changes
- wxGUI: fix launching v.krige, fix encoding issues
- wxGUI/colortable: fix saving color table to file
- wxGUI/dbmgr: fix removing layer together with table
- wxGUI/modeler: fix setting parametrized options multiple times, overwrite flag handling fixed, various fixes
- wxGUI/modeler: check validity of input file when loading
- wxGUI/forms: fix g.remove/g.list all selection
- wxGUI/gmodeler: fix add command dialog layout
- wxGUI/gmodeler: replace wx.TextEntryDialog with gui_core.TextEntryDialog (fix set comment multiline input)
Library changes
- libgis: Fix handling of quotes in G_tokenize()
- vedit vector lib: forward port r58512 and r58516 (fixing #719: unexpected line with v.edit tool=break)
PyGRASS changes
- grass.py: fix initialization script when gis_set.py is not available
- pythonlib: implement db_begin/commit_transaction
- GridModule: fix leaving processes behind, add option to name mapsets
- pygrass: sync get_path_lib() and set_path() with trunk (fixes compiling of some addons)
- pythonlib: fix db_connection(True) when default DB connection is not defined
Map projection changes
- n/a
Portability changes
- grass.desktop: high res icons added, Debian specific xpm removed
- Makefile system: add soname on linux
- config.guess, config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/
- grass.desktop Appdata file: keywords updated
MS Windows
- Proj.4 library (included in binary) upgraded to 4.9.2
- winGRASS 64 bit support (via OSGeo4W 64bit Installer)
- winGRASS-R-integration: fix check R installation
- wingrass: add psycopg2 to OSGeo4W dependecies
Manual pages
- Examples added to various manual pages (i.landsat.toar, i.vi, r.buffer, r.grow.distance, v.buffer, v.rast.stats, t.rast.aggregate.ds, ...)
Message translation updates
- messages catalogue files (.po) updated
- French messages updated
- Latvian messages updated
- Spanish messages updated
Closed tickets
Closed bugs since the last release
- #68
- grass libraries sonames
- #719
- v.edit tool=break: breaking more then 6 coords and producing of an unexpected line
- #1468
- i.vi only produces 0 value maps
- #1708
- r.fill.dir leaves unresolved areas
- #2300
- v.out.ogr: spatialite support not working
- #2352
- Conflicting definitions of db__driver_describe_table
- #2434
- v.surf.bspline: WARNING: Unable to rename null file / WARNING: Unable to write quant rules:
- #2441
- Underscore to avoid Python keywords used improperly in grass.script
- #2476
- vector digitizer crashing with _breakLineAtIntersection
- #2598
- g.extension compilation fails
- #2612
- pygrass: grid module still contains references to old type names
- #2617
- wxgui Raster query redirect to console UnicodeDecodeError
- #2622
- Text interface quits immediately when run from zsh shell
- #2652
- v.in.e00
- #2654
- r.thin crashes
- #2692
- v.in.ascii does not handle text in qoutes
- #2711
- v.patch -e crashes
- #2727
- wxGUI startup: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)
- #2744
- r.import latlong bug
- #2745
- i.cluster: report file has wrong linebreaks on Windows
- #2759
- v.rast.stats and mySQL
- #2763
- Broken URL in db.in.org wiki page
- #2775
- Hangs when closing db drivers
- #2783
- mswindows / osgeo4w / grass.tmpl: OSGEO4W_ROOT_MSYS="@OSGEO4W_ROOT_MSYS@" not updated
- #2792
- db.describe and mysql
- #2795
- v.krige fails to launch from wxgui menu if a vector map is selected
- #2797
- db.databases will not connect to postgres database in GRASS 7.0.2RC2 on Win7 and Ubuntu 15.10
- #2800
- wxGUI modeler: encoding issue
- #2801
- wxGUI modeler: overwrite flag not saved when reopening module dialog
- #2803
- Various typo fixes
- #2806
- Error in the example of r.lake
- #2808
- grass --version throws an exception
- #2809
- grass --version displays the wrong release number
- #2812
- Wrong command r.lake.series examples
- #2815
- Grass and Pillow > 3.0.0
- #2819
- v.db.renamecolumn mysql error
- #2824
- g.gui.timeline throws exception when trying to display temporal dataset.
- #2825
- Update ppa package for 7.0.2
- #2826
- wxGUI: encoding issues
- #2827
- wxGUI: encoding error in error messages
- #2828
- t.rast.list gives error message if there are other mapsets with temp. database in search path
- #2831
- v.rast.stats does not respect layer option
- #2832
- r.damflood return code
- #2833
- g.gui.metadata export to pdf fails
- #2835
- wxgui: encoding error in manually entered rules
- #2841
- Patch for spelling errors in 7.0.3RC1
- #2844
- g.remove gui - selecting all types doesn't work
- #2861
- Copy 'Windows batchfiles for use with R' (GRASS-R-integration) from source to PACKAGE_DIR\extrabin not done
- #2862
- v.dissolve not working
- #2870
- d.fontlist crashes on Windows
- #2972
- grass --version fails
Closed wishes since the last release
Closed tasks since the last release
No results
Last modified
8 years ago
Last modified on 06/01/16 16:27:55
Note:
See TracWiki
for help on using the wiki.