[pyresample] branch master updated (12755ea -> dc34874)

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Mar 12 08:16:58 UTC 2017


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

a_valentino-guest pushed a change to branch master
in repository pyresample.

      from  12755ea   Set distribution to unstable
       new  48eb8e0   New upstream version 1.3.0
       new  cdc3d4b   Merge tag 'upstream/1.3.0'
       new  7db8fc4   New upstream release
       new  56a3856   Update copyright file
       new  11cbc33   Refresh all patches
       new  dc34874   Set distribution to experimental

The 6 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:
 .bumpversion.cfg                                   |   2 +-
 .travis.yml                                        |   1 +
 appveyor.yml                                       |   4 +-
 changelog.rst                                      | 142 ++++++
 debian/changelog                                   |   8 +
 debian/copyright                                   |   4 +
 debian/patches/0001-fix-doc-build.patch            |  31 +-
 debian/patches/0002-fix-proj4-initialization.patch |   4 +
 docs/source/API.rst                                |   7 +-
 docs/source/_static/images/bilinear_overview.png   | Bin 0 -> 1152178 bytes
 docs/source/_static/images/nearest_overview.png    | Bin 0 -> 801023 bytes
 docs/source/swath.rst                              | 114 +++++
 pyresample/bilinear/__init__.py                    | 533 +++++++++++++++++++++
 pyresample/geometry.py                             |  37 +-
 pyresample/kd_tree.py                              |   4 -
 pyresample/test/__init__.py                        |   4 +-
 pyresample/test/test_bilinear.py                   | 239 +++++++++
 pyresample/version.py                              |   2 +-
 18 files changed, 1089 insertions(+), 47 deletions(-)
 create mode 100644 docs/source/_static/images/bilinear_overview.png
 create mode 100644 docs/source/_static/images/nearest_overview.png
 create mode 100644 pyresample/bilinear/__init__.py
 create mode 100644 pyresample/test/test_bilinear.py

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



More information about the Pkg-grass-devel mailing list