[rasterio] 03/07: Merge tag 'upstream/0.18'

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Feb 10 21:19:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit ff34381920d94ce76ac01516940e28d98bc2c097
Merge: 624a85d 498df05
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Feb 10 21:37:24 2015 +0100

    Merge tag 'upstream/0.18'
    
    Upstream version 0.18

 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(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git



More information about the Pkg-grass-devel mailing list