build(deps): bump rasterio from 1.3.11 to 1.4.3 in /docker
Bumps rasterio from 1.3.11 to 1.4.3.
Release notes
Sourced from rasterio's releases.
1.4.3
Version 1.4.3 fixes two major regressions and several other minor bugs.
Bug fixes
- Erroneous masking of 0-valued raster data by boundless, masked reads has been fixed (#3268).
- If passed a dataset object,
rasterio.open()now raises TypeError instead of proceeding and crashing (#3266).- All options of
GDALFillNodata()are now supported byrasterio.fill.fill nodata()(#3265).- The flag for GDAL driver registration has been changed to an _env module attribute. Drivers should only be registered once per process at most (#3260). A side effect of this is that the GDAL_SKIP configuration option, which affects format driver registration, only has an effect the first time a dataset is opened.
- Allow a dataset's compression metadata to surface in profile and compression properties even if the value isn't present in the Compression enum (#3259).
- A bug that causes
CRS.from_wkt().is_epsg_code()to erroneously return False when an EPSG code is embedded in WKT has been fixed (#3258).- IAU 2015 has been added to the list of known CRS authorities (#3243).
- A major performance regression in Rasterio's merge tool has been corrected (#3234).
Other changes
CRS._matches()has been rewritten to better supportCRS.to_authority()andCRS.to_epsg()(#3255).1.4.2
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
- The
reproject()function now always returns a 2-D array, masked or non-masked, when requested (#3223).- The various
rowcol()methods once again return integers by default as they did in 1.3.11 (#3219).- Internal usage of
CRS.to_epsg(), which is slow, has been reduced, andCRS.__eq__()has been made much faster (#3216).- The warper's use of a MEM:: dataset has been made fully compatible with changes coming in GDAL 3.10 (#3212).
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.
1.4.1
Version 1.4.1 fixes two regressions, improves compatibility with GDAL 3.10, and specifies a testing dependency that was previously undeclared.
Bug fixes
- The xy() transform method once again accepts grid coordinates as input (#3198).
- A dataset's index() method again returns a tuple of ints, not floats (#3195).
Other changes
- GDAL 3.10 will disable opening "MEM::" datasets by default. Rasterio's internal usage of these datasets is wrapped in special configuration.
- New color interpretation constants of GDAL 3.10 have been added to the ColorInterp enum (#3194).
... (truncated)
Changelog
Sourced from rasterio's changelog.
1.4.3 (2024-12-02)
Bug fixes:
- Erroneous masking of 0-valued raster data by boundless, masked reads has been fixed (#3268).
- If passed a dataset object, rasterio.open() now raises TypeError instead of proceeding and crashing (#3266).
- All options of GDALFillNodata() are now supported by the method in rasterio.fill (#3265).
- The flag for GDAL driver registration has been changed to an _env module attribute. Drivers should only be registered once per process at most (#3260). A side effect of this is that the GDAL_SKIP configuration option, which affects format driver registration, only has an effect the first time a dataset is opened.
- Allow a dataset's compression metadata to surface in profile and compression properties even if the value isn't present in the Compression enum (#3259).
- A bug that causes CRS.from_wkt().is_epsg_code() to erroneously return False when an EPSG code is embedded in WKT has been fixed (#3258).
- IAU 2015 has been added to the list of known CRS authorities (#3243).
- A major performance regression in Rasterio's merge tool has been corrected (#3234).
Other changes:
- CRS._matches() has been rewritten to better support CRS.to_authority() and CRS.to_epsg() (#3255).
1.4.2 (2024-10-30)
Version 1.4.2 fixes two regressions and further improves compatibility with GDAL 3.10.
Bug fixes:
- The reproject() function now always returns a 2-D array, masked or non-masked, when requested (#3223).
- The various rowcol() methods once again return integers by default as they did in 1.3.11 (#3219).
- Internal usage of CRS.to_epsg(), which is slow, has been reduced, and CRS.eq() has been made much faster (#3216).
- The warper's use of a MEM:: dataset has been made fully compatible with changes coming in GDAL 3.10 (#3212).
1.4.1 (2024-09-30)
Version 1.4.1 fixes two regressions, improves compatibility with GDAL 3.10, and
... (truncated)
Commits
7f8bda2This is 1.4.30ac5c29Fix erroneous masking of 0-valued data (#3268)f0f03e3Fix typos discovered by codespell (#3264) (#3267)22b1d79Prevent rasterio from trying to open a dataset object (#3266)77ef4c2Support all GDALFillNodata() options in rasterio.fill (#3265)d78d09bRegister drivers at most once per process (#3260)213618dAllow MRF compression to surface in properties (#3259)d535ef8Use to_epsg() in is_epsg_code() (#3258)c5a0929Rewrite _matches() to better support to_authority() and to_epsg() (#3255)8420a4aIncrement GDAL and Python versions for CI (#3244)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)