dependabot[bot] opened a new pull request, #1226:
URL: https://github.com/apache/sedona/pull/1226

   Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.11.1 to 
0.14.3.
   <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.3</h2>
   <p>Small bug-fix release:</p>
   <ul>
   <li>Several fixes for compatibility with the latest pandas 2.2 release.</li>
   <li>Fix bug in <code>pandas.concat</code> CRS consistency checking where CRS 
differing by WKT whitespace only were treated as incompatible (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3023";>#3023</a>).</li>
   </ul>
   <h2>v0.14.2</h2>
   <p>Small bug-fix release:</p>
   <ul>
   <li>Fix regression in <code>overlay</code> where using 
<code>buffer(0)</code> instead of <code>make_valid</code> internally produced 
invalid results (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3074";>#3074</a>).</li>
   <li>Fix <code>explore()</code> method when the active geometry contains 
missing and empty geometries (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3094";>#3094</a>).</li>
   </ul>
   <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 &gt;= 2.0 and
   PyGEOS are installed.  PyGEOS will continue to be used by default when 
PyGEOS is
   installed alongside Shapely &lt; 2.0.  Support for PyGEOS and Shapely &lt; 
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 &gt;= 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>
   <!-- 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.3 (Jan ??, 2024)</h2>
   <ul>
   <li>Several fixes for compatibility with the latest pandas 2.2 release.</li>
   <li>Fix bug in <code>pandas.concat</code> CRS consistency checking where CRS 
differing by WKT
   whitespace only were treated as incompatible (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3023";>#3023</a>).</li>
   </ul>
   <h2>Version 0.14.2 (Jan 4, 2024)</h2>
   <ul>
   <li>Fix regression in <code>overlay</code> where using 
<code>buffer(0)</code> instead of <code>make_valid</code> internally
   produced invalid results (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3074";>#3074</a>).</li>
   <li>Fix <code>explore()</code> method when the active geometry contains 
missing and empty geometries (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3094";>#3094</a>).</li>
   </ul>
   <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 &gt;= 2.0 and
   PyGEOS are installed.  PyGEOS will continue to be used by default when 
PyGEOS is
   installed alongside Shapely &lt; 2.0.  Support for PyGEOS and Shapely &lt; 
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 &gt;= 2.0 (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2877";>#2877</a>)</li>
   <li>Added <code>GeoDataFrame.active_geometry_name</code> property returning 
the active geometry column's name or None if no active geometry column is 
set.</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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/5558c35297a537b05675d236ee550612460299ec";><code>5558c35</code></a>
 RLS: v0.14.3</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/f4a421506ec0dff63ef6f280fcfaa1a0135c36a5";><code>f4a4215</code></a>
 REGR: directly fix _constructor_from_mgr regression (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3159";>#3159</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/5898796342b67e4bf94c452595895612b80e8006";><code>5898796</code></a>
 COMPAT: add pandas blockmanager alternative apis for _constructor like 
things...</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/c8f5fa257d8564350a737b26cd895ba6a92b429a";><code>c8f5fa2</code></a>
 DOC/RLS: start changelog for 0.14.3 (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3162";>#3162</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/77b847ad219467ae88bb9621b4cefc09929f26fe";><code>77b847a</code></a>
 BUG: Don't use set in concat CRS checking (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3023";>#3023</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/ad1a03e1f39925ce74dc6bc26864389b08596f78";><code>ad1a03e</code></a>
 COMPAT: only use ISO WKB flavor in to_parquet for GEOS that supports it (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3144";>#3144</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/1ee3fb91fa50673fd89425339addfff551af17fb";><code>1ee3fb9</code></a>
 TST/CI: skip some tests for older GEOS (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3145";>#3145</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/c796ce0213d2db9ff447f5b59a111b3194423584";><code>c796ce0</code></a>
 COMPAT: ensure GeoSeries fallback to Series for construction from mgr (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3046";>#3046</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/6f1fdeafd570f832d4e934925bafbeaeb39dd192";><code>6f1fdea</code></a>
 TST: update extension array tests for upstream pandas changes (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3142";>#3142</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/d236b8680f2ab8735d91e66723dec34590832023";><code>d236b86</code></a>
 TST: update groupby test to handle included group columns with pandas &gt;= 
2.2 ...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/geopandas/geopandas/compare/v0.11.1...v0.14.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=geopandas&package-manager=pip&previous-version=0.11.1&new-version=0.14.3)](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

Reply via email to