Update changelog.md
Browse files- changelog.md +5 -0
changelog.md
CHANGED
@@ -5,6 +5,11 @@ All notable changes to the dataset will be documented in this file.
|
|
5 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
6 |
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7 |
|
|
|
|
|
|
|
|
|
|
|
8 |
### `v1.1.1` - 30.01.2025
|
9 |
|
10 |
In `AGBD.py`, line 399, `{"split": "val"}` was changed to `{"split": "validation"}` so as to match the split names of the `AGBD_raw` dataset. The README.md was updated accordingly.
|
|
|
5 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
6 |
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7 |
|
8 |
+
## `v1.1.2` - 26.02.2025
|
9 |
+
|
10 |
+
In `AGBD.py`, line 179, the indexing was changed from `[:, :, i]` to `[i, :, :]` (see the corresponding [commit](https://huggingface.co/datasets/prs-eth/AGBD/commit/8ac67eceb8edcb8e198016f4e4b79bb527bae715)). More explicitely, the normalization of the Sentinel-2 and ALOS bands was wrong, because the dimensions were mistakenly taken for (patch_dim_1, patch_dim_2, bands) instead of (bands, patch_dim_1, patch_dim_2).
|
11 |
+
|
12 |
+
|
13 |
### `v1.1.1` - 30.01.2025
|
14 |
|
15 |
In `AGBD.py`, line 399, `{"split": "val"}` was changed to `{"split": "validation"}` so as to match the split names of the `AGBD_raw` dataset. The README.md was updated accordingly.
|