From 0499e14b497f35045fce6ca9417b51b3b101b00f Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Mon, 9 Dec 2024 15:33:38 +0100 Subject: [PATCH] Update CHANGES --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fdfd7270..1c6a0720 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,8 +3,8 @@ ## 0.21.8 (2024-mm-dd) - ENH: Add a new type (`BandsType`) for list of BandType -- ENH: Add a new environment variable `EOREADER_NOF_BANDS_IN_CHUNKS` to control the number of the bands in chunks when using `dask`. -- ENH: Allow `'auto'` in `EOREADER_TILE_SIZE`, to set `chunks="auto"` when reading data. +- ENH: Add a new environment variable `EOREADER_NOF_BANDS_IN_CHUNKS` to control the number of the bands in chunks when using `dask`. ([#180](https://github.com/sertit/eoreader/discussions/180)) +- ENH: Allow `'auto'` in `EOREADER_TILE_SIZE`, to set `chunks="auto"` when reading data. ([#180](https://github.com/sertit/eoreader/discussions/180)) - FIX: Fix stack `save_as_int` to use updated int values - by @TabeaW - FIX: Fixed PAZ Product Regex to properly indentify PAZ ST products as `PAZProduct` - by @guillemc23 - FIX: Fixed PNEO Product Regex to properly indentify PNEO products as `PneoProduct` - by @guillemc23