[pyresample] branch master updated (be84860 -> c8c0f3b)
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sat Jul 2 17:16:38 UTC 2016
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 be84860 Override dh_python{2,3} to call dh_numpy{,3} too.
adds 689ec36 Imported Upstream version 1.1.3
adds 11023fe Imported Upstream version 1.1.5
adds 60db702 Imported Upstream version 1.1.6
new 9b0ba2e Imported Upstream version 1.2.4
new 06f5e57 Merge tag 'upstream/1.2.4'
new d448e90 New upstream release
new 90b7166 Refresh all patches
new ce2bd9f Enable parallel build
new 32c0669 Update copyright file
new 66516ec Standard version bumped
new d98d151 Fix dependencies
new e11b4b4 Switch to arch any
new c8c0f3b Set distribution to unstable
The 10 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:
.gitignore | 59 +
.travis.yml | 10 +-
MANIFEST.in | 1 +
changelog.rst | 243 +
debian/changelog | 20 +-
debian/control | 15 +-
debian/copyright | 14 +-
debian/patches/0002-fix-doc-build.patch | 14 +-
debian/patches/0003-fix-proj4-initialization.patch | 16 +-
debian/patches/0003-skip-nearest-resize-test.patch | 20 +-
debian/rules | 2 +-
docs/areas.cfg | 282 +
docs/requirements.txt | 0
docs/source/API.rst | 5 +
docs/source/conf.py | 42 +-
docs/source/geo_def.rst | 36 +-
docs/source/plot.rst | 18 +-
docs/source/swath.rst | 96 +
pyresample/data_reduce.py | 30 +-
pyresample/ewa/__init__.py | 255 +
pyresample/ewa/_fornav.cpp | 32128 +++++++++++++++++++
pyresample/ewa/_fornav.pyx | 328 +
pyresample/ewa/_fornav_templates.cpp | 440 +
pyresample/ewa/_fornav_templates.h | 62 +
pyresample/ewa/_ll2cr.c | 27246 ++++++++++++++++
pyresample/ewa/_ll2cr.pyx | 293 +
pyresample/geometry.py | 180 +-
pyresample/grid.py | 41 +-
pyresample/image.py | 71 +-
pyresample/kd_tree.py | 53 +-
pyresample/plot.py | 23 +-
pyresample/test/__init__.py | 19 +-
pyresample/test/test_ewa_fornav.py | 103 +
pyresample/test/test_ewa_ll2cr.py | 194 +
pyresample/test/test_geometry.py | 78 +
pyresample/test/test_kd_tree.py | 10 +-
pyresample/test/test_plot.py | 7 +-
pyresample/test/test_swath.py | 18 +-
pyresample/utils.py | 53 +-
pyresample/version.py | 2 +-
readthedocs.yml | 3 +
setup.py | 72 +-
42 files changed, 62337 insertions(+), 265 deletions(-)
create mode 100644 .gitignore
create mode 100644 docs/areas.cfg
create mode 100644 docs/requirements.txt
create mode 100644 pyresample/ewa/__init__.py
create mode 100644 pyresample/ewa/_fornav.cpp
create mode 100644 pyresample/ewa/_fornav.pyx
create mode 100644 pyresample/ewa/_fornav_templates.cpp
create mode 100644 pyresample/ewa/_fornav_templates.h
create mode 100644 pyresample/ewa/_ll2cr.c
create mode 100644 pyresample/ewa/_ll2cr.pyx
create mode 100644 pyresample/test/test_ewa_fornav.py
create mode 100644 pyresample/test/test_ewa_ll2cr.py
create mode 100644 readthedocs.yml
--
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