[rasterio] branch master updated (4f93b8c -> 44498e7)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Wed Nov 18 12:56:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a change to branch master
in repository rasterio.
from 4f93b8c Update changelog/ready for unstable
new aa9e1e4 Imported Upstream version 0.30.0
new 2a8ff72 Merge tag 'upstream/0.30.0'
new 44498e7 Ready for unstable
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.coveragerc | 13 +
.gitignore | 1 +
.travis.yml | 5 +-
CHANGES.txt | 15 +-
debian/changelog | 6 +
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 +
46 files changed, 2650 insertions(+), 1243 deletions(-)
create mode 100644 .coveragerc
create mode 100644 rasterio/vfs.py
create mode 100644 rasterio/warnings.py
create mode 100644 tests/data/files.zip
create mode 100644 tests/test_features.py
delete mode 100644 tests/test_features_bounds.py
delete mode 100644 tests/test_features_rasterize.py
delete mode 100644 tests/test_features_shapes.py
delete mode 100644 tests/test_features_sieve.py
create mode 100644 tests/test_rio_options.py
create mode 100644 tests/test_vfs.py
create mode 100644 tests/test_warnings.py
--
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