[python-shapely] 112/148: Merge tag 'upstream/1.4.1'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:42:09 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 8cdd81deba3395a183ccb54d713d790682389a60
Merge: abc4649 0e09ebf
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Fri Sep 26 14:36:43 2014 +0200

    Merge tag 'upstream/1.4.1'
    
    Upstream version 1.4.1

 .gitignore                                         |   4 +-
 .travis.yml                                        |  12 +-
 CHANGES.txt                                        |  34 ++
 CREDITS.txt                                        |   5 +
 MANIFEST.in                                        |   4 +-
 README.rst                                         |  93 ++++--
 docs/code/triangulate.py                           |  24 ++
 docs/conf.py                                       |   6 +-
 docs/{design.txt => design.rst}                    |   0
 docs/{index.txt => index.rst}                      |   0
 docs/{manual.txt => manual.rst}                    | 343 +++++++++++++--------
 docs/{project.txt => project.rst}                  |   2 +
 requirements-dev.txt                               |   7 +-
 setup.py                                           | 109 +++----
 shapely/__init__.py                                |   2 +-
 shapely/_geos.pxi                                  |  58 ++++
 shapely/affinity.py                                |   2 +-
 shapely/coords.py                                  |   9 +-
 shapely/ctypes_declarations.py                     |  36 ++-
 shapely/examples/world.py                          |  21 --
 shapely/geometry/base.py                           |  86 +++++-
 shapely/geometry/linestring.py                     |  50 ++-
 shapely/geometry/multilinestring.py                |  47 ++-
 shapely/geometry/multipoint.py                     |  40 ++-
 shapely/geometry/multipolygon.py                   |  46 ++-
 shapely/geometry/point.py                          |  29 +-
 shapely/geometry/polygon.py                        |  38 ++-
 shapely/geometry/proxy.py                          |   6 +-
 shapely/geos.py                                    |  55 +++-
 shapely/impl.py                                    |   1 +
 shapely/ops.py                                     |  84 ++++-
 shapely/speedups/__init__.py                       |  10 +
 shapely/speedups/_speedups.pyx                     | 160 +++++++---
 shapely/strtree.py                                 |  59 ++++
 shapely/tests/__init__.py                          |  81 -----
 shapely/tests/test_speedups.py                     |  39 ---
 shapely/vectorized/__init__.py                     |   3 +
 shapely/vectorized/_vectorized.pyx                 | 120 +++++++
 shapely/wkt.py                                     |   4 +-
 tests/__init__.py                                  |  25 ++
 {shapely/tests => tests}/binascii_hex.txt          |   0
 tests/conftest.py                                  |  16 +
 {shapely/tests => tests}/rungrind.dist             |   0
 {shapely/tests => tests}/test_affinity.py          |   4 +
 {shapely/tests => tests}/test_box.py               |   0
 {shapely/tests => tests}/test_cga.py               |   0
 {shapely/tests => tests}/test_collection.py        |   0
 tests/test_delaunay.py                             |  43 +++
 {shapely/tests => tests}/test_delegated.py         |   0
 {shapely/tests => tests}/test_dlls.py              |   0
 {shapely/tests => tests}/test_doctests.py          |   0
 {shapely/tests => tests}/test_emptiness.py         |   0
 {shapely/tests => tests}/test_equality.py          |   0
 {shapely/tests => tests}/test_geointerface.py      |   0
 {shapely/tests => tests}/test_geomseq.py           |   0
 {shapely/tests => tests}/test_getitem.py           |   0
 .../tests => tests}/test_invalid_geometries.py     |   0
 {shapely/tests => tests}/test_iterops.py           |   0
 .../tests => tests}/test_linear_referencing.py     |   0
 {shapely/tests => tests}/test_linemerge.py         |   0
 {shapely/tests => tests}/test_linestring.py        |  46 ++-
 {shapely/tests => tests}/test_locale.py            |   0
 {shapely/tests => tests}/test_mapping.py           |   0
 {shapely/tests => tests}/test_multilinestring.py   |  19 +-
 {shapely/tests => tests}/test_multipoint.py        |   0
 {shapely/tests => tests}/test_multipolygon.py      |   0
 {shapely/tests => tests}/test_ndarrays.py          |   0
 tests/test_nearest.py                              |  22 ++
 {shapely/tests => tests}/test_operations.py        |   0
 {shapely/tests => tests}/test_operators.py         |   0
 {shapely/tests => tests}/test_persist.py           |   0
 {shapely/tests => tests}/test_pickle.py            |   0
 {shapely/tests => tests}/test_point.py             |   0
 {shapely/tests => tests}/test_polygon.py           |  31 +-
 {shapely/tests => tests}/test_polygonize.py        |   0
 {shapely/tests => tests}/test_predicates.py        |   0
 {shapely/tests => tests}/test_prepared.py          |   0
 {shapely/tests => tests}/test_products_z.py        |   0
 {shapely/tests => tests}/test_singularity.py       |   0
 tests/test_strtree.py                              |  23 ++
 {shapely/tests => tests}/test_styles.py            |   0
 {shapely/tests => tests}/test_transform.py         |   6 +
 {shapely/tests => tests}/test_union.py             |   0
 {shapely/tests => tests}/test_validation.py        |   0
 tests/test_vectorized.py                           | 107 +++++++
 {shapely/tests => tests}/test_xy.py                |   0
 {shapely/tests => tests}/threading_test.py         |   0
 {shapely/tests => tests}/valgrind-python.supp      |   0
 88 files changed, 1580 insertions(+), 491 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