[python-shapely] branch upstream updated (7b9e8f5 -> 80673a5)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Aug 28 14:21:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository python-shapely.
from 7b9e8f5 Imported Upstream version 1.5.9
new 7369eef Imported Upstream version 1.5.10
new 1833b2a Imported Upstream version 1.5.11
new 80673a5 Imported Upstream version 1.5.12
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:
.gitignore | 5 +
CHANGES.txt | 19 ++++
README.rst | 7 +-
docs/manual.rst | 42 +++++++-
requirements-dev.txt | 1 +
setup.py | 190 +++++++++++++++++++++++----------
shapely/__init__.py | 2 +-
shapely/affinity.py | 12 +--
shapely/ctypes_declarations.py | 22 +++-
shapely/geometry/base.py | 29 +++--
shapely/geometry/linestring.py | 15 +--
shapely/geometry/multipoint.py | 2 +-
shapely/geometry/polygon.py | 4 +-
shapely/geos.py | 150 ++++++--------------------
shapely/impl.py | 31 +++++-
shapely/libgeos.py | 235 +++++++++++++++++++++++++++++++++++++++++
shapely/linref.py | 4 +-
shapely/speedups/__init__.py | 2 +-
tests/__init__.py | 7 +-
tests/test_default_impl.py | 24 +++++
tests/test_dlls.py | 5 +-
tests/test_locale.py | 5 +-
tests/test_multi.py | 8 ++
tests/test_multilinestring.py | 10 +-
tests/test_multipoint.py | 9 +-
tests/test_multipolygon.py | 10 +-
tests/test_operations.py | 11 +-
tests/test_parallel_offset.py | 33 ++++++
tests/test_predicates.py | 23 +++-
29 files changed, 690 insertions(+), 227 deletions(-)
create mode 100644 shapely/libgeos.py
create mode 100644 tests/test_default_impl.py
create mode 100644 tests/test_multi.py
create mode 100644 tests/test_parallel_offset.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git
More information about the Pkg-grass-devel
mailing list