From owner-freebsd-ports-bugs@freebsd.org Fri Aug 17 13:51:58 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD16F106F6E4 for ; Fri, 17 Aug 2018 13:51:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 64DB67E81F for ; Fri, 17 Aug 2018 13:51:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 25A1E106F6E3; Fri, 17 Aug 2018 13:51:57 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD8C5106F6E2 for ; Fri, 17 Aug 2018 13:51:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E9847E81A for ; Fri, 17 Aug 2018 13:51:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id DC82D1E761 for ; Fri, 17 Aug 2018 13:51:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w7HDptcB002606 for ; Fri, 17 Aug 2018 13:51:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7HDptqE002605 for ports-bugs@FreeBSD.org; Fri, 17 Aug 2018 13:51:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230706] graphics/py-geopandas: update to 0.4.0 Date: Fri, 17 Aug 2018 13:51:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lbartoletti@tuxfamily.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 13:51:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230706 Bug ID: 230706 Summary: graphics/py-geopandas: update to 0.4.0 Product: Ports & Packages Version: Latest Hardware: Any URL: https://github.com/geopandas/geopandas/releases/tag/v0 .4.0 OS: Any Status: New Keywords: easy, patch-ready Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: lbartoletti@tuxfamily.org Attachment #196285 maintainer-approval+ Flags: Flags: maintainer-feedback+ Created attachment 196285 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196285&action= =3Dedit 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 belo= w. 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 behavi= ours 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 (#61= 3) 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>=3D0.23 (#762) --=20 You are receiving this mail because: You are the assignee for the bug.=