fix(deps): update dependency rasterio to v1.4.2 #555
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.3.10
->==1.4.2
Release Notes
rasterio/rasterio (rasterio)
v1.4.2
Compare Source
Version 1.4.2 fixes two regressions and further improves compatibility with GDAL 3.10.
Important note about GDAL 3.10.0
GDAL version 3.10.0 will be released soon. No version of Rasterio before 1.4.2 will fully function with GDAL 3.10. To use GDAL 3.10, you must upgrade Rasterio to 1.4.2.
Bug fixes
reproject()
function now always returns a 2-D array, masked or non-masked, when requested (#3223).rowcol()
methods once again return integers by default as they did in 1.3.11 (#3219).CRS.to_epsg()
, which is slow, has been reduced, andCRS.__eq__()
has been made much faster (#3216).Packaging notes
All wheels on PyPI include GDAL 3.9.3.
The macOS ARM64 wheels on PyPI are available only for macOS version 14 (Sonoma) or newer because of changes on the platform we use to build those wheels.
v1.4.1
Compare Source
Version 1.4.1 fixes two regressions, improves compatibility with GDAL 3.10, and
specifies a testing dependency that was previously undeclared..
Bug fixes:
(#3198).
Other changes:
internal usage of these datasets is wrapped in special configuration.
ColorInterp enum (#3194).
v1.4.0
Compare Source
This is the final 1.4.0 release. The package version, credits, and citation
file have been updated. There have been no other changes since 1.4.0rc2.
Rasterio is the work of 157 contributors, including 33 new contributors since
1.3.0.
v1.3.11
Compare Source
1.3.10 can no longer build because of a deleted Numpy release, so a new Rasterio release is in order. Some key bug fixes and packaging updates are coming along for the ride.
Packaging
This release allows any Numpy version >=2.0,<3 to be used to build the package.
Wheels on PyPI include recent versions of GDAL, PROJ, Curl, and libjpeg:
Bug fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.