From 53fd955bebd3499870eb5a4e5024ccbafd263b11 Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Wed, 1 Jun 2022 14:33:09 +0200 Subject: [PATCH] DOC: Update RELEASE_NOTES.txt --- RELEASE_NOTES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index f9934e4..d039a2e 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,3 +1,10 @@ +Version 3.2.1 (1 jun 2022) +---------------------------------------------------------------- +* Enhance CI with automatic builds of docker images +* Fix a bug in dataset.py (output type was always Float32) +* Fix a bug in `otbTensorflowSampler.hxx` (see https://github.com/remicres/otbtf/issues/81) +* Change the behavior of `_read_extract_as_np_arr` method: now returns 3D arrays even for singleband + Version 3.1 (5 apr 2022) ---------------------------------------------------------------- * Add the "split" strategy in the `PatchesSelection` application. Now the application can select points for 3 independent data splits (train, valid, test). -- GitLab