Skip to content

Commit

Permalink
added NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Jun 15, 2024
1 parent 3bba2fc commit 0bc3e64
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ SOFTWARE.



Ropebwt3 includes libsais, which is developed by Ilya Grebnov and
Ropebwt3 depends on libsais, which is developed by Ilya Grebnov and
distributed under Apache License 2.0.
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Release 3.1-r77 (15 June 2024)
------------------------------

Notable changes:

* New feature: the `match` command supports multi-threading.

* Improvement: generating suffix arrays (SA) with libsais16x64, a new addition
to libsais by @IlyaGrebnov. libsais16x64 is faster and uses less memory for
multi-string SA construction than libsais64. This reduces the peak memory of
ropebwt3 for human genomes.

(3.1: 15 June 2024, r77)



Release 3.0-r67 (11 June 2024)
------------------------------

First release.

0 comments on commit 0bc3e64

Please sign in to comment.