[pyresample] branch upstream updated (94f3ab3 -> 48eb8e0)

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


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

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

      from  94f3ab3   New upstream version 1.2.9
       new  48eb8e0   New upstream version 1.3.0

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:
 .bumpversion.cfg                                 |   2 +-
 .travis.yml                                      |   1 +
 appveyor.yml                                     |   4 +-
 changelog.rst                                    | 142 ++++++
 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 +-
 14 files changed, 1051 insertions(+), 38 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