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

   Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.11.1 to 
0.14.0.
   <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.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>
   <ul>
   <li>Fix ambiguous error when GeoDataFrame is initialized with a column 
called <code>&quot;crs&quot;</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
   matplotlib 3.5.0 (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3001";>#3001</a>)</li>
   </ul>
   <p>Deprecations and compatibility notes:</p>
   <ul>
   <li><code>geom_almost_equals()</code> methods have been deprecated and
   <code>geom_equals_exact()</code> should be used instead (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2604";>#2604</a>).</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>
   <h1>Changelog</h1>
   <h2>Development version</h2>
   <p>New methods:</p>
   <ul>
   <li>Added <code>count_coordinates</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3026";>#3026</a>).</li>
   </ul>
   <p>Notes on dependencies:</p>
   <ul>
   <li>GeoPandas 1.0 drops support for shapely&lt;2 and PyGEOS. The only 
geometry engine that is
   currently supported is shapely &gt;= 2. As a consequence, spatial indexing 
based on the
   rtree package has also been removed. (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3035";>#3035</a>)</li>
   </ul>
   <p>New methods:</p>
   <ul>
   <li>Added <code>minimum_clearance</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2989";>#2989</a>).</li>
   </ul>
   <p>Bug fixes:</p>
   <ul>
   <li>Fix <code>GeoDataFrame.merge()</code> incorrectly returning a 
<code>DataFrame</code> instead of a
   <code>GeoDataFrame</code> when the <code>suffixes</code> argument is applied 
to the active
   geometry column (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2933";>#2933</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/0eb2a5ecdc3b7b595e406c9f7bf1e6435ad39828";><code>0eb2a5e</code></a>
 RLS: v0.14.0</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/8eea38839b7cb346eb079da90503089ebde8913b";><code>8eea388</code></a>
 RLS: prepare changelog for 0.14 (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3012";>#3012</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/5ebf9488b653e6ccb65386d9c75861864a667927";><code>5ebf948</code></a>
 DEP: GeoSeries.geom_almost_equals (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3017";>#3017</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/95ace7bbd0ed46c19ab7e028f2c4d390cd787d82";><code>95ace7b</code></a>
 DOC: use included tilelayer in explore guide (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3011";>#3011</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/a9feb411aa2996a5304cb5fa47a0a7105e447b3b";><code>a9feb41</code></a>
 COMPAT: fix warnings for latest pandas (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3010";>#3010</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/d8b9a4a3afc2bc6bb25f69dfe126611729853132";><code>d8b9a4a</code></a>
 CI: test pandas future options (CoW and strings) in dev build (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2992";>#2992</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/e3c3bca30e3d41bf7a1997cf49de41197792e9e2";><code>e3c3bca</code></a>
 DOC: update io user guide to mention pyogrio (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3008";>#3008</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/337007b360c6edff8c5f18fed4f928dcbeba35ab";><code>337007b</code></a>
 ENH: add remove_repeated_points as a GeoSeries method (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2940";>#2940</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/b645e9e1cbedb9771484fab5992bfb2bb6915c79";><code>b645e9e</code></a>
 ENH: expose reverse (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2988";>#2988</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/969f2248dedca1527ac63e35c7b4074e3bdaca12";><code>969f224</code></a>
 REF: deprecate seed keyword to rng in sample_points (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2913";>#2913</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/geopandas/geopandas/compare/v0.11.1...v0.14.0";>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.0)](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