Adds changes

Former-commit-id: 85e9faa305c918618cef5d8ea5e2eca8956213d4
This commit is contained in:
2023-11-22 14:58:21 +01:00
parent 6141d404cd
commit 72e5855ee9

View File

@ -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