actinia-org / actinia-core

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231) | Tutorial: https://actinia-org.github.io/actinia-core/ | Docker: https://hub.docker.com/r/mundialis/actinia-core
https://actinia.mundialis.de/
GNU General Public License v3.0
78 stars 23 forks source link

chore(deps): update dependency rasterio to v1.3.10 - autoclosed #428

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 1 year ago

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`](https://togithub.com/rasterio/rasterio/releases/tag/1.3.10) [Compare Source](https://togithub.com/rasterio/rasterio/compare/1.3.9...1.3.10) 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](https://togithub.com/rasterio/rasterio/issues/3066)). - Deprecated usage of `pytest.warns(None)` in tests has been eliminated ([#​3054](https://togithub.com/rasterio/rasterio/issues/3054)). - All use of pkg_resouces has been eliminated ([#​3054](https://togithub.com/rasterio/rasterio/issues/3054)). - Several tests have been adjusted to account for small differences in output between GDAL 3.7 and 3.8 ([#​2959](https://togithub.com/rasterio/rasterio/issues/2959)). ### [`v1.3.9`](https://togithub.com/rasterio/rasterio/blob/HEAD/CHANGES.txt#139-2023-10-18) [Compare Source](https://togithub.com/rasterio/rasterio/compare/1.3.8.post2...1.3.9) Bug fixes: - Lean on numpy for minimum and maximum values of float data types ([#​2946](https://togithub.com/rasterio/rasterio/issues/2946)). - Replace rasterio.dtypes.in_dtype_range() with the version inside the edit-info command ([#​2946](https://togithub.com/rasterio/rasterio/issues/2946)). - Deallocate \_filepath VSI filesystem plugin callback structs to prevent the memory leak reported in [#​2932](https://togithub.com/rasterio/rasterio/issues/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](https://togithub.com/OSGeo/gdal/issues/8470). ### [`v1.3.8.post2`](https://togithub.com/rasterio/rasterio/blob/HEAD/CHANGES.txt#138post2-2023-10-11) [Compare Source](https://togithub.com/rasterio/rasterio/compare/1.3.8.post1...1.3.8.post2) 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`](https://togithub.com/rasterio/rasterio/blob/HEAD/CHANGES.txt#138post1-2023-10-09) [Compare Source](https://togithub.com/rasterio/rasterio/compare/1.3.8...1.3.8.post1) 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`](https://togithub.com/rasterio/rasterio/blob/HEAD/CHANGES.txt#138post2-2023-10-11) [Compare Source](https://togithub.com/rasterio/rasterio/compare/1.3.7...1.3.8) 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`](https://togithub.com/rasterio/rasterio/blob/HEAD/CHANGES.txt#137-2023-05-22) [Compare Source](https://togithub.com/rasterio/rasterio/compare/1.3.6...1.3.7) - The sieve function now accepts as input opened datasets or multiband Band objects ([#​2838](https://togithub.com/rasterio/rasterio/issues/2838)). - Allow color values greater than 256 in colormaps ([#​2769](https://togithub.com/rasterio/rasterio/issues/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](https://togithub.com/rasterio/rasterio/issues/2776)). - Missing documentation for rio-blocks has been added to the CLI docs ([#​2835](https://togithub.com/rasterio/rasterio/issues/2835)). - Ensure that the nodata mask value for all non-alpha bands is True in sample_gen() ([#​2832](https://togithub.com/rasterio/rasterio/issues/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](https://togithub.com/rasterio/rasterio/issues/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](https://togithub.com/rasterio/rasterio/issues/2787)). ### [`v1.3.6`](https://togithub.com/rasterio/rasterio/blob/HEAD/CHANGES.txt#136-2023-02-13) [Compare Source](https://togithub.com/rasterio/rasterio/compare/1.3.5.post1...1.3.6) - 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](https://togithub.com/rasterio/rasterio/issues/2745)). - Decouple our Affine transformer from GDAL environments, fixing a performance regression introduced in 1.3.0 ([#​2754](https://togithub.com/rasterio/rasterio/issues/2754)). - StatisticsError is raised when dataset statistics cannot be computed ([#​2760](https://togithub.com/rasterio/rasterio/issues/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](https://togithub.com/rasterio/rasterio/issues/2760)). ### [`v1.3.5.post1`](https://togithub.com/rasterio/rasterio/blob/HEAD/CHANGES.txt#135post1-2023-02-02) [Compare Source](https://togithub.com/rasterio/rasterio/compare/1.3.5...1.3.5.post1) 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`](https://togithub.com/rasterio/rasterio/blob/HEAD/CHANGES.txt#135post1-2023-02-02) [Compare Source](https://togithub.com/rasterio/rasterio/compare/1.3.4...1.3.5) 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.



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