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

Merged
merged 1 commit into from
Nov 8, 2024

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.

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 - 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 force-pushed the renovate/rasterio-1.x branch from 7b0b8ec to 2297c59 Compare September 26, 2024 01:25
@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 force-pushed the renovate/rasterio-1.x branch from 2297c59 to cd2f3c9 Compare October 1, 2024 16:11
@renovate renovate bot force-pushed the renovate/rasterio-1.x branch from cd2f3c9 to dff3f9c Compare October 10, 2024 11:06
@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
@renovate renovate bot force-pushed the renovate/rasterio-1.x branch from dff3f9c to ef7d8c2 Compare October 30, 2024 18:34
@mmacata mmacata merged commit 567fe22 into main Nov 8, 2024
21 checks passed
@renovate renovate bot deleted the renovate/rasterio-1.x branch November 8, 2024 11:58
@anikaweinmann anikaweinmann added this to the 5.0.0 milestone Dec 9, 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.

2 participants