* `path.MPath`: properly handle `region_name` for S3 paths 667
---------------------
2025.1.0
---------------------
* core
* `io.raster.array.resample_from_array()`: fix regression caused by new behavior of `rasterio.warp.reproject()` (663)
* packaging
* limit `matplotlib` below version `3.10`
----------------------
2024.12.0
----------------------
* core
* `io._misc.copy()`: fix masking of `aiohttp.ClientResponseError` where some tool raises a generic Exception instead of the original `aiohttp.ClientResponseError` (661)
----------------------
2024.11.1
----------------------
* core
* `settings.IORetrySettings`: add `aiohttp.ClientPayloadError` and `aiohttp.ClientResponseError` to retryable exceptions (660) * `io.raster.read.read_raster_window` and `io.vector.read.read_vector_window`: add traceback of original exception when raising `MapcheteIOError` (660)
----------------------
2024.11.0
----------------------
* core
* fix error where guess_geometry fails on multipolygons (656) * adapt to new rasterio.crs.CRS behavior (657)
----------------------
2024.10.1
----------------------
* core
* add deprecation warnings for moved objects introduced in 2024.10.0 and try to keep backwards compatibility (654)