From 77ebde1abf2c329173a42b11e645dea4502913ca Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Fri, 26 Jul 2024 11:51:14 +0100 Subject: [PATCH] Update changelog --- changelog/402.feature.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/402.feature.rst b/changelog/402.feature.rst index 56d8722c2..6a85791bb 100644 --- a/changelog/402.feature.rst +++ b/changelog/402.feature.rst @@ -1,3 +1,4 @@ Add various features for easier inspection of `TiledDataset`: - `__repr__` method to output basic dataset info; -- `tiles_shape` property to access data array shape for each individual tile. +- `tiles_shape` property to access data array shape for each individual tile; +- `slice_tiles()` method to apply the same slice to all datasets.