47 | | * G7:g.extention: improve handling of broken zip files on Windows |
48 | | * G7:g.manual: use web browser package |
49 | | * G7:g.mapset: added G_OPT_M_DIR for GISDBASE selection |
50 | | * G7:r.compress: print flag added; examples added |
51 | | * G7:r.mapcalc: Prevent concurrent raster reads when a MASK is present |
52 | | * G7:r.report: fix broken layout (units moved to right) |
53 | | * G7:r.surf.idw: exit with fatal error in case of FCELL or DCELL input |
54 | | * G7:v.category: fix option=transfer, #2618 |
55 | | * G7:v.in.ogr: do not use old projection for area calculations in new projection, improve topological cleaning suggestions |
56 | | * G7:v.surf.bspline: fix when no default DB is defined |
57 | | * G7:v.surf.rst: sync elevation color table with the new elevation table |
58 | | * G7:v.vol.rst: do not ignore null values in cross_input (causes serious slow down on MS Windows) |
59 | | * G7:v.what.strds: added to Makefile |
| 49 | * G7:g.extention: improve handling of broken zip files on Windows |
| 50 | * G7:g.manual: use web browser package |
| 51 | * G7:g.mapset: added G_OPT_M_DIR for GISDBASE selection |
| 52 | * G7:r.compress: print flag added; examples added |
| 53 | * G7:r.report: fix broken layout (units moved to right) |
| 54 | * G7:r.surf.idw: exit with fatal error in case of FCELL or DCELL input |
| 55 | * G7:v.category: fix option=transfer, #2618 |
| 56 | * G7:v.colors: reading from stdin is not supported, inform user about that |
| 57 | * G7:v.in.ogr: do not use old projection for area calculations in new projection, improve topological cleaning suggestions |
| 58 | * G7:v.surf.bspline: fix when no default DB is defined |
| 59 | * G7:v.surf.rst: sync elevation color table with the new elevation table |
| 60 | * G7:v.to.3d: make reverse transformation possible also for lines - contours |
| 61 | * G7:v.vect.stats: fixed error msgs; examples added |
| 62 | * G7:v.vol.rst: do not ignore null values in cross_input (causes serious slow down on MS Windows) |
| 63 | |
82 | | * dbmilib: fix db_copy_table() - overwrite existing table |
83 | | * libgis: fix missing std options in r64733 |
84 | | * libgis: create standardized option for location and dbase, use it in r.proj, v.proj, g.mapset |
85 | | * libgis: Improve consistency of rand() between 32-bit and 64-bit platforms |
86 | | * libraster: use strerror(errno) |
87 | | * PyGRASS: fix exception check, remove unused or duplicated code |
88 | | * PyGRASS: removed references to !RasterNumpy |
89 | | * PyGRASS: add VARCHAR column support on Table |
90 | | * PyGRASS: fix undefined limits in the Parameter class |
91 | | * PyGRASS: fix Area.boundaries() |
| 93 | * dbmilib: fix db_copy_table() - overwrite existing table |
| 94 | * libgis: fix missing std options in r64733 |
| 95 | * libgis: create standardized option for location and dbase, use it in r.proj, v.proj, g.mapset |
| 96 | * libgis: Improve consistency of rand() between 32-bit and 64-bit platforms |
| 97 | * libraster: use strerror(errno) |
| 98 | * libraster: get_row.c: Fix NaN check in GDAL (r.external) support |
| 99 | |
| 100 | ==== PyGRASS changes ==== |
| 101 | |
| 102 | * fix exception check, remove unused or duplicated code |
| 103 | * removed references to !RasterNumpy |
| 104 | * add VARCHAR column support on Table |
| 105 | * fix undefined limits in the Parameter class |
| 106 | * fix Area.boundaries() |
| 107 | * backported RasterSegment fix r65174 related to #2599 |
| 108 | * include in command also parameters with value equal 0 |
| 109 | * documentation improvements |
| 110 | * Add a new method to check the correctness of the provide parameter, a new special parameter: check_ is added to skip the check |
101 | | * G7:d.rast.num manual: example + screenshot added |
102 | | * G7:d.vect.chart manual: screenshot added |
103 | | * G7:g.gui.vdigit manual: Added a paragraph on topological digitizing of polygons (+ some language corrections) |
104 | | * G7:g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics |
105 | | * G7:i.eb.soilheatflux manual: more explanations about overpass time maps |
106 | | * pygrass manual: add missing import (PIPE) |
107 | | * G7:r.random.cells manual: clarify presence of 0 |
108 | | * G7:r.relief manual: added 'Exporting shaded relief maps to GeoTIFF' example |
109 | | * G7:r.slope.aspect manual: examples added |
110 | | * G7:r.watershed manual: clarify low mem max amount of pixels |
111 | | * G7:v.vect.stats added to G7:vectorintro.html |
112 | | * G7:v.vol.rst manual: wmult -> wscale; zmult -> zscale |
113 | | * G7:wxGUI vdigit manual: expanded |
114 | | * rename section BUGS to KNOWN ISSUES in manuals |
115 | | * [http://grass.osgeo.org/grass70/manuals/libpython/script_intro.html Introduction to grass.script package] |
116 | | * [http://grass.osgeo.org/grass70/manuals/libpython/script.html#module-script.setup Detailed documentation of grass.script.setup.init function] |
| 123 | * G7:d.legend manual: example + screenshot added |
| 124 | * G7:d.rast.num manual: example + screenshot added |
| 125 | * G7:d.vect.chart manual: screenshot added |
| 126 | * G7:g.gui.vdigit manual: Added a paragraph on topological digitizing of polygons (+ some language corrections) |
| 127 | * G7:g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics |
| 128 | * G7:i.eb.soilheatflux manual: more explanations about overpass time maps |
| 129 | * pygrass manual: add missing import (PIPE) |
| 130 | * G7:r.flow manual: examples added |
| 131 | * G7:r.random.cells manual: clarify presence of 0 |
| 132 | * G7:r.relief manual: added 'Exporting shaded relief maps to GeoTIFF' example |
| 133 | * G7:r.slope.aspect manual: examples added |
| 134 | * G7:r.watershed manual: clarify low mem max amount of pixels |
| 135 | * G7:v.vect.stats added to G7:vectorintro.html |
| 136 | * G7:v.vol.rst manual: wmult -> wscale; zmult -> zscale |
| 137 | * G7:wxGUI vdigit manual: expanded |
| 138 | * rename section BUGS to KNOWN ISSUES in manuals |
| 139 | * [http://grass.osgeo.org/grass70/manuals/libpython/script_intro.html Introduction to grass.script package] |
| 140 | * [http://grass.osgeo.org/grass70/manuals/libpython/script.html#module-script.setup Detailed documentation of grass.script.setup.init function] |
| 141 | |
119 | | * Many languages updated with many new translations ([http://grass.osgeo.org/development/translations/#statistics see stats]) |
120 | | * Maris Nartiss: Latvian translation (port from trunk) |
121 | | * Shulin Yang: Chinese translation cont'ed |
122 | | * Sylvain Maillard: French translation cont'ed |
123 | | * Stanislav Horáček: Czech translation updated |
| 144 | * Many languages updated with many new translations ([http://grass.osgeo.org/development/translations/#statistics see stats]) |
| 145 | * Maris Nartiss: Latvian translation (port from trunk) |
| 146 | * Shulin Yang: Chinese translation cont'ed |
| 147 | * Sylvain Maillard: French translation cont'ed |
| 148 | * Stanislav Horáček: Czech translation updated |