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

   Bumps [fiona](https://github.com/Toblerity/Fiona) from 1.9.6 to 1.10.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Toblerity/Fiona/releases";>fiona's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.10.0</h2>
   <p>This is 1.10.0. At last! The project has added 25 new contributors since 
1.9.0, for a total of 73.</p>
   <p>Fiona 1.10 will continue to support classic GIS programming work with a 
record-style data model. Rows, that is, not columns.</p>
   <p>The changes since 1.9.6 are fully described in the changelog, split 
across pre-releases. Here is a high-level summary.</p>
   <h3>Deprecations</h3>
   <ul>
   <li>Python-style filter expressions for CLI commands are being replaced by 
Lisp-like expressions.</li>
   <li>Some constants in the <code>fiona.schema</code> module will be removed 
in a future version.</li>
   <li>The <code>fiona.path</code> module will be removed in a future version. 
This, and the previously mentioned constants, were not meant to be used by 
projects downstream.</li>
   </ul>
   <h3>New features</h3>
   <ul>
   <li>Python openers can connect filesystems implemented in Python, like 
<code>fsspec</code> or <code>tiledb.vfs</code>, to GDAL's own virtual 
filesystem machinery. In most cases, you should reply on GDAL's built-in 
virtual filesystem handlers. On the other hand, if you have unique or 
proprietary data access protocols, then fiona's new openers may be useful.</li>
   <li>Fiona's CLI has three new commands, <code>filter</code> (strictly 
speaking, a new mode of this command), <code>map</code>, and 
<code>reduce</code>. These provide some great features for Unix-style data 
processing pipelines and are designed to work well with <code>jq</code> and 
programs of that nature.</li>
   </ul>
   <h3>Other changes</h3>
   <p>This version is heavily refactored. If it's not paying off for you, let 
us know!</p>
   <h3>PyPI wheels</h3>
   <p>The binary wheels on PyPI include GDAL 3.9.2 (3.9.1 for Windows), GEOS 
3.11.2, and PROJ 9.4.1.</p>
   <h3>GDAL and Python versions</h3>
   <p>Fiona 1.10.0 requires GDAL 3.4 and Python 3.8 or newer.</p>
   <h2>1.10.0rc1</h2>
   <p>This is the first release candidate for 1.10.0.</p>
   <h3>Changes</h3>
   <ul>
   <li>Mutable item access to Feature, Geometry, and Properties instances has 
been restored (reported in <a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1430";>#1430</a>). This 
usage should be avoided as instances of these classes will be immutable in a 
future version.</li>
   <li>The setup.cfg duplicates project configuration in pyproject.toml and has 
been removed.</li>
   </ul>
   <h3>Packaging</h3>
   <ul>
   <li>PyPI wheels include GDAL 3.9.2.</li>
   </ul>
   <p>Please see the CHANGES file for a more detailed enumeration of changes 
since version 1.10b1. Unless showstopper bugs are found in this release, expect 
a final 1.10.0 release in two weeks.</p>
   <h2>1.10b3</h2>
   <h3>Bug fixes</h3>
   <ul>
   <li>The sketchy, semi-private Python opener interfaces of version 1.10b2 
have been replaced by ABCs that are exported from fiona.abc (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1415";>#1415</a>). How 
to implement the interfaces and provide a custom opener is documented in 
<code>test_pyopener.py</code> and will be included in the documentation for 
version 1.10.0.</li>
   <li>The truncate GDAL VSI plugin callback has been implemented (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1413";>#1413</a>).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/Toblerity/Fiona/blob/main/CHANGES.txt";>fiona's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.10.0 (2024-09-03)</h2>
   <p>The package version, credits, and citation file have been updated. There 
have
   been no other changes since 1.10.0rc1. Fiona is the work of 73 contributors,
   including 25 new contributors since 1.9.0.</p>
   <h2>1.10.0rc1 (2024-08-21)</h2>
   <p>This is the first release candidate for 1.10.0.</p>
   <p>Changes:</p>
   <ul>
   <li>Mutable item access to Feature, Geometry, and Properties instances has 
been
   restored (reported in <a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1430";>#1430</a>). This 
usage should be avoided as instances of
   these classes will be immutable in a future version.</li>
   <li>The setup.cfg duplicates project configuration in pyproject.toml and has 
been
   removed.</li>
   </ul>
   <h2>1.10b3 (2024-07-29)</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>The sketchy, semi-private Python opener interfaces of version 1.10b2 have
   been replaced by ABCs that are exported from fiona.abc (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1415";>#1415</a>).</li>
   <li>The truncate VSI plugin callback has been implemented (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1413";>#1413</a>).</li>
   </ul>
   <h2>1.10b2 (2024-07-10)</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>The Pyopener registry and VSI plugin have been rewritten to avoid 
filename
   conflicts and to be compatible with multithreading. Now, a new plugin handler
   is registered for each instance of using an opener (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1408";>#1408</a>). 
Before GDAL 3.9.0
   plugin handlers cannot not be removed and so it may be observed that the size
   of the Pyopener registry grows during the execution of a program.</li>
   <li>A CSLConstList ctypedef has been added and is used where appropriate (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1404";>#1404</a>).</li>
   <li>Fiona model objects have a informative, printable representation again
   (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1380";>#1380</a>).</li>
   </ul>
   <p>Packaging:</p>
   <ul>
   <li>PyPI wheels include GDAL 3.9.1 and curl 8.8.0.</li>
   </ul>
   <h2>1.10b1 (2024-04-16)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/cc16f666e06bb79b33290fe18c63e9831077a5db";><code>cc16f66</code></a>
 This is 1.10.0</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/09ffe326d124e4896ac803d8bffa7841671b80ab";><code>09ffe32</code></a>
 Update 1.10.0rc1 release date</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/e7acafee3413884d906cac42eb88c1a574b10e7e";><code>e7acafe</code></a>
 Remove experimental wheel build infra</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/6bf2bf7ff6b1189655f8062a3f5146c562ec2758";><code>6bf2bf7</code></a>
 Restore mutable item access to Properties</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/103c11f661f4274e0f1fa08802bc4ec66df6ecde";><code>103c11f</code></a>
 Add custom triplets</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/794635441fe32df840aca6107e456eb4f643116a";><code>7946354</code></a>
 Add vcpkg.json</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/6e4a6d105bc7b6c51c7765ca9c6581a5bb0c460d";><code>6e4a6d1</code></a>
 Move tests</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/dce31ea1f0d2a35d96ed27be9da43c5ac06a45b2";><code>dce31ea</code></a>
 cd before running tests</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/14cac4fe009ecaa0e263380eabe31e533fe56a90";><code>14cac4f</code></a>
 Run tests from right location</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/bbd984281428bdc49c248e9793f5bc6deb4752e3";><code>bbd9842</code></a>
 Provide GDAL version</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Toblerity/Fiona/compare/1.9.6...1.10.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fiona&package-manager=pip&previous-version=1.9.6&new-version=1.10.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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/sedona/network/alerts).
   
   </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