Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Romashchenko committed Nov 19, 2019
1 parent 38e6a06 commit 9a0a422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.txt
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.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(rappas_build VERSION 0.1.1 LANGUAGES CXX)
project(rappas_build VERSION 0.1.2 LANGUAGES CXX)

# default build type Release
if (NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit 9a0a422

Please sign in to comment.