Bug 230706 - graphics/py-geopandas: update to 0.4.0
Summary: graphics/py-geopandas: update to 0.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL: https://github.com/geopandas/geopanda...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2018-08-17 13:51 UTC by Loïc Bartoletti
Modified: 2018-08-18 00:43 UTC (History)
0 users

See Also:
lbartoletti: maintainer-feedback+


Attachments
py-geopandas 0.4.0 (1.56 KB, patch)
2018-08-17 13:51 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff
py-geopandas 0.4.0 (827 bytes, patch)
2018-08-17 13:54 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2018-08-17 13:51:55 UTC
Created attachment 196285 [details]
py-geopandas 0.4.0

Update py-geopandas to 0.4.0

Changelog:
GeoPandas 0.4.0 improves the overlay functionality (much better performance, and fixed behaviour for certain cases). This can possibly change results you obtained before, but likely more correct now. But given this change, please test and feedback welcome!
Further, there is a long list of other new features and bug fixes, see below.

GeoPandas can be installed with conda from the conda-forge channel (conda install -c conda-forge geopandas) or with pip assuming the dependencies are available for your platform (pip install geopandas).

Improvements:

    Improved overlay function (better performance, several incorrect behaviours fixed) (#429)
    Pass keywords to control legend behavior (legend_kwds) to plot (#434)
    Add basic support for reading remote datasets in read_file (#531)
    Pass kwargs for buffer operation on GeoSeries (#535)
    Expose all geopy services as options in geocoding (#550)
    Faster write speeds to GeoPackage (#605)
    Permit read_file filtering with a bounding box from a GeoDataFrame (#613)
    Set CRS on GeoDataFrame returned by read_postgis (#627)
    Permit setting markersize for Point GeoSeries plots with column values (#633)
    Started an example gallery (#463, #690, #717)
    Support for plotting MultiPoints (#683)
    Testing functionalty (e.g. assert_geodataframe_equal) is now publicly exposed (#707)
    Add explode method to GeoDataFrame (similar to the GeoSeries method) (#671)
    Set equal aspect on active axis on multi-axis figures (#718)
    Pass array of values to column argument in plot (#770)

Bug fixes:

    Ensure that colorbars are plotted on the correct axis (#523)
    Handle plotting empty GeoDataFrame (#571)
    Save z-dimension when writing files (#652)
    Handle reading empty shapefiles (#653)
    Correct dtype for empty result of spatial operations (#685)
    Fix empty sjoin handling for pandas>=0.23 (#762)
Comment 1 Loïc Bartoletti freebsd_committer freebsd_triage 2018-08-17 13:54:13 UTC
Created attachment 196286 [details]
py-geopandas 0.4.0
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-08-18 00:15:25 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Aug 18 00:14:35 UTC 2018
New revision: 477466
URL: https://svnweb.freebsd.org/changeset/ports/477466

Log:
  Update to 0.4.0

  Changes:	https://github.com/geopandas/geopandas/releases
  PR:		230706
  Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)

Changes:
  head/graphics/py-geopandas/Makefile
  head/graphics/py-geopandas/distinfo
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-08-18 00:43:05 UTC
Committed. Thanks!