This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository rasterio.
commit 9edd7c85543e7d6277b215d5ef620cb9177337c1 Merge: 959f8e5 e86356d Author: Bas Couwenberg <[email protected]> Date: Fri Mar 25 00:24:36 2016 +0100 Merge tag 'upstream/0.32.0' Upstream version 0.32.0 AUTHORS.txt | 37 ++-- CHANGES.txt | 37 +++- README.rst | 2 +- docs/cli.rst | 4 +- docs/colormaps.rst | 2 +- docs/concurrency.rst | 2 - docs/datasets.rst | 8 +- docs/features.rst | 6 +- docs/georeferencing.rst | 4 +- docs/masks.rst | 8 +- docs/tags.rst | 2 +- docs/windowed-rw.rst | 12 +- examples/concurrent-cpu-bound.py | 2 - examples/decimate.py | 2 +- examples/rasterio_polygonize.py | 2 +- examples/sieve.py | 2 +- rasterio/__init__.py | 4 +- rasterio/_base.pyx | 19 +- rasterio/_err.pyx | 3 +- rasterio/_gdal.pxd | 5 + rasterio/_io.pxd | 1 + rasterio/_io.pyx | 40 ++-- rasterio/_warp.pyx | 386 +++++++++++++++++++++++---------------- rasterio/crs.py | 2 +- rasterio/enums.py | 1 + rasterio/errors.py | 13 +- rasterio/features.py | 4 +- rasterio/rio/bands.py | 7 +- rasterio/rio/calc.py | 7 +- rasterio/rio/features.py | 135 ++++++-------- rasterio/rio/helpers.py | 26 ++- rasterio/rio/info.py | 55 +----- rasterio/rio/merge.py | 18 +- rasterio/rio/options.py | 63 ++++++- rasterio/rio/warp.py | 174 ++++++++++++------ rasterio/tool.py | 54 +++++- rasterio/tools/mask.py | 92 ++++++++++ rasterio/transform.py | 1 + rasterio/warp.py | 115 +++++++----- tests/conftest.py | 36 ++++ tests/data/no_band.h5 | Bin 0 -> 9836 bytes tests/data/world.byte.tif | Bin 0 -> 54885 bytes tests/test_crs.py | 20 +- tests/test_read.py | 7 + tests/test_rio_features.py | 4 +- tests/test_rio_helpers.py | 31 +++- tests/test_rio_info.py | 42 +---- tests/test_rio_merge.py | 6 +- tests/test_rio_options.py | 33 +++- tests/test_rio_warp.py | 93 +++++++++- tests/test_tool.py | 45 ++++- tests/test_tools_mask.py | 51 ++++++ tests/test_transform.py | 21 +++ tests/test_warp.py | 78 ++++++-- tests/test_warp_transform.py | 63 +++++++ 55 files changed, 1304 insertions(+), 583 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

