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

   Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.11.1 to 
0.14.4.
   <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.4</h2>
   <p>Small bug-fix release with several fixes for compatibility with the 
upcoming pandas 3.0, numpy 2.0 and fiona 1.10 releases.</p>
   <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</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.4 (April 26, 2024)</h2>
   <ul>
   <li>Several fixes for compatibility with the upcoming pandas 3.0, numpy 2.0 
and
   fiona 1.10 releases.</li>
   </ul>
   <h2>Version 0.14.3 (Jan 31, 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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/60c9773e44fff8a35344c2a74431e00c5546a4ee";><code>60c9773</code></a>
 RLS: v0.14.4</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/201584a8a7d6cb6cdf58732033e442d9e08b368a";><code>201584a</code></a>
 update date</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/b900e0a97adda329e0fd3b6c56442c5932e00a40";><code>b900e0a</code></a>
 DOC/RLS: start changelog for 0.14.4 (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3266";>#3266</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/7022eeba6f6b20cc6b4459af3563372c84ecda00";><code>7022eeb</code></a>
 COMPAT: avoid passing copy keyword to concat and astype for pandas 3.0 (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3254";>#3254</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/e611c5f40b2fd3db8563de591951c9fb47087867";><code>e611c5f</code></a>
 fix dissolve test - unary_union behaviour not yet changed</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/0a21939c9895e92f7526cfe957d12dc143496bbb";><code>0a21939</code></a>
 MAINT: reduce warnings in the tests (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3126";>#3126</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/b87985cdec4814ec585c526e1ec3374d2d135574";><code>b87985c</code></a>
 For pygeos: restore <strong>array</strong> returning shapely objects</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/326a5d73c0c703488d4b3ac429463f34c339529e";><code>326a5d7</code></a>
 BLD/RLS: add numpy explicitly as install dependency (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3264";>#3264</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/934f8f642a3b4334d722cabe6aebb3f395ecb3df";><code>934f8f6</code></a>
 MAINT: Reduce warnings in CI (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2966";>#2966</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/f71b6e2cdaf8f3b5a1dc6cbf87e2a762596f3263";><code>f71b6e2</code></a>
 update test changes for pandas CoW</li>
   <li>Additional commits viewable in <a 
href="https://github.com/geopandas/geopandas/compare/v0.11.1...v0.14.4";>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.4)](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