Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion xcube/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"