wiki:Release/7.0.3-News

Version 17 (modified by neteler, 8 years ago) ( diff )

--

GRASS GIS 7.0.3

New features in GRASS 7

Binaries: http://grass.osgeo.org/download/software/#g70x

Releases

Release Candidate 2 (RC2)

Release Candidate 1 (RC1)

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.3RC2 release provides more than 190 fixes and improvements with respect to GRASS GIS 7.0.2.

New modules

  • G7: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

Minor module changes

  • G7:g.remove: print warning when no files found
  • G7:g.proj: don't ignore epsg as parameter when printing info (-p/g)
  • G7:r.fill.dir: remove temporary files when done
  • G7:r.mapcalc: Set default workers to zero
  • G7:r.thin: Support reclassified raster maps
  • temporal framework: Added output and region flag to t.rast.univar
  • G7:v.db.join: fix db.describe and mysql support
  • G7:v.db.renamecolumn: fix mysql support
  • G7:v.generalize: add test for self-intersection
  • G7:v.import: show reprojection progress; catch exception when unable to open datasource
  • G7:v.in.ogr: backport -j flag; add new parameters "epsg" and "datum_trans"
  • G7:v.rast.stats: fix handling column prefixes, check for MASK only in the current mapset
  • G7:v.surf.bspline: move opening raster after opening driver
  • G7:v.what.rast: exit when no features of given type found, precision fix for -i interpolate
  • G7:v.what.strds: new flag to update attribute table of input vector map
  • G7:v.out.ogr: Forcing use of OGR_G_AddPoint_2D when map is not 3D (attempt to fix #2300)

GUI changes

  • wxGUI/colortable: fix saving color table to file
  • wxGUI/modeler: fix setting parametrized options multiple times, overwrite flag handling fixed, various fixes
  • wxGUI: fix launching v.krige, fix encoding issues
  • 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
  • pythonlib: fix db_connection(True) when default DB connection is not defined

Map projection changes

Portability changes

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, v.buffer, v.rast.stats, t.rast.aggregate.ds, ...)

Message translation updates

  • messages catalogue files (.po) updated
  • French messages updated
  • Latvian 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

#1213
wingrass 64bit branch
#2777
Drop menu file in favor of desktop file
#2793
t.rast.univar lacks "output" option to get output in text file
#2811
Reduce number of Start menu shortcuts on MS Windows

Closed tasks since the last release

No results

Note: See TracWiki for help on using the wiki.