Changes between Version 65 and Version 66 of Release/7.2.0-News


Ignore:
Timestamp:
Nov 24, 2016, 2:50:43 PM (7 years ago)
Author:
neteler
Comment:

alpha order seems hard to maintain ...

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.2.0-News

    v65 v66  
    103103==== Minor module changes ====
    104104
    105  * G72:r.patch - speed optimization (approximately 10% faster than previous version)
    106  * G72:r.random.cells - ncells to generate only limited number of cells
     105 * G72:d.northarrow - describe arrows in the same way as barscales
     106 * G72:d.to.rast: fixed
     107 * G72:r.fillnulls - add lambda parameter of G7:r.resamp.bspline
    107108 * G72:r.in.lidar
    108109  * -n flag to set region according to the newly created raster (useful with -e flag)
     
    110111  * bug fix for extremely large rasters
    111112  * -v to import use only valid points. This is a change of behavior. Previously, invalid points were always ignored. The behavior was removed because of unclear definition of invalid point in libLAS library. No invalid points are filtered out only when requested which makes it consistent with other filters. However, if invalid points are present, user gets a warning message.
     113 * G72:r.patch - speed optimization (approximately 10% faster than previous version)
     114 * G72:r.random.cells - ncells to generate only limited number of cells
     115 * G72:r.rgb - better error message when none of the required options is provided
    112116 * G72:v.in.lidar
    113117  * id_layer, return_layer, class_layer, rgb_layer to store point attributes as layers and categories
     
    119123 * G72:v.random - now accepts much larger numbers as the number of requested points
    120124 * G72:v.distance - fix bug when 3D point inside a 2D area was classified as being outside
    121  * G72:d.northarrow - describe arrows in the same way as barscales
    122  * G72:r.fillnulls - add lambda parameter of G7:r.resamp.bspline
    123  * G72:r.rgb - better error message when none of the required options is provided
    124125 * G72:v.outlier - added missing 6.4 compatibility option for lambda (lambda_i in 6.4)
    125126==== GUI changes ====