dependabot[bot] opened a new pull request, #2948: URL: https://github.com/apache/sedona/pull/2948
Bumps the pip-dependencies group with 4 updates in the /docker directory: [geopandas](https://github.com/geopandas/geopandas), [pandas](https://github.com/pandas-dev/pandas), [pydeck](https://github.com/visgl/deck.gl) and [rasterio](https://github.com/rasterio/rasterio). Updates `geopandas` from 1.1.2 to 1.1.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>Version 1.1.3</h2> <h2>What's Changed</h2> <p>This release addresses a handful of small compatibility issues with pandas 3.0 and backports some bugfixes.</p> <p>Bug fixes:</p> <ul> <li>Improved compatibility with pandas 3.0 Copy-on-Write feature, making use of deferred copies where possible (<a href="https://redirect.github.com/geopandas/geopandas/issues/3298">#3298</a>, <a href="https://redirect.github.com/geopandas/geopandas/issues/3711">#3711</a>).</li> <li>Fix <code>GeoSeries.sample_points</code> not accepting list-like <code>size</code> when generating points using <code>pointpaterns</code> (<a href="https://redirect.github.com/geopandas/geopandas/issues/3710">#3710</a>).</li> <li>Fix <code>from_wkt/wkb</code> to correctly handle missing values with pandas 3 (where the new <code>str</code> dtype is used) (<a href="https://redirect.github.com/geopandas/geopandas/issues/3714">#3714</a>).</li> <li>Fix <code>to_postgis</code> to correctly handle missing values with pandas 3 (where the new <code>str</code> dtype is used) (<a href="https://redirect.github.com/geopandas/geopandas/issues/3722">#3722</a>).</li> <li>Using <code>loc</code> to assign column values to a new row index now correctly preserves the column CRS and geometry dtype on pandas 3.1, due to an upstream bug fix (<a href="https://redirect.github.com/geopandas/geopandas/issues/3741">#3741</a>, Pandas <a href="https://redirect.github.com/geopandas/geopandas/issues/62523">#62523</a>)</li> <li>Random states in <code>pointpats</code> methods of <code>sample_points</code> can now be fixed with <code>rng</code> (<a href="https://redirect.github.com/geopandas/geopandas/issues/3737">#3737</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/geopandas/geopandas/compare/v1.1.2...v1.1.3">https://github.com/geopandas/geopandas/compare/v1.1.2...v1.1.3</a></p> </blockquote> </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.1.3 (March 10, 2026)</h2> <p>This release addresses a handful of small compatibility issues with pandas 3.0 and backports some bugfixes.</p> <p>Bug fixes:</p> <ul> <li>Improved compatibility with pandas 3.0 Copy-on-Write feature, making use of deferred copies where possible (<a href="https://redirect.github.com/geopandas/geopandas/issues/3298">#3298</a>, <a href="https://redirect.github.com/geopandas/geopandas/issues/3711">#3711</a>).</li> <li>Fix <code>GeoSeries.sample_points</code> not accepting list-like <code>size</code> when generating points using <code>pointpaterns</code> (<a href="https://redirect.github.com/geopandas/geopandas/issues/3710">#3710</a>).</li> <li>Fix <code>from_wkt/wkb</code> to correctly handle missing values with pandas 3 (where the new <code>str</code> dtype is used) (<a href="https://redirect.github.com/geopandas/geopandas/issues/3714">#3714</a>).</li> <li>Fix <code>to_postgis</code> to correctly handle missing values with pandas 3 (where the new <code>str</code> dtype is used) (<a href="https://redirect.github.com/geopandas/geopandas/issues/3722">#3722</a>).</li> <li>Using <code>loc</code> to assign column values to a new row index now correctly preserves the column CRS and geometry dtype on pandas 3.1, due to an upstream bug fix (<a href="https://redirect.github.com/geopandas/geopandas/issues/3741">#3741</a>, Pandas <a href="https://redirect.github.com/geopandas/geopandas/issues/62523">#62523</a>)</li> <li>Random states in <code>pointpats</code> methods of <code>sample_points`` can now be fixed with </code>rng` (<a href="https://redirect.github.com/geopandas/geopandas/issues/3737">#3737</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/geopandas/geopandas/commit/f5fe3ff5f0e473603cd0e81673d9f1f300f4975d"><code>f5fe3ff</code></a> RLS: v1.1.3</li> <li><a href="https://github.com/geopandas/geopandas/commit/c1046702f4444659cb9cf3d8cb389ecd45c35e3c"><code>c104670</code></a> pointpats <2.5.3 test compat</li> <li><a href="https://github.com/geopandas/geopandas/commit/af36b140f911641e9a7909e3be76e766d7383c22"><code>af36b14</code></a> ENH: add <code>pointpats</code> as an optional dependency & pass in <code>rng</code> (<a href="https://redirect.github.com/geopandas/geopandas/issues/3737">#3737</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/d9ed84a9d4e33524498eac197d11ece3ba67637e"><code>d9ed84a</code></a> COMPAT: fix failing test for loc concatenation crs preservation with pandas 3...</li> <li><a href="https://github.com/geopandas/geopandas/commit/1b1ddc23796bbe06589f2262d548219d0b065daf"><code>1b1ddc2</code></a> MAINT: use trusted publishing for releasing to PyPI (<a href="https://redirect.github.com/geopandas/geopandas/issues/3734">#3734</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/8d0c05dbd588031f9c10913b3302b2d347dc9e8e"><code>8d0c05d</code></a> changelog</li> <li><a href="https://github.com/geopandas/geopandas/commit/a424f1750945bcc9a6c6122c7aca8b0829202201"><code>a424f17</code></a> Avoid returning deep copies with pandas 3.0 (with Copy-on-Write) (<a href="https://redirect.github.com/geopandas/geopandas/issues/3298">#3298</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/03fa43e9029ced09314b915277309e7fee7097ba"><code>03fa43e</code></a> MAINT: cleanup release warning for project.license table (<a href="https://redirect.github.com/geopandas/geopandas/issues/3603">#3603</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/29fdb3057195aa4cb7adbd771425e3a47ad52b66"><code>29fdb30</code></a> CI: remove usage of PANDAS_FUTURE_INFER_STRINGS=0 (<a href="https://redirect.github.com/geopandas/geopandas/issues/3715">#3715</a>)</li> <li><a href="https://github.com/geopandas/geopandas/commit/9070e1346fc070ee077cb7027f6fa7737391402e"><code>9070e13</code></a> missing changelog entries</li> <li>Additional commits viewable in <a href="https://github.com/geopandas/geopandas/compare/v1.1.2...v1.1.3">compare view</a></li> </ul> </details> <br /> Updates `pandas` from 2.3.3 to 3.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pandas-dev/pandas/releases">pandas's releases</a>.</em></p> <blockquote> <h2>pandas 3.0.2</h2> <p>We are pleased to announce the release of pandas 3.0.2. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.</p> <p>See the <a href="https://pandas.pydata.org/docs/dev/whatsnew/v3.0.2.html">full whatsnew</a> for a list of all the changes.</p> <p>Pandas 3.0 supports Python 3.11 and higher. The release can be installed from PyPI:</p> <pre><code>python -m pip install --upgrade pandas==3.0.* </code></pre> <p>Or from conda-forge</p> <pre><code>conda install -c conda-forge pandas=3.0 </code></pre> <p>Please report any issues with the release on the <a href="https://github.com/pandas-dev/pandas/issues">pandas issue tracker</a>.</p> <p>Thanks to all the contributors who made this release possible.</p> <h2>pandas 3.0.1</h2> <p>We are pleased to announce the release of pandas 3.0.1. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.</p> <p>See the <a href="https://pandas.pydata.org/docs/dev/whatsnew/v3.0.1.html">full whatsnew</a> for a list of all the changes.</p> <p>Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI:</p> <pre><code>python -m pip install --upgrade pandas==3.0.* </code></pre> <p>Or from conda-forge</p> <pre><code>conda install -c conda-forge pandas=3.0 </code></pre> <p>Please report any issues with the release on the <a href="https://github.com/pandas-dev/pandas/issues">pandas issue tracker</a>.</p> <p>Thanks to all the contributors who made this release possible.</p> <h2>pandas 3.0.0</h2> <p>We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes various new features, bug fixes, and performance improvements, as well as possible breaking changes.</p> <p>The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0.</p> <p>Highlights include:</p> <ul> <li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-string-dtype">Dedicated string data type by default</a></li> <li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-copy_on_write">Consistent copy/view behaviour with Copy-on-Write</a> (CoW) (a.k.a. getting rid of the SettingWithCopyWarning)</li> <li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-api-breaking-datetime-resolution-inference">New default resolution for datetime-like data</a></li> <li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-col">Initial support for the new <code>pd.col</code> syntax</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pandas-dev/pandas/commit/ab90747e3dae0e69b1bdbf083820b8075689b34b"><code>ab90747</code></a> RLS: 3.0.2 (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64934">#64934</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/6f270137a27f8de4bd1afd7d71220e0760429750"><code>6f27013</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64931">#64931</a> on branch 3.0.x (DOC/BLD: temporary disable upload of docs...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/48ddc60d6efe8d942dbe1495dea725a9d7db15ef"><code>48ddc60</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64664">#64664</a> on branch 3.0.x (BUG: DataFrame.sum() crashes on empty Dat...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/8774488df19d0859ddc05a24210783b66da27ef7"><code>8774488</code></a> [backport 3.0.x] PERF: fix slow python loop in validation for ArrowStringArra...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/33af6cc04ed6331c23a49655c4c7bb8f90351da3"><code>33af6cc</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64133">#64133</a> on branch 3.0.x (BUG: str.find returns byte offset instead...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/4ef49d815aae99b6ba5627ab0a54ba0819336652"><code>4ef49d8</code></a> [backport 3.0.x] BUG: fix convert_dtypes dropping values from sliced mixed-dt...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/0668f3451120e5552cdc8cf5d85f6d1238ce4e12"><code>0668f34</code></a> [backport 3.0.x] BUG: Fix HDFStore.put with StringDtype columns and compressi...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/23f2f442ea1af6deddfefef2a4a1e4cb44328c3d"><code>23f2f44</code></a> [backport 3.0.x] BUG: Suppress unnecessary RuntimeWarning in to_datetime with...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/83ba804de35ec98798d31474d044cff7666bebd6"><code>83ba804</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64886">#64886</a>: BUG: Compute Variance of Complex Numbers Correctly (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64892">#64892</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/bb5ca1a7a96130fa0e8e2a3987c051e4473f7792"><code>bb5ca1a</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64386">#64386</a> on branch 3.0.x (BUG: fix sort_index AssertionError with R...</li> <li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.2">compare view</a></li> </ul> </details> <br /> Updates `pydeck` from 0.9.1 to 0.9.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/visgl/deck.gl/commits">compare view</a></li> </ul> </details> <br /> Updates `rasterio` from 1.4.4 to 1.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rasterio/rasterio/releases">rasterio's releases</a>.</em></p> <blockquote> <h2>1.5.0</h2> <h3>Dependencies:</h3> <ul> <li>Minimum supported versions: Python 3.12+, GDAL 3.8+, & numpy 2+ (<a href="https://redirect.github.com/rasterio/rasterio/issues/3465">#3465</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3467">#3467</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3468">#3468</a>)</li> <li>Vendor click-plugins (<a href="https://redirect.github.com/rasterio/rasterio/issues/3367">#3367</a>)</li> </ul> <h3>Enhancements:</h3> <ul> <li>Add float16 dtype (<a href="https://redirect.github.com/rasterio/rasterio/issues/3469">#3469</a>)</li> <li>rasterio.cache: Add invalidate() and invalidate_all() for invalidation of responses in Rasterio's HTTP cache (<a href="https://redirect.github.com/rasterio/rasterio/issues/3276">#3276</a>).</li> <li>rasterio.crs: The CRS class has a new, lazily computed, geodetic_crs property (<a href="https://redirect.github.com/rasterio/rasterio/issues/3218">#3218</a>)</li> <li>rasterio.enum: Add Interleaving.tile (<a href="https://redirect.github.com/rasterio/rasterio/issues/3479">#3479</a>)</li> <li>rasterio.features.shapes: float64 fully supported GDAL 3.12.1 (<a href="https://redirect.github.com/rasterio/rasterio/issues/3477">#3477</a>)</li> <li>rasterio.features.shapes: Add uint32,uint64,int64 dtypes & warn for possible truncation (<a href="https://redirect.github.com/rasterio/rasterio/issues/3456">#3456</a>)</li> <li>rasterio.plot.show: Add indexes & percent_range parameters to handle rgb image missing color interpretation & enable histogram stretching (<a href="https://redirect.github.com/rasterio/rasterio/issues/3171">#3171</a>)</li> <li>rasterio.warp.reproject: Modify tolerance to be an argument in (<a href="https://redirect.github.com/rasterio/rasterio/issues/3325">#3325</a>)</li> <li>Move project metadata to pyproject.toml (PEP 621) (<a href="https://redirect.github.com/rasterio/rasterio/issues/3430">#3430</a>)</li> <li>Use Lapack solve to more accurately compute affine reverse transforms (<a href="https://redirect.github.com/rasterio/rasterio/issues/3315">#3315</a>)</li> <li>rasterio.open: Add thread_safe parameter (<a href="https://redirect.github.com/rasterio/rasterio/issues/3496">#3496</a>)</li> <li>rasterio.session: Add support for additional Azure credentials (<a href="https://redirect.github.com/rasterio/rasterio/issues/3482">#3482</a>)</li> </ul> <h3>Bug fixes:</h3> <ul> <li>Ensure dataset can be closed multiple times (<a href="https://redirect.github.com/rasterio/rasterio/issues/3480">#3480</a>)</li> <li>Remove duplicate dataset cleanup (<a href="https://redirect.github.com/rasterio/rasterio/issues/3473">#3473</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3366">#3366</a>)</li> <li>Use rasterio & numpy dtypes internally instead of strings (<a href="https://redirect.github.com/rasterio/rasterio/issues/3472">#3472</a>)</li> <li>Use context manager for MemoryDataset (<a href="https://redirect.github.com/rasterio/rasterio/issues/3461">#3461</a>)</li> <li>rasterio.warp: Don't fill masked output when reprojecting (<a href="https://redirect.github.com/rasterio/rasterio/issues/3471">#3471</a>)</li> <li>rasterio.warp: Filter GDALCreateGenImgProjTransformer2 options (<a href="https://redirect.github.com/rasterio/rasterio/issues/3460">#3460</a>)</li> <li>rasterio.show_versions: Use importlib.metadata.version (<a href="https://redirect.github.com/rasterio/rasterio/issues/3488">#3488</a>)</li> <li>Static GDAL runtime version check (<a href="https://redirect.github.com/rasterio/rasterio/issues/3487">#3487</a>)</li> <li>Use GDAL open flag constants (<a href="https://redirect.github.com/rasterio/rasterio/issues/3494">#3494</a>)</li> <li>Documentation (<a href="https://redirect.github.com/rasterio/rasterio/issues/3459">#3459</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3458">#3458</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3455">#3455</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3346">#3346</a>)</li> <li>Tests (<a href="https://redirect.github.com/rasterio/rasterio/issues/3429">#3429</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3502">#3502</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3501">#3501</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3498">#3498</a>)</li> <li>Code linting (<a href="https://redirect.github.com/rasterio/rasterio/issues/3457">#3457</a>)</li> </ul> <h3>Deprecations:</h3> <ul> <li>rasterio.warp.transform_geom: Deprecate antimeridian_cutting & antimeridian_offset (<a href="https://redirect.github.com/rasterio/rasterio/issues/3474">#3474</a>)</li> </ul> <h3>Packaging notes:</h3> <ul> <li>Wheel: GDAL 3.12.1 (<a href="https://redirect.github.com/rasterio/rasterio/issues/3491">#3491</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3493">#3493</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3497">#3497</a>)</li> <li>Search for GDAL installation path on Windows (<a href="https://redirect.github.com/rasterio/rasterio/issues/3498">#3498</a>)</li> </ul> <p><strong><a href="https://github.com/rasterio/rasterio/blob/1.5.0/ci/config.sh#L1-L25">Full list of software versions</a></strong></p> <h2>Contributors</h2> <ul> <li><a href="https://github.com/a-gn"><code>@a-gn</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rasterio/rasterio/blob/main/CHANGES.txt">rasterio's changelog</a>.</em></p> <blockquote> <h2>1.5.0 (2026-01-05)</h2> <p>Dependencies:</p> <ul> <li>Minimum supported versions: Python 3.12+, GDAL 3.8+, & numpy 2+ (<a href="https://redirect.github.com/rasterio/rasterio/issues/3465">#3465</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3467">#3467</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3468">#3468</a>)</li> <li>Vendor click-plugins (<a href="https://redirect.github.com/rasterio/rasterio/issues/3367">#3367</a>)</li> </ul> <p>Enhancements:</p> <ul> <li>Add float16 dtype (<a href="https://redirect.github.com/rasterio/rasterio/issues/3469">#3469</a>)</li> <li>rasterio.cache: Add invalidate() and invalidate_all() for invalidation of responses in Rasterio's HTTP cache (<a href="https://redirect.github.com/rasterio/rasterio/issues/3276">#3276</a>).</li> <li>rasterio.crs: The CRS class has a new, lazily computed, geodetic_crs property (<a href="https://redirect.github.com/rasterio/rasterio/issues/3218">#3218</a>)</li> <li>rasterio.enum: Add Interleaving.tile (<a href="https://redirect.github.com/rasterio/rasterio/issues/3479">#3479</a>)</li> <li>rasterio.features.shapes: float64 fully supported GDAL 3.12.1 (<a href="https://redirect.github.com/rasterio/rasterio/issues/3477">#3477</a>)</li> <li>rasterio.features.shapes: Add uint32,uint64,int64 dtypes & warn for possible truncation (<a href="https://redirect.github.com/rasterio/rasterio/issues/3456">#3456</a>)</li> <li>rasterio.plot.show: Add indexes & percent_range parameters to handle rgb image missing color interpretation & enable histogram stretching (<a href="https://redirect.github.com/rasterio/rasterio/issues/3171">#3171</a>)</li> <li>rasterio.warp.reproject: Modify tolerance to be an argument in (<a href="https://redirect.github.com/rasterio/rasterio/issues/3325">#3325</a>)</li> <li>Move project metadata to pyproject.toml (PEP 621) (<a href="https://redirect.github.com/rasterio/rasterio/issues/3430">#3430</a>)</li> <li>Use Lapack solve to more accurately compute affine reverse transforms (<a href="https://redirect.github.com/rasterio/rasterio/issues/3315">#3315</a>)</li> <li>rasterio.open: Add thread_safe parameter (<a href="https://redirect.github.com/rasterio/rasterio/issues/3496">#3496</a>)</li> <li>rasterio.session: Add support for additional Azure credentials (<a href="https://redirect.github.com/rasterio/rasterio/issues/3482">#3482</a>)</li> </ul> <p>Bug fixes:</p> <ul> <li>Ensure dataset can be closed multiple times (<a href="https://redirect.github.com/rasterio/rasterio/issues/3480">#3480</a>)</li> <li>Remove duplicate dataset cleanup (<a href="https://redirect.github.com/rasterio/rasterio/issues/3473">#3473</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3366">#3366</a>)</li> <li>Use rasterio & numpy dtypes internally instead of strings (<a href="https://redirect.github.com/rasterio/rasterio/issues/3472">#3472</a>)</li> <li>Use context manager for MemoryDataset (<a href="https://redirect.github.com/rasterio/rasterio/issues/3461">#3461</a>)</li> <li>rasterio.warp: Don't fill masked output when reprojecting (<a href="https://redirect.github.com/rasterio/rasterio/issues/3471">#3471</a>)</li> <li>rasterio.warp: Filter GDALCreateGenImgProjTransformer2 options (<a href="https://redirect.github.com/rasterio/rasterio/issues/3460">#3460</a>)</li> <li>rasterio.show_versions: Use importlib.metadata.version (<a href="https://redirect.github.com/rasterio/rasterio/issues/3488">#3488</a>)</li> <li>Static GDAL runtime version check (<a href="https://redirect.github.com/rasterio/rasterio/issues/3487">#3487</a>)</li> <li>Use GDAL open flag constants (<a href="https://redirect.github.com/rasterio/rasterio/issues/3494">#3494</a>)</li> <li>Documentation (<a href="https://redirect.github.com/rasterio/rasterio/issues/3459">#3459</a>, 3458, <a href="https://redirect.github.com/rasterio/rasterio/issues/3455">#3455</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3346">#3346</a>)</li> <li>Tests (<a href="https://redirect.github.com/rasterio/rasterio/issues/3429">#3429</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3502">#3502</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3501">#3501</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3498">#3498</a>)</li> <li>Code linting (<a href="https://redirect.github.com/rasterio/rasterio/issues/3457">#3457</a>)</li> </ul> <p>Deprecations:</p> <ul> <li>rasterio.warp.transform_geom: Deprecate antimeridian_cutting & antimeridian_offset (<a href="https://redirect.github.com/rasterio/rasterio/issues/3474">#3474</a>)</li> </ul> <p>Packaging notes:</p> <ul> <li>Wheel: GDAL 3.12.1 (<a href="https://redirect.github.com/rasterio/rasterio/issues/3491">#3491</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3493">#3493</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3497">#3497</a>)</li> <li>Search for GDAL installation path on Windows (<a href="https://redirect.github.com/rasterio/rasterio/issues/3498">#3498</a>)</li> </ul> <p>Full list of software versions: <a href="https://github.com/rasterio/rasterio/blob/1.5.0/ci/config.sh#L1-L25">https://github.com/rasterio/rasterio/blob/1.5.0/ci/config.sh#L1-L25</a></p> <p>Full Changelog: <a href="https://github.com/rasterio/rasterio/compare/1.4.4...1.5.0">https://github.com/rasterio/rasterio/compare/1.4.4...1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rasterio/rasterio/commit/8286da37f6664f28cdabba4d0ac5fef64e4a77c1"><code>8286da3</code></a> MNT: Version 1.5.0</li> <li><a href="https://github.com/rasterio/rasterio/commit/6bcb46b9b284a511008921887c1a9060a956246f"><code>6bcb46b</code></a> MNT: version 1.5rc1</li> <li><a href="https://github.com/rasterio/rasterio/commit/af426f99da246291aef9a8a34e940384cbe157aa"><code>af426f9</code></a> CLN: Use -_GDAL_AT_LEAST_3_11 from rasterio.env (<a href="https://redirect.github.com/rasterio/rasterio/issues/3503">#3503</a>)</li> <li><a href="https://github.com/rasterio/rasterio/commit/52c9c8691423aa1125ac92181ff9f7d7f3d3db01"><code>52c9c86</code></a> Drop click-plugins dependency from pyproject.toml & update doc link. (<a href="https://redirect.github.com/rasterio/rasterio/issues/3504">#3504</a>)</li> <li><a href="https://github.com/rasterio/rasterio/commit/cb961c8dde14256f4ee38ce020d8020530202603"><code>cb961c8</code></a> MNT: version 1.5rc0</li> <li><a href="https://github.com/rasterio/rasterio/commit/cefcb7ec8de7c60c6451201f5c5536b1b94a8c13"><code>cefcb7e</code></a> DOC: Update changelog</li> <li><a href="https://github.com/rasterio/rasterio/commit/92be526a0242014aac17d762378093cbdeebcea4"><code>92be526</code></a> Merge pull request <a href="https://redirect.github.com/rasterio/rasterio/issues/3498">#3498</a></li> <li><a href="https://github.com/rasterio/rasterio/commit/b22bd6627bc227ae9cde0c967a6187ce998b05f9"><code>b22bd66</code></a> CI: Remove unsupported pip option (<a href="https://redirect.github.com/rasterio/rasterio/issues/3030">#3030</a>)</li> <li><a href="https://github.com/rasterio/rasterio/commit/3241ae396beb8675502100d9e456a89d8d514277"><code>3241ae3</code></a> TST: Also skip memfile thread_safe test on macOS (<a href="https://redirect.github.com/rasterio/rasterio/issues/3030">#3030</a>, <a href="https://redirect.github.com/rasterio/rasterio/issues/3499">#3499</a>)</li> <li><a href="https://github.com/rasterio/rasterio/commit/cbd7eb0b55b4934b671af8ab5ccfd66f38640010"><code>cbd7eb0</code></a> TST: Remove red overview before moving green one to it (<a href="https://redirect.github.com/rasterio/rasterio/issues/3030">#3030</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rasterio/rasterio/compare/1.4.4...1.5.0">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
