From 670876d3a48b8d3b00c31957d7a881f15aa017ea Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 5 May 2023 14:15:05 +0200 Subject: [PATCH] adds info Former-commit-id: 89de557379f688ae23bfdb48b1a8ce35f57b6091 --- Release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Release-notes.md b/Release-notes.md index 2d8c565..e4560b6 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -1,5 +1,12 @@ # OBITools release notes +## Latest changes + +### Enhancement + +- Comparison algorithms in `obitag` and `obirefidx` take more advantage of the data structure to limit the number of alignments + actually computed. This increase a bit the speed of both the software. `obirefidx` is nevertheless still too slow + compared to my expectation. ## May 2nd, 2023. Release 4.0.3 ### New features