From 86ca4a00d1496d55e94a4c3d82c099683cd7030e Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Tue, 9 Jun 2020 14:43:12 +0200 Subject: [PATCH] Update Updating and release notes --- Updating-and-release-notes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md index 657a165..a490615 100644 --- a/Updating-and-release-notes.md +++ b/Updating-and-release-notes.md @@ -1,9 +1,15 @@ -### Current version: `3.0.0b23` +### Current version: `3.0.0b24` You can check the version installed by running `obi --version` ### Release notes: +* `3.0.0b24`: + - Improved `ecotag` output with list of taxids of best matches + - Improved `uniq` progress bar + - Fixed bash history display for views + - Fixed a bug where tuple columns would 'lose' their indexer in some cases + * `3.0.0b23`: Fixed installation on Ubuntu without pip (problem introduced in `3.0.0b20`). * `3.0.0b22`: Fixed a bug when skipping unreadable sequences in `obi import`.