-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nikolai Romashchenko
committed
Nov 19, 2019
1 parent
38e6a06
commit 9a0a422
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
0.1.1 | ||
v0.1.2 | ||
- The database name convention has changed to be consistent to the latest versions of RAPPASv1 (java) | ||
- The default omega value now is 1.5 | ||
- Updated core to v0.1.7, which supports ambiguous bases | ||
|
||
v0.1.1 | ||
------ | ||
- New construction algorithm: now the construction is done by completing two steps. | ||
In the first one, hashmaps of group nodes are built independently and stored on disk in ${workdir}/hashmaps. | ||
After, they are merged into a database hashmap. | ||
- AR Probability matrix is destroyed after the first stage of the algorithm. | ||
It makes the peak RAM consumption approximately to be max(proba matrix size, final database size). | ||
|
||
0.1.0 | ||
v0.1.0 | ||
------ | ||
First released version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters