From aa453d148bffd5548023db76e9fb5cd944e055ac Mon Sep 17 00:00:00 2001 From: konstntokas Date: Tue, 10 Feb 2026 14:29:58 +0100 Subject: [PATCH 1/2] prep release; restructured changes --- CHANGES.md | 7 +++++-- xcube/version.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bd992a5fa..b318cf3b0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ### Enhancements * Expanded support for keyword arguments of `rioxarray.open_rasterio` when opening - raster files via `xcube.core.store.DataStore.open_data()`. + raster files via `xcube.core.store.DataStore.open_data()`. (#1192) * `rioxarray.open_rasterio` is now called with `chunks="auto"` by default in `xcube.core.store.fs.impl.rasterio` when reading GeoTIFF and JPEG2000 files. This enables more efficient, storage-aware chunking without requiring users to @@ -11,11 +11,14 @@ the original dataset structure returned by `rioxarray` is preserved instead of splitting raster bands into separate data variables. This improves data access patterns and avoids unnecessary transformations. -* Require dask >=2024.8 (#1196) ### Fixes * Avoid authentication error due to missing cryptography package (#1191) +### Other changes +* Require dask >=2024.8 (#1196) + + ## Changes in 1.13.0 ### Enhancements diff --git a/xcube/version.py b/xcube/version.py index 923a44ea1..02468ccb9 100644 --- a/xcube/version.py +++ b/xcube/version.py @@ -2,4 +2,4 @@ # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. -version = "1.13.1.dev0" +version = "1.13.1" From 320750577056eea48d66231572d75bf50e105687 Mon Sep 17 00:00:00 2001 From: konstntokas Date: Tue, 10 Feb 2026 16:10:54 +0100 Subject: [PATCH 2/2] readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c66ef6417..5efbb707e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://ci.appveyor.com/api/projects/status/h4m43pwga7pjoftl/branch/main?svg=true)](https://ci.appveyor.com/project/bcdev/xcube) +[![Build Status](https://github.com/xcube-dev/xcube/actions/workflows/xcube_workflow.yaml/badge.svg?branch=main)](https://github.com/xcube-dev/xcube/actions/workflows/xcube_workflow.yaml) [![codecov](https://codecov.io/gh/xcube-dev/xcube/branch/main/graph/badge.svg)](https://codecov.io/gh/xcube-dev/xcube) [![Documentation Status](https://readthedocs.org/projects/xcube/badge/?version=latest)](https://xcube.readthedocs.io/en/latest/?badge=latest) [![PyPI Version](https://img.shields.io/pypi/v/xcube-core)](https://pypi.org/project/xcube-core/)