This is an automated email from the git hooks/post-receive script. johanvdw-guest pushed a change to branch upstream in repository rasterio.
from f460b6c Imported Upstream version 0.17 adds 498df05 Imported Upstream version 0.18 No new revisions were added by this update. Summary of changes: CHANGES.txt | 13 + build-wheels.sh | 18 - docs/cli.rst | 191 +++++++-- docs/reproject.rst | 50 ++- rasterio/__init__.py | 2 +- rasterio/_base.pxd | 1 + rasterio/_base.pyx | 119 +++++- rasterio/_drivers.pyx | 4 +- rasterio/_err.pyx | 2 +- rasterio/_example.pyx | 2 + rasterio/_features.pyx | 64 ++- rasterio/_fill.pyx | 84 ++++ rasterio/_gdal.pxd | 4 +- rasterio/_io.pyx | 48 ++- rasterio/_warp.pyx | 109 +----- rasterio/features.py | 23 +- rasterio/fill.py | 47 +++ rasterio/rasterfill.cpp | 886 ++++++++++++++++++++++++++++++++++++++++++ rasterio/rio/features.py | 236 ++++++++++- rasterio/rio/info.py | 42 +- rasterio/rio/main.py | 3 +- rasterio/rio/sample.py | 94 +++++ rasterio/warp.py | 3 +- requirements-dev.txt | 2 +- setup.py | 22 +- tests/conftest.py | 8 + tests/test_features_bounds.py | 65 ++++ tests/test_fillnodata.py | 45 +++ tests/test_rio_features.py | 282 +++++++++++++- tests/test_rio_info.py | 42 ++ tests/test_rio_sample.py | 81 ++++ tests/test_sampling.py | 17 + tests/test_tags.py | 8 + tests/test_transform.py | 14 +- 34 files changed, 2398 insertions(+), 233 deletions(-) delete mode 100644 build-wheels.sh create mode 100644 rasterio/_fill.pyx create mode 100644 rasterio/fill.py create mode 100644 rasterio/rasterfill.cpp create mode 100644 rasterio/rio/sample.py create mode 100644 tests/test_features_bounds.py create mode 100644 tests/test_fillnodata.py create mode 100644 tests/test_rio_sample.py create mode 100644 tests/test_sampling.py -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel