[python-shapely] 03/10: Merge tag 'upstream/1.5.9'
Pietro Battiston
toobaz-guest at moszumanska.debian.org
Sun Aug 23 08:52:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
toobaz-guest pushed a commit to branch johandw
in repository python-shapely.
commit 79a50f6f3fb5ffa31b57741f2e39784c71972821
Merge: 7be16a6 7b9e8f5
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Fri Jun 26 20:48:34 2015 +0200
Merge tag 'upstream/1.5.9'
Upstream version 1.5.9
.travis.yml | 3 +-
CHANGES.txt | 54 ++++++++++
CREDITS.txt | 1 +
MANIFEST.in | 16 +--
README.rst | 79 ++++++---------
build-scripts/macosx-10.6-intel.sh | 8 ++
build-wheels.sh | 21 ++++
docs/manual.rst | 79 ++++++++++-----
setup.py | 8 +-
shapely/__init__.py | 2 +-
shapely/_geos.pxi | 2 +-
shapely/coords.py | 11 ++-
shapely/ctypes_declarations.py | 35 +++++--
shapely/geometry/base.py | 114 +++++++++++++++------
shapely/geometry/collection.py | 38 ++++++-
shapely/geometry/linestring.py | 33 ++++---
shapely/geometry/multilinestring.py | 90 +++++++----------
shapely/geometry/multipoint.py | 38 ++++---
shapely/geometry/multipolygon.py | 39 ++++----
shapely/geometry/point.py | 36 +++----
shapely/geometry/polygon.py | 78 ++++++++++-----
shapely/geos.py | 89 ++++++++++++-----
shapely/impl.py | 6 ++
shapely/iterops.py | 48 ++++-----
shapely/ops.py | 28 +++++-
shapely/predicates.py | 16 +--
shapely/prepared.py | 36 ++++++-
shapely/speedups/__init__.py | 9 ++
shapely/speedups/_speedups.pyx | 163 +++++++++++++++++++++++++-----
shapely/topology.py | 38 +++++--
tests/test_affinity.py | 6 +-
tests/test_coords.py | 40 ++++++++
tests/test_geos_err_handler.py | 33 +++++++
tests/test_hash.py | 21 ++++
tests/test_iterops.py | 26 +++++
tests/test_operators.py | 49 ++++++++-
tests/test_predicates.py | 14 ++-
tests/test_prepared.py | 20 ++++
tests/test_snap.py | 32 ++++++
tests/test_svg.py | 192 ++++++++++++++++++++++++++++++++++++
40 files changed, 1262 insertions(+), 389 deletions(-)
--
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