Changes between Version 3 and Version 4 of Release/2.1.0-News


Ignore:
Timestamp:
Apr 25, 2016, 4:27:57 AM (8 years ago)
Author:
Even Rouault
Comment:

Update for 2.1.0 RC3

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.1.0-News

    v3 v4  
    212212 * gdal_rasterize: rasterize: always create output with 1/2 cell buffer of input geometry envelope (#6058)
    213213 * gdal_rasterize: add the -dialect option
     214 * gdal_rasterize: accept NaN as a valid value for -init / -burn (#6467)
    214215 * gdalwarp: add -doo option to specify open options of (existing) output dataset
    215216 * gdalwarp: if RPC_DEM warping option is specified, use exact transformer by default (#5993)
     
    237238 * gdalbuildvrt / gdal_translate / VRT: use floating point values for source and destination offsets and sizes (#6127)
    238239 * gdalmove.py: fix to run with GDAL 2.0 gdal.InvGeoTransform() signature
     240 * gdal_calc.py: Add * from gdalnumeric to gdal_calc.py eval namespace again, to fix 2.0 regression that made for example 'log10(A)' to no longer work (https://github.com/OSGeo/gdal/pull/121)
    239241
    240242Python samples:
     
    458460 * determine a resolution that will not result in a number that is larger than the maximum size of an integer.  Any value that exceeds the maximum size of an integer will raise an invalid dataset dimensions error. (https://github.com/OSGeo/gdal/pull/89)
    459461
     462XYZ driver:
     463 * be more robust to not exactly equal X and Y spacing (#6461)
     464
    460465== OGR 2.1.0 - Overview of Changes ==
    461466