Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rasterio to v1.4.3 #12965

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rasterio ==1.3.10 -> ==1.4.3 age adoption passing confidence

Release Notes

rasterio/rasterio (rasterio)

v1.4.3

Compare Source

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).

v1.4.2

Compare Source

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).

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:

  • 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).

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:

  • GDAL 3.9.2 (3.9.1 on Windows)
  • PROJ 9.4.1
  • Curl 8.8.0
  • libjpeg 9f
Bug fixes
  • Leaks of CSL string lists in get/set_proj_data_search_path() have been fixed (backport of #​3140).
  • Color interpretation is correctly set to "palette" after a colormap is written (backport of #​3133).

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners December 6, 2024 13:02
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Dec 6, 2024
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Dec 6, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants