[python-geopandas] branch upstream updated (ccd98ae -> 21884d9)

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


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

sebastic pushed a change to branch upstream
in repository python-geopandas.

      from  ccd98ae   Imported Upstream version 0.2.1
       new  21884d9   New upstream version 0.3.0

The 1 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:
 .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(-)
 rename CHANGELOG => CHANGELOG.md (60%)
 create mode 100644 appveyor.yml
 create mode 100644 asv.conf.json
 create mode 100644 benchmarks/__init__.py
 create mode 100644 benchmarks/geom_methods.py
 create mode 100644 benchmarks/overlay.py
 create mode 100644 benchmarks/plotting.py
 create mode 100644 benchmarks/sjoin.py
 create mode 100644 doc/source/indexing.rst
 create mode 100644 geopandas/datasets/README.md
 create mode 100644 geopandas/datasets/nybb_16a.zip
 delete mode 100644 geopandas/tests/baseline_images/test_plotting/lines_plot.png
 delete mode 100644 geopandas/tests/baseline_images/test_plotting/points_plot.png
 delete mode 100644 geopandas/tests/baseline_images/test_plotting/poly_plot.png
 delete mode 100644 geopandas/tests/baseline_images/test_plotting/poly_plot_with_kwargs.png
 create mode 100644 geopandas/tests/test_datasets.py
 create mode 100644 geopandas/tests/test_pandas_methods.py

-- 
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