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

a_valentino-guest pushed a change to branch upstream
in repository pyepr.

      from  c9890c5   Imported Upstream version 0.8.2
       new  2dacf02   Imported Upstream version 0.9.1

The 1 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:
 MANIFEST.in                                   |    3 +-
 Makefile                                      |    8 +-
 README.txt                                    |   14 +-
 doc/NEWS.txt                                  |   98 ++-
 doc/_templates/appveyor.html                  |    5 +
 doc/_templates/ohloh.html                     |    2 +-
 doc/_templates/pypi.html                      |   17 +
 doc/_templates/travis-ci.html                 |    2 +
 doc/bands_example.txt                         |    4 +-
 doc/bitmask_example.txt                       |    6 +-
 doc/conf.py                                   |   19 +-
 doc/examples/update_elements.py               |   84 ++
 doc/examples/write_bands.py                   |    2 +-
 doc/examples/write_bitmask.py                 |    2 +-
 doc/examples/write_ndvi.py                    |    2 +-
 doc/images/modified_water_vapour.png          |  Bin 0 -> 43775 bytes
 doc/images/modified_water_vapour_with_box.png |  Bin 0 -> 46723 bytes
 doc/images/water_vapour_histogram_01.png      |  Bin 0 -> 27892 bytes
 doc/images/water_vapour_histogram_02.png      |  Bin 0 -> 32226 bytes
 doc/index.txt                                 |   14 +-
 doc/interactive_use.txt                       |   20 +-
 doc/ndvi_example.txt                          |    8 +-
 doc/reference.txt                             |  561 ++++++++-----
 doc/tutorials.txt                             |    1 +
 doc/update_example.txt                        |  205 +++++
 doc/usermanual.txt                            |   87 +-
 requirements.txt                              |    2 +-
 setup.py                                      |  224 +++--
 src/epr.pxd                                   |  370 +++++++++
 src/epr.pyx                                   | 1099 ++++++++++++++-----------
 doc/_static/empty.txt => tests/__init__.py    |    0
 tests/checksetup.mak                          |  202 +++++
 {test => tests}/test_all.py                   |  870 +++++++++++++++++--
 33 files changed, 3057 insertions(+), 874 deletions(-)
 create mode 100644 doc/_templates/appveyor.html
 create mode 100644 doc/_templates/pypi.html
 create mode 100755 doc/examples/update_elements.py
 create mode 100644 doc/images/modified_water_vapour.png
 create mode 100644 doc/images/modified_water_vapour_with_box.png
 create mode 100644 doc/images/water_vapour_histogram_01.png
 create mode 100644 doc/images/water_vapour_histogram_02.png
 create mode 100644 doc/update_example.txt
 mode change 100644 => 100755 setup.py
 create mode 100644 src/epr.pxd
 copy doc/_static/empty.txt => tests/__init__.py (100%)
 create mode 100644 tests/checksetup.mak
 rename {test => tests}/test_all.py (73%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyepr.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

Reply via email to