From 5bb65008936ea13d75e6154e3b1bdbdaa8cfa26d Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Mon, 10 May 2021 06:29:45 +0200 Subject: [PATCH] Update Updating and release notes --- Updating-and-release-notes.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md index ada451c..e8241e9 100644 --- a/Updating-and-release-notes.md +++ b/Updating-and-release-notes.md @@ -1,4 +1,4 @@ -### Current version: `3.0.1b7` +### Current version: `3.0.1b8` You can check the version installed by running `obi --version` @@ -21,8 +21,12 @@ python3 setup.py install ### Release notes: +* `3.0.1b8`: + - `ecotag`: 'BEST_MATCH_TAXIDS' now dereplicated (no repeated taxids in the +list) + * `3.0.1b7`: - - `alinpairedend`: fixed bug that would cut out sequence ends when it should not have + - `alignpairedend`: fixed bug that would cut out sequence ends when it should not have * `3.0.1b6`: - Now handling large int values (`import` rewrites column in OBI_FLOAT if a value is > INT32_MAX)