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

fix(deps): update dependency rasterio to v1.4.2 #555

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2024

This PR contains the following updates:

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

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

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


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

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

@renovate renovate bot changed the title chore(deps): update dependency rasterio to v1.3.11 chore(deps): update dependency rasterio to v1.4.0 Sep 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency rasterio to v1.4.0 chore(deps): update dependency rasterio to v1.4.1 Oct 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency rasterio to v1.4.1 fix(deps): update dependency rasterio to v1.4.1 Oct 28, 2024
@renovate renovate bot changed the title fix(deps): update dependency rasterio to v1.4.1 fix(deps): update dependency rasterio to v1.4.2 Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants