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.3.10 - autoclosed #428

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

rasterio/rasterio (rasterio)

v1.3.10

Compare Source

This version is compatible with recent versions of Numpy 1.x and Numpy 2.0.

Packaging:
  • Wheels for Python versions >= 3.9 will be built using Numpy 2.0.0rc1 and will be compatible with the oldest supported Numpy 1.x.
  • Wheels for Python version 3.8 will be built using the oldest supported version of NumPy and will not be compatible with Numpy 2.
Bug fixes:
  • Rasterio's merge() function and CLI command cannot handle rotated rasters. This is now noted in documentation and an error will be raised if any input is non-rectilinear (#​3066).
  • Deprecated usage of pytest.warns(None) in tests has been eliminated (#​3054).
  • All use of pkg_resouces has been eliminated (#​3054).
  • Several tests have been adjusted to account for small differences in output between GDAL 3.7 and 3.8 (#​2959).

v1.3.9

Compare Source

Bug fixes:

  • Lean on numpy for minimum and maximum values of float data types (#​2946).
  • Replace rasterio.dtypes.in_dtype_range() with the version inside the
    edit-info command (#​2946).
  • Deallocate _filepath VSI filesystem plugin callback structs to prevent the
    memory leak reported in #​2932.

Packaging:

GDAL 3.6.4 is patched in the PyPI wheels to fix the potential GTiff
multithreading deadlock reported in https://github.com/OSGeo/gdal/issues/8470.

v1.3.8.post2

Compare Source

There are no code changes in this release. This is only to create new wheels
that update curl to version 8.4.0 to address CVE-2023-38545 and CVE-38546.

v1.3.8.post1

Compare Source

There are no code changes in this release. This is only to create new wheels
that update libwebp to version 1.3.2 to address CVE-2023-4863, and to publish
wheels for Python 3.12.

v1.3.8

Compare Source

There are no code changes in this release. This is only to create new wheels
that update curl to version 8.4.0 to address CVE-2023-38545 and CVE-38546.

v1.3.7

Compare Source

  • The sieve function now accepts as input opened datasets or multiband
    Band objects (#​2838).
  • Allow color values greater than 256 in colormaps (#​2769).
  • Fix the GDAL datatype mapping of Rasterio's uint64 and int64 data types. They
    were reversed in previous versions.
  • Special characters, specifically "!", in an HTTP(S) URI's userinfo
    subcomponent no longer break Rasterio's path parser (#​2776).
  • Missing documentation for rio-blocks has been added to the CLI docs (#​2835).
  • Ensure that the nodata mask value for all non-alpha bands is True in
    sample_gen() (#​2832).
  • GDAL often searches for sidecar files that may or may not exist. For the
    Python file VSI plugin in _filepath.pyx, we have turned the logging level for
    these events down from ERROR to INFO (#​2827).
  • Full support for signed byte data in GDAL 3.7 has been added.
  • The math for array_bounds has been fixed. It can now handle rotated arrays
    (#​2787).

v1.3.6

Compare Source

  • Tests that use matplotlib have been cleaned up and the one in test_warp.py
    which uses our vendored rangehttpserver has been marked as needing a network
    (#).
  • When computing the bounds of a sequence of feature or geometry objects, we
    dodge empty "features" and "geometries" sequences that could be provided by,
    e.g., Fiona 1.9.0 (#​2745).
  • Decouple our Affine transformer from GDAL environments, fixing a performance
    regression introduced in 1.3.0 (#​2754).
  • StatisticsError is raised when dataset statistics cannot be computed (#​2760).
  • In DatasetBase.enter an Env is added to the dataset's context stack if
    needed, making an explicit with Env(): optional when using an opened
    dataset as a context manager (#​2760).

v1.3.5.post1

Compare Source

There are no code changes in this release. This is only to create new wheels as
the 1.3.5 macosx 10.15 wheels are defective.

v1.3.5

Compare Source

There are no code changes in this release. This is only to create new wheels as
the 1.3.5 macosx 10.15 wheels are defective.


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 these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency rasterio to v1.3.6 Update dependency rasterio to v1.3.7 May 23, 2023
@renovate renovate bot changed the title Update dependency rasterio to v1.3.7 Update dependency rasterio to v1.3.8 Jun 28, 2023
@renovate renovate bot changed the title Update dependency rasterio to v1.3.8 Update dependency rasterio to v1.3.8.post1 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/rasterio-1.x branch 2 times, most recently from fc08010 to 660efb8 Compare October 12, 2023 03:21
@renovate renovate bot changed the title Update dependency rasterio to v1.3.8.post1 Update dependency rasterio to v1.3.8.post2 Oct 12, 2023
@renovate renovate bot changed the title Update dependency rasterio to v1.3.8.post2 Update dependency rasterio to v1.3.9 Oct 19, 2023
@renovate renovate bot changed the title Update dependency rasterio to v1.3.9 chore(deps): update dependency rasterio to v1.3.9 Oct 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency rasterio to v1.3.9 chore(deps): update dependency rasterio to v1.3.10 Apr 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency rasterio to v1.3.10 chore(deps): update dependency rasterio to v1.3.10 - autoclosed May 24, 2024
@renovate renovate bot closed this May 24, 2024
@renovate renovate bot deleted the renovate/rasterio-1.x branch May 24, 2024 09:17
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.

None yet

0 participants