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

   Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.14.4 to 
1.0.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>v1.0.1</h2>
   <p>A small bug fix release fixing a regression caused by 1.0.0.</p>
   <p>Bug fixes:</p>
   <ul>
   <li>Support a named datetime or object dtype index in explore() (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3360";>#3360</a>, 
<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3364";>#3364</a>).</li>
   <li>Fix a regression preventing a Series as an argument for geometric 
methods (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3363";>#3363</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/geopandas/geopandas/compare/v1.0.0...v1.0.1";>https://github.com/geopandas/geopandas/compare/v1.0.0...v1.0.1</a></p>
   <h2>v1.0.0</h2>
   <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>
   <li>The I/O engine now defaults to Pyogrio which is now installed with 
GeoPandas instead
   of Fiona (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3223";>#3223</a>).</li>
   </ul>
   <p>New methods:</p>
   <ul>
   <li>Added <code>count_geometries</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3154";>#3154</a>).</li>
   <li>Added <code>count_interior_rings</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3154";>#3154</a>)</li>
   <li>Added <code>relate_pattern</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3211";>#3211</a>).</li>
   <li>Added <code>intersection_all</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3228";>#3228</a>).</li>
   <li>Added <code>line_merge</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3214";>#3214</a>).</li>
   <li>Added <code>set_precision</code> and <code>get_precision</code> methods 
from shapely to GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3175";>#3175</a>).</li>
   <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>
   <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>
   <li>Added <code>shared_paths</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3215";>#3215</a>).</li>
   <li>Added <code>is_ccw</code> method from shapely to GeoSeries/GeoDataframe 
(<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3027";>#3027</a>).</li>
   <li>Added <code>is_closed</code> attribute from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3092";>#3092</a>).</li>
   <li>Added <code>force_2d</code> and <code>force_3d</code> methods from 
shapely to GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3090";>#3090</a>).</li>
   <li>Added <code>voronoi_polygons</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3177";>#3177</a>).</li>
   <li>Added <code>contains_properly</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3105";>#3105</a>).</li>
   <li>Added <code>build_area</code> method exposing <code>build_area</code> 
shapely to GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3202";>#3202</a>).</li>
   <li>Added <code>snap</code> method from shapely to GeoSeries/GeoDataframe 
(<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3086";>#3086</a>).</li>
   <li>Added <code>transform</code> method from shapely to 
GeoSeries/GeoDataFrame (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3075";>#3075</a>).</li>
   <li>Added <code>get_geometry</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3287";>#3287</a>).</li>
   <li>Added <code>dwithin</code> method to check for a &quot;distance 
within&quot; predicate on
   GeoSeries/GeoDataFrame (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3153";>#3153</a>).</li>
   <li>Added <code>to_geo_dict</code> method to generate GeoJSON-like 
dictionary from a GeoDataFrame (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3132";>#3132</a>).</li>
   <li>Added <code>polygonize</code> method exposing both 
<code>polygonize</code> and <code>polygonize_full</code> from
   shapely to GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2963";>#2963</a>).</li>
   <li>Added <code>is_valid_reason</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3176";>#3176</a>).</li>
   <li>Added <code>to_arrow</code> method and <code>from_arrow</code> class 
method to
   GeoSeries/GeoDataFrame to export and import to/from Arrow data with GeoArrow
   extension types (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3219";>#3219</a>, 
<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3301";>#3301</a>).</li>
   </ul>
   <p>New features and improvements:</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 1.0.1 (July 2, 2024)</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>Support a named datetime or object dtype index in <code>explore()</code> 
(<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3360";>#3360</a>, 
<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3364";>#3364</a>).</li>
   <li>Fix a regression preventing a Series as an argument for geometric 
methods (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3363";>#3363</a>)</li>
   </ul>
   <h2>Version 1.0.0 (June 24, 2024)</h2>
   <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>
   <li>The I/O engine now defaults to Pyogrio which is now installed with 
GeoPandas instead
   of Fiona (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3223";>#3223</a>).</li>
   </ul>
   <p>New methods:</p>
   <ul>
   <li>Added <code>count_geometries</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3154";>#3154</a>).</li>
   <li>Added <code>count_interior_rings</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3154";>#3154</a>)</li>
   <li>Added <code>relate_pattern</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3211";>#3211</a>).</li>
   <li>Added <code>intersection_all</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3228";>#3228</a>).</li>
   <li>Added <code>line_merge</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3214";>#3214</a>).</li>
   <li>Added <code>set_precision</code> and <code>get_precision</code> methods 
from shapely to GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3175";>#3175</a>).</li>
   <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>
   <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>
   <li>Added <code>shared_paths</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3215";>#3215</a>).</li>
   <li>Added <code>is_ccw</code> method from shapely to GeoSeries/GeoDataframe 
(<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3027";>#3027</a>).</li>
   <li>Added <code>is_closed</code> attribute from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3092";>#3092</a>).</li>
   <li>Added <code>force_2d</code> and <code>force_3d</code> methods from 
shapely to GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3090";>#3090</a>).</li>
   <li>Added <code>voronoi_polygons</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3177";>#3177</a>).</li>
   <li>Added <code>contains_properly</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3105";>#3105</a>).</li>
   <li>Added <code>build_area</code> method exposing <code>build_area</code> 
shapely to GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3202";>#3202</a>).</li>
   <li>Added <code>snap</code> method from shapely to GeoSeries/GeoDataframe 
(<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3086";>#3086</a>).</li>
   <li>Added <code>transform</code> method from shapely to 
GeoSeries/GeoDataFrame (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3075";>#3075</a>).</li>
   <li>Added <code>get_geometry</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3287";>#3287</a>).</li>
   <li>Added <code>dwithin</code> method to check for a &quot;distance 
within&quot; predicate on
   GeoSeries/GeoDataFrame (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3153";>#3153</a>).</li>
   <li>Added <code>to_geo_dict</code> method to generate GeoJSON-like 
dictionary from a GeoDataFrame (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3132";>#3132</a>).</li>
   <li>Added <code>polygonize</code> method exposing both 
<code>polygonize</code> and <code>polygonize_full</code> from
   shapely to GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/2963";>#2963</a>).</li>
   <li>Added <code>is_valid_reason</code> method from shapely to 
GeoSeries/GeoDataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3176";>#3176</a>).</li>
   <li>Added <code>to_arrow</code> method and <code>from_arrow</code> class 
method to
   GeoSeries/GeoDataFrame to export and import to/from Arrow data with GeoArrow
   extension types (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3219";>#3219</a>, 
<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3301";>#3301</a>).</li>
   </ul>
   <p>New features and improvements:</p>
   <ul>
   <li>Added <code>predicate=&quot;dwithin&quot;</code> option and 
<code>distance</code> argument to the <code>sindex.query()</code> method</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/747d66ee6fcf00b819c08f11ecded53736c4652b";><code>747d66e</code></a>
 BUG: Explore json non serialisable index fix (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3364";>#3364</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/16d45711c49fc5bbd1ed07d85fc7d528ceed9fe9";><code>16d4571</code></a>
 REGR: fix regression preventing a Series as an arg for geo methods (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3363";>#3363</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/7d460d9efff57720c970fd6a040914286846c589";><code>7d460d9</code></a>
 BUG: support datetime in named index in explore() (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3360";>#3360</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/d88e60fc281ecd3269532be24371abd4bec5ea3a";><code>d88e60f</code></a>
 DOC: Fix small typos in <code>io.file</code> (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3356";>#3356</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/15a7fc665d43e2655579f761af76ddbfdee4e105";><code>15a7fc6</code></a>
 DOC: Add arrow IO methods to API docs (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3352";>#3352</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/d8e14e1be3ecbef6f75a1142f85561ff652ed3d1";><code>d8e14e1</code></a>
 RLS: v1.0.0</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/c6f66ad9306cb3ce9e6060e5980726974f85aff8";><code>c6f66ad</code></a>
 TST: Add test covering passing geojson string to read file (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3347";>#3347</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/217772b3200bef7571ef899d662ac11ca6c3d3a3";><code>217772b</code></a>
 ENH: add attribute requirement with spatial join (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3231";>#3231</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/7c621fe8434d148a77738a0fc37edcd16dd0ab38";><code>7c621fe</code></a>
 DOC: Documentation tidy up (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3348";>#3348</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/0618b227086ef605c476b4a36449d5f65b9d859f";><code>0618b22</code></a>
 Avoid read_feather to decode metadata twice + fix _arrow_to_geopandas for 
das...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/geopandas/geopandas/compare/v0.14.4...v1.0.1";>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.14.4&new-version=1.0.1)](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