From 72e5855ee9657ee16a9b14d1520f198a329d0f70 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 22 Nov 2023 14:58:21 +0100 Subject: [PATCH] Adds changes Former-commit-id: 85e9faa305c918618cef5d8ea5e2eca8956213d4 --- Release-notes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Release-notes.md b/Release-notes.md index d9cb6b2..a753291 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -2,6 +2,19 @@ ## Latest changes +### Bug fixes + +- In `obicsv` the **--keep count** was not equivalent to **--count**. + +### New feature + +- In `obimatrix` a **--transpose** option allows to transpose the produced matrix table in CSV format. + +### Enhancement + +- For efficiency purposes, the `obiuniq` command run on disk by default. Consequently, the + **--on-disk** option has been replaced by **--in-memory** to ask explicitly to use memory. + ## November 16th, 2023. Release 4.1.0 ### New feature