From owner-freebsd-ports-bugs@freebsd.org Wed May 8 06:04:38 2019 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 3171D159EF9A for ; Wed, 8 May 2019 06:04:38 +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 C03A58D471 for ; Wed, 8 May 2019 06:04:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7DA05159EF99; Wed, 8 May 2019 06:04:37 +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 5B3B0159EF97 for ; Wed, 8 May 2019 06:04:37 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDCD68D470 for ; Wed, 8 May 2019 06:04:36 +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 207A73AF0 for ; Wed, 8 May 2019 06:04:36 +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 x4864Zbs066196 for ; Wed, 8 May 2019 06:04:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4864ZWM066191 for ports-bugs@FreeBSD.org; Wed, 8 May 2019 06:04:35 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 237788] graphics/py-geopandas: update to 0.5.0 Date: Wed, 08 May 2019 06:04:35 +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: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform 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.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 06:04:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237788 Bug ID: 237788 Summary: graphics/py-geopandas: update to 0.5.0 Product: Ports & Packages Version: Latest Hardware: Any 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 #204261 maintainer-approval+ Flags: Created attachment 204261 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204261&action= =3Dedit py-geopandas 0.5.0 Changelog: GeoPandas 0.5.0 includes some improvements for writing files with fiona (be= tter performance, better support for data types and mixed geometry types), along with many other new features and bug fixes, see the full list below. Improvements: Significant performance improvement (around 10x) for GeoDataFrame.iterfeatu= res, which also improves GeoDataFrame.to_file (#864). File IO enhancements based on Fiona 1.8: Support for writing bool dtype (#855) and datetime dtype, if the file format supports it (#728). Support for writing dataframes with multiple geometry types, if the file fo= rmat allows it (e.g. GeoJSON for all types, or ESRI Shapefile for Polygon+MultiPolygon) (#827, #867, #870). Compatibility with pyproj >=3D 2 (#962). A new geopandas.points_from_xy() helper function to convert x and y coordin= ates to Point objects (#896). The buffer and interpolate methods now accept an array-like to specify a variable distance for each geometry (#781). Addition of a relate method, corresponding to the shapely method that retur= ns the DE-9IM matrix (#853). Plotting improvements: Performance improvement in plotting by only flattening the geometries if th= ere are actually 'Multi' geometries (#785). Choropleths: access to all mapclassify classification schemes and addition = of the classification_kwds keyword in the plot method to specify options for t= he scheme (#876). Ability to specify a matplotlib axes object on which to plot the color bar = with the cax keyword, in order to have more control over the color bar placement (#894). Changed the default provider in geopandas.tools.geocode from Google (now requires an API key) to Geocode.Farm (#907, #975). Bug fixes: Remove the edge in the legend marker (#807). Fix the align method to preserve the CRS (#829). Fix geopandas.testing.assert_geodataframe_equal to correctly compare left a= nd right dataframes (#810). Fix in choropleth mapping when the values contain missing values (#877). Better error message in sjoin if the input is not a GeoDataFrame (#842). Fix in read_postgis to handle nullable (missing) geometries (#856). Correctly passing through the parse_dates keyword in read_postgis to the underlying pandas method (#860). Fixed the shape of Antarctica in the included demo dataset 'naturalearth_lowres' (by updating to the latest version) (#804). -- Poudriere 11/12 amd64/i386 OK --=20 You are receiving this mail because: You are the assignee for the bug.=