[rasterio] branch master updated (d6b7b37 -> 156436e)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Jan 15 21:54:20 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  d6b7b37   Update changelog for 0.16
       new  f460b6c   Imported Upstream version 0.17
       new  bb49834   Merge tag 'upstream/0.17'
       new  156436e   Import upstream release 0.17

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:
 .travis.yml                  |   3 +-
 CHANGES.txt                  |   7 ++
 README.rst                   |  60 ++++++-----
 build-wheels.sh              |  18 ++++
 debian/changelog             |   4 +-
 debian/rules                 |   5 +-
 docs/cli.rst                 |  12 +--
 rasterio/__init__.py         |   2 +-
 rasterio/_base.pyx           |   5 +-
 rasterio/_drivers.pyx        |  14 ++-
 rasterio/_io.pyx             | 221 +++++++++++++++++++++++++++-----------
 rasterio/rio/bands.py        |  20 ++--
 rasterio/rio/cli.py          |  41 +++----
 rasterio/rio/features.py     |  82 ++++++--------
 rasterio/rio/info.py         |   3 +-
 rasterio/rio/merge.py        | 127 +++++++++++++++++-----
 rasterio/rio/options.py      |  21 ----
 rasterio/rio/rio.py          |  76 +++++--------
 rasterio/tool.py             |  61 ++++++-----
 requirements-dev.txt         |  13 ++-
 requirements.txt             |   6 +-
 setup.py                     | 106 +++++++++++++------
 tests/test_cli.py            | 115 --------------------
 tests/test_indexing.py       |  10 +-
 tests/test_read.py           |  13 ---
 tests/test_read_boundless.py |  51 +++++++++
 tests/test_read_resample.py  |  33 ++++++
 tests/test_rio_bands.py      |  12 +--
 tests/test_rio_features.py   |  99 +++++++++++++++++
 tests/test_rio_info.py       |  18 +++-
 tests/test_rio_merge.py      | 247 +++++++++++++++++++++++++++++++++++++++++++
 tests/test_rio_options.py    |  15 ---
 tests/test_rio_rio.py        |  38 ++++---
 tests/test_tool.py           |  44 ++++++++
 34 files changed, 1077 insertions(+), 525 deletions(-)
 create mode 100644 build-wheels.sh
 delete mode 100644 rasterio/rio/options.py
 delete mode 100644 tests/test_cli.py
 create mode 100644 tests/test_read_boundless.py
 create mode 100644 tests/test_read_resample.py
 create mode 100644 tests/test_rio_features.py
 create mode 100644 tests/test_rio_merge.py
 delete mode 100644 tests/test_rio_options.py
 create mode 100644 tests/test_tool.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