dependabot[bot] opened a new pull request, #1109: URL: https://github.com/apache/sedona/pull/1109
Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.11.1 to 0.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/geopandas/geopandas/releases">geopandas's releases</a>.</em></p> <blockquote> <h2>v0.14.1</h2> <p>Small bug-fix release updating the GeoParquet spec version and with a critical security fix:</p> <ul> <li>The Parquet and Feather IO functions now support the latest 1.0.0 version of the GeoParquet specification (geoparquet.org) (<a href="https://redirect.github.com/geopandas/geopandas/issues/2663">#2663</a>).</li> <li>Fix <code>read_parquet</code> and <code>read_feather</code> for <a href="https://www.cve.org/CVERecord?id=CVE-2023-47248%3E">CVE-2023-47248</a> (<a href="https://redirect.github.com/geopandas/geopandas/issues/3070">#3070</a>).</li> </ul> <h2>v0.14.0</h2> <p>GeoPandas will use Shapely 2.0 by default instead of PyGEOS when both Shapely >= 2.0 and PyGEOS are installed. PyGEOS will continue to be used by default when PyGEOS is installed alongside Shapely < 2.0. Support for PyGEOS and Shapely < 2.0 will be removed in GeoPandas 1.0. (<a href="https://redirect.github.com/geopandas/geopandas/issues/2999">#2999</a>)</p> <p>API changes:</p> <ul> <li><code>seed</code> keyword in <code>sample_points</code> is deprecated. Use <code>rng</code> instead. (<a href="https://redirect.github.com/geopandas/geopandas/issues/2913">#2913</a>).</li> </ul> <p>New methods:</p> <ul> <li>Added <code>concave_hull</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2903">#2903</a>).</li> <li>Added <code>delaunay_triangles</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2907">#2907</a>).</li> <li>Added <code>extract_unique_points</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2915">#2915</a>).</li> <li>Added <code>frechet_distance()</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2929">#2929</a>).</li> <li>Added <code>hausdorff_distance</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2909">#2909</a>).</li> <li>Added <code>minimum_rotated_rectangle</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2541">#2541</a>).</li> <li>Added <code>offset_curve</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2902">#2902</a>).</li> <li>Added <code>remove_repeated_points</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2940">#2940</a>).</li> <li>Added <code>reverse</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2988">#2988</a>).</li> <li>Added <code>segmentize</code> method from shapely to GeoSeries/GeoDataFrame (<a href="https://redirect.github.com/geopandas/geopandas/issues/2910">#2910</a>).</li> <li>Added <code>shortest_line</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2960">#2960</a>).</li> </ul> <p>New features and improvements:</p> <ul> <li>Added <code>exclusive</code> parameter to <code>sjoin_nearest</code> method for Shapely >= 2.0 (<a href="https://redirect.github.com/geopandas/geopandas/issues/2877">#2877</a>)</li> <li>The <code>to_file()</code> method will now automatically detect the FlatGeoBuf driver for files with the <code>.fgb</code> extension (<a href="https://redirect.github.com/geopandas/geopandas/issues/2958">#2958</a>)</li> </ul> <p>Bug fixes:</p> <ul> <li>Fix ambiguous error when GeoDataFrame is initialized with a column called <code>"crs"</code> (<a href="https://redirect.github.com/geopandas/geopandas/issues/2944">#2944</a>)</li> <li>Fix a color assignment in <code>explore</code> when using <code>UserDefined</code> bins (<a href="https://redirect.github.com/geopandas/geopandas/issues/2923">#2923</a>)</li> <li>Fix bug in <code>apply</code> with <code>axis=1</code> where the given user defined function returns nested data in the geometry column (<a href="https://redirect.github.com/geopandas/geopandas/issues/2959">#2959</a>)</li> <li>Properly infer schema for <code>np.int32</code> and <code>pd.Int32Dtype</code> columns (<a href="https://redirect.github.com/geopandas/geopandas/issues/2950">#2950</a>)</li> <li><code>assert_geodataframe_equal</code> now handles GeoDataFrames with no active geometry (<a href="https://redirect.github.com/geopandas/geopandas/issues/2498">#2498</a>)</li> </ul> <p>Notes on (optional) dependencies:</p> <ul> <li>GeoPandas 0.14 drops support for Python 3.8 and pandas 1.3 and below (the minimum supported pandas version is now 1.4). Further, the minimum required versions for the</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md">geopandas's changelog</a>.</em></p> <blockquote> <h2>Version 0.14.1 (Nov 11, 2023)</h2> <ul> <li>The Parquet and Feather IO functions now support the latest 1.0.0 version of the GeoParquet specification (geoparquet.org) (<a href="https://redirect.github.com/geopandas/geopandas/issues/2663">#2663</a>).</li> <li>Fix <code>read_parquet</code> and <code>read_feather</code> for <a href="https://www.cve.org/CVERecord?id=CVE-2023-47248%3E">CVE-2023-47248</a> (<a href="https://redirect.github.com/geopandas/geopandas/issues/3070">#3070</a>).</li> </ul> <h2>Version 0.14 (Sep 15, 2023)</h2> <p>GeoPandas will use Shapely 2.0 by default instead of PyGEOS when both Shapely >= 2.0 and PyGEOS are installed. PyGEOS will continue to be used by default when PyGEOS is installed alongside Shapely < 2.0. Support for PyGEOS and Shapely < 2.0 will be removed in GeoPandas 1.0. (<a href="https://redirect.github.com/geopandas/geopandas/issues/2999">#2999</a>)</p> <p>API changes:</p> <ul> <li><code>seed</code> keyword in <code>sample_points</code> is deprecated. Use <code>rng</code> instead. (<a href="https://redirect.github.com/geopandas/geopandas/issues/2913">#2913</a>).</li> </ul> <p>New methods:</p> <ul> <li>Added <code>concave_hull</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2903">#2903</a>).</li> <li>Added <code>delaunay_triangles</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2907">#2907</a>).</li> <li>Added <code>extract_unique_points</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2915">#2915</a>).</li> <li>Added <code>frechet_distance()</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2929">#2929</a>).</li> <li>Added <code>hausdorff_distance</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2909">#2909</a>).</li> <li>Added <code>minimum_rotated_rectangle</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2541">#2541</a>).</li> <li>Added <code>offset_curve</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2902">#2902</a>).</li> <li>Added <code>remove_repeated_points</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2940">#2940</a>).</li> <li>Added <code>reverse</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2988">#2988</a>).</li> <li>Added <code>segmentize</code> method from shapely to GeoSeries/GeoDataFrame (<a href="https://redirect.github.com/geopandas/geopandas/issues/2910">#2910</a>).</li> <li>Added <code>shortest_line</code> method from shapely to GeoSeries/GeoDataframe (<a href="https://redirect.github.com/geopandas/geopandas/issues/2960">#2960</a>).</li> </ul> <p>New features and improvements:</p> <ul> <li>Added <code>exclusive</code> parameter to <code>sjoin_nearest</code> method for Shapely >= 2.0 (<a href="https://redirect.github.com/geopandas/geopandas/issues/2877">#2877</a>)</li> <li>The <code>to_file()</code> method will now automatically detect the FlatGeoBuf driver for files with the <code>.fgb</code> extension (<a href="https://redirect.github.com/geopandas/geopandas/issues/2958">#2958</a>)</li> </ul> <p>Bug fixes:</p> <ul> <li>Fix ambiguous error when GeoDataFrame is initialized with a column called <code>"crs"</code> (<a href="https://redirect.github.com/geopandas/geopandas/issues/2944">#2944</a>)</li> <li>Fix a color assignment in <code>explore</code> when using <code>UserDefined</code> bins (<a href="https://redirect.github.com/geopandas/geopandas/issues/2923">#2923</a>)</li> <li>Fix bug in <code>apply</code> with <code>axis=1</code> where the given user defined function returns nested data in the geometry column (<a href="https://redirect.github.com/geopandas/geopandas/issues/2959">#2959</a>)</li> <li>Properly infer schema for <code>np.int32</code> and <code>pd.Int32Dtype</code> columns (<a href="https://redirect.github.com/geopandas/geopandas/issues/2950">#2950</a>)</li> <li><code>assert_geodataframe_equal</code> now handles GeoDataFrames with no active geometry (<a href="https://redirect.github.com/geopandas/geopandas/issues/2498">#2498</a>)</li> </ul> <p>Notes on (optional) dependencies:</p> <ul> <li>GeoPandas 0.14 drops support for Python 3.8 and pandas 1.3 and below (the minimum supported pandas version is now 1.4). Further, the minimum required versions for the listed dependencies have now changed to shapely 1.8.0, fiona 1.8.21, pyproj 3.3.0 and</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/geopandas/geopandas/commit/9a9f0974db087ce303b94bfbeabc8ea136be0914"><code>9a9f097</code></a> RLS: v0.14.1</li> <li><a href="https://github.com/geopandas/geopandas/commit/502c19e8ff5895fe3186d8ea7030c0de59e16b1d"><code>502c19e</code></a> RLS/DOC: update changelog for 0.14.1 (<a href="https://redirect.github.com/geopandas/geopandas/issues/3072">#3072</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/4d01e92a6233c18aa2850feb2f02bb3f2dc63741"><code>4d01e92</code></a> Parquet/Feather IO: disable PyExtensionType autoload (<a href="https://redirect.github.com/geopandas/geopandas/issues/3070">#3070</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/000e742b5d101fcd576ab72ef8ae2fcf03fa3ab0"><code>000e742</code></a> ENH: support GeoParquet 1.0.0 spec (<a href="https://redirect.github.com/geopandas/geopandas/issues/3067">#3067</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/74f88a161d6fe9bb5bccfa0cf71861dcd5a2c575"><code>74f88a1</code></a> Remove Stamen references from plotting_basemap_background.ipynb (<a href="https://redirect.github.com/geopandas/geopandas/issues/3066">#3066</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/fe070fd41be4b30a11966de0aafe23ada370f548"><code>fe070fd</code></a> DOC: remove Stamen from explore docstring (<a href="https://redirect.github.com/geopandas/geopandas/issues/3057">#3057</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/4996e49dbfea98cdd4324dcbf562574dabbd4d3c"><code>4996e49</code></a> TST: fix bbox test for latest pyogrio (<a href="https://redirect.github.com/geopandas/geopandas/issues/3039">#3039</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/5d7bb4feddb99b16518131b52f322e2c2bac9f25"><code>5d7bb4f</code></a> CI: include Python 3.12 in the matrix (<a href="https://redirect.github.com/geopandas/geopandas/issues/3041">#3041</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/3d9e52866cde87a1cca3d67185e8947700da5c03"><code>3d9e528</code></a> DOC: update warning note about dependencies with pip (<a href="https://redirect.github.com/geopandas/geopandas/issues/3036">#3036</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/56081403b41385a7dcfdf2033eede6bca2ba9026"><code>5608140</code></a> TST: update groupby metadata test for pandas 2.1 (<a href="https://redirect.github.com/geopandas/geopandas/issues/3000">#3000</a>)</li> <li>Additional commits viewable in <a href="https://github.com/geopandas/geopandas/compare/v0.11.1...v0.14.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org