---------------- - Add support for dataset and band tags (32). - Add testing dependence on pytest (33). - Add support for simple RGBA colormaps (34). - Fix for a crasher that occurs when a file is sent through a write-read revolving door. - New docs for tags and colormaps.
0.5.1
Not secure
------------------ - Add mask option to shapes() function (26). - Add rasterio.insp interactive interpreter.
0.5
Not secure
---------------- - Access to shapes of raster features via GDALPolygonize (20). - Raster feature sieving (21). - Registration and de-registration of drivers via context managers (22).
0.4
Not secure
---------------- - Add nodatavals property (13). - Allow nodata to be set when opening file to write (17).
0.3
Not secure
---------------- - Drop six dependency (9) - Add crs_wkt attribute (10). - Add bounds attribute and ul() method (11). - Add block_windows property (7). - Enable windowed reads and writes (6). - Use row,column ordering in window tuples as in Numpy (13). - Add documentation on windowed reading and writing.
0.2
Not secure
---------------- - Band indexes start at 1 (2). - Decimation or replication of pixels on read and write (3). - Add rasterio.copy() (5).