[python-shapely] 61/148: Merge commit 'upstream/1.2.10'
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Aug 20 17:42:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository python-shapely.
commit c327cec5503d1366190786ff9262a1f7e72d2add
Merge: 37b5515 6cca9d1
Author: Pietro Battiston <me at pietrobattiston.it>
Date: Thu Jun 30 08:23:14 2011 +0200
Merge commit 'upstream/1.2.10'
CHANGES.txt | 18 +
PKG-INFO | 208 +-
README.txt | 6 +-
Shapely.egg-info/PKG-INFO | 208 +-
Shapely.egg-info/SOURCES.txt | 15 +-
docs/manual.txt | 89 +-
setup.py | 70 +-
shapely/algorithms/__init__.py | 0
shapely/algorithms/cga.py | 17 +
shapely/coords.py | 3 +-
shapely/examples/__init__.py | 1 +
{examples => shapely/examples}/dissolve.py | 0
shapely/examples/geoms.py | 51 +
{examples => shapely/examples}/intersect.py | 0
shapely/examples/world.py | 21 +
shapely/geometry/__init__.py | 4 +-
shapely/geometry/geo.py | 9 +-
shapely/geometry/polygon.py | 21 +
shapely/geometry/proxy.py | 1 -
shapely/geos.py | 3 +-
shapely/impl.py | 4 +
shapely/iterops.py | 2 +-
shapely/predicates.py | 1 -
shapely/speedups/__init__.py | 39 +
shapely/speedups/_speedups.c | 4551 +++++++++++++++++++++++++++
shapely/speedups/_speedups.pyx | 295 ++
shapely/tests/__init__.py | 5 +-
shapely/tests/test_box.py | 19 +
shapely/tests/test_cga.py | 33 +
shapely/tests/test_dlls.py | 7 +-
shapely/tests/test_speedups.py | 38 +
shapely/wkb.py | 3 +-
32 files changed, 5704 insertions(+), 38 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