----------------- - Support for more data types in seive() (159). - Handle unexpected PROJ.4 values like "+no_defs=True" (173). - Support for writing PNG, JPEG, etc using GDALCreateCopy (177). - New rio-stack command (180). - Moved rio CLI main entry point to rasterio/rio/main:cli. - Add rio-env command and --version option to rio. - Make -f and --format aliases for --driver in CLI options (183). - Remove older rio_* scripts (184). - `out` keyword arg supercedes `output` in rasterio.features (179).
0.14.1
Not secure
------------------- - Allow update of nodata values in r+ mode (167).
0.14
Not secure
----------------- - Fixed tag update crasher (145). - Add --mask and --bidx options to rio shapes (150). - Faster geometry transforms and antimeridian cutting (163). - Support for more data types in shapes() and rasterize() (155, 158). - Switch to Cython 0.20+ for development (151).
0.13.2
Not secure
------------------- - Add enum34 to requirements (149). - Make rasterize() more robust (146). - Pin Cython>=0.20 and Numpy>=1.8 (151).
0.13.1
Not secure
------------------- - Read unprojected images with less flailing (117).
0.13
Not secure
----------------- - Add single value options to rio info command (139, 143). - Switch to console scripts entry points for rio, &c (137). - Avoid unnecessary imports of Numpy in info command, elsewhere (140).