[python-geopandas] 02/07: Merge tag 'upstream/0.3.0'

Bas Couwenberg sebastic at debian.org
Tue Aug 29 10:27:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-geopandas.

commit d20c009b88435ca70d89dd16beeea2bb1acc7eb6
Merge: 2c9e40a 21884d9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Aug 29 09:26:50 2017 +0200

    Merge tag 'upstream/0.3.0'
    
    Upstream version 0.3.0

 .coveragerc                                        |   5 +
 .gitignore                                         |   3 +-
 .travis.yml                                        |  69 +-
 CHANGELOG => CHANGELOG.md                          |  28 +
 CONTRIBUTING.md                                    |   4 +-
 README.md                                          |   7 +-
 appveyor.yml                                       |  45 ++
 asv.conf.json                                      | 151 +++++
 benchmarks/__init__.py                             |   1 +
 benchmarks/geom_methods.py                         | 104 +++
 benchmarks/overlay.py                              |  45 ++
 benchmarks/plotting.py                             |  57 ++
 benchmarks/sjoin.py                                |  30 +
 doc/environment.yml                                |   5 +-
 doc/source/aggregation_with_dissolve.rst           |  12 +-
 doc/source/contributing.rst                        |   6 +-
 doc/source/data_structures.rst                     |  14 +-
 doc/source/geometric_manipulations.rst             |   7 +-
 doc/source/index.rst                               |   1 +
 doc/source/indexing.rst                            |  30 +
 doc/source/mapping.rst                             |  28 +-
 doc/source/projections.rst                         |  10 +-
 doc/source/set_operations.rst                      |  36 +-
 geopandas/_version.py                              |   4 +-
 geopandas/base.py                                  |  61 +-
 geopandas/datasets/README.md                       |  28 +
 geopandas/datasets/__init__.py                     |  16 +-
 geopandas/datasets/nybb_16a.zip                    | Bin 0 -> 661032 bytes
 geopandas/geodataframe.py                          |  65 +-
 geopandas/geoseries.py                             | 142 ++--
 geopandas/io/file.py                               |  19 +-
 geopandas/io/sql.py                                |   4 +-
 geopandas/io/tests/test_io.py                      |  49 +-
 geopandas/plotting.py                              | 679 +++++++++++--------
 geopandas/sindex.py                                |   1 -
 .../baseline_images/test_plotting/lines_plot.png   | Bin 10708 -> 0 bytes
 .../baseline_images/test_plotting/points_plot.png  | Bin 10814 -> 0 bytes
 .../baseline_images/test_plotting/poly_plot.png    | Bin 11281 -> 0 bytes
 .../test_plotting/poly_plot_with_kwargs.png        | Bin 30619 -> 0 bytes
 geopandas/tests/test_datasets.py                   |  18 +
 geopandas/tests/test_dissolve.py                   |  64 +-
 geopandas/tests/test_geocode.py                    |  82 +--
 geopandas/tests/test_geodataframe.py               | 320 ++++-----
 geopandas/tests/test_geom_methods.py               | 144 +++--
 geopandas/tests/test_geoseries.py                  | 136 ++--
 geopandas/tests/test_merge.py                      |  29 +-
 geopandas/tests/test_overlay.py                    |  88 ++-
 geopandas/tests/test_pandas_methods.py             | 262 ++++++++
 geopandas/tests/test_plotting.py                   | 717 +++++++++++++++------
 geopandas/tests/test_sindex.py                     |  99 +--
 geopandas/tests/test_types.py                      |  21 +-
 geopandas/tests/util.py                            |  68 +-
 geopandas/tools/overlay.py                         |   3 +-
 geopandas/tools/sjoin.py                           | 169 +++--
 geopandas/tools/tests/test_sjoin.py                | 257 ++++++--
 geopandas/tools/tests/test_tools.py                |  24 +-
 geopandas/tools/util.py                            |  12 +-
 requirements.test.txt                              |   4 +-
 requirements.txt                                   |   3 -
 setup.py                                           |  12 +-
 60 files changed, 2947 insertions(+), 1351 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geopandas.git



More information about the Pkg-grass-devel mailing list