[rasterio] 02/03: Merge tag 'upstream/0.30.0'

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Nov 18 12:56:53 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 2a8ff72aed008aeabea8a1e5d690142b55c25d58
Merge: 4f93b8c aa9e1e4
Author: Johan Van de Wauw <johan at vandewauw.be>
Date:   Wed Nov 18 12:42:41 2015 +0100

    Merge tag 'upstream/0.30.0'
    
    Upstream version 0.30.0

 .coveragerc                      |  13 +
 .gitignore                       |   1 +
 .travis.yml                      |   5 +-
 CHANGES.txt                      |  15 +-
 docs/windowed-rw.rst             |  49 ++
 rasterio/__init__.py             |  87 +++-
 rasterio/_base.pyx               |  25 +-
 rasterio/_features.pxd           |   1 -
 rasterio/_features.pyx           | 158 ++++---
 rasterio/_io.pyx                 | 179 +++++++-
 rasterio/dtypes.py               | 106 ++++-
 rasterio/enums.py                |   7 +
 rasterio/features.py             | 164 +++----
 rasterio/rio/convert.py          |   4 -
 rasterio/rio/features.py         |  25 +-
 rasterio/rio/info.py             |   3 -
 rasterio/rio/main.py             |   1 +
 rasterio/rio/merge.py            |   1 -
 rasterio/rio/options.py          |  29 +-
 rasterio/rio/sample.py           |   4 -
 rasterio/tools/merge.py          |   2 +
 rasterio/transform.py            |   2 +
 rasterio/vfs.py                  |  43 ++
 rasterio/warnings.py             |   9 +
 requirements-dev.txt             |   7 +-
 setup.cfg                        |  10 +-
 setup.py                         |  19 +-
 tests/conftest.py                | 164 +++++++
 tests/data/files.zip             | Bin 0 -> 854723 bytes
 tests/test_band_masks.py         | 108 ++++-
 tests/test_blocks.py             |   4 +-
 tests/test_colormap.py           |   2 -
 tests/test_dtypes.py             |  53 ++-
 tests/test_features.py           | 728 ++++++++++++++++++++++++++++++
 tests/test_features_bounds.py    |  65 ---
 tests/test_features_rasterize.py | 181 --------
 tests/test_features_shapes.py    | 144 ------
 tests/test_features_sieve.py     | 185 --------
 tests/test_indexing.py           | 125 ++++++
 tests/test_mask_creation.py      |   9 +
 tests/test_profile.py            |  31 +-
 tests/test_rio_features.py       | 947 +++++++++++++++++++++++----------------
 tests/test_rio_options.py        |  63 +++
 tests/test_vfs.py                | 101 +++++
 tests/test_warnings.py           |   8 +
 45 files changed, 2644 insertions(+), 1243 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