Skip to content

Commit c569622

Browse files
committed
Updated changelog
1 parent 2999a20 commit c569622

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

CHANGELOG.txt

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
11

2-
v0.2.5
2+
v0.2.6 CHANGELOG
33
Bi parameter generation
44
Added testing
5-
Improved performance of activity generation
5+
-Added tests for data integrity (ids are valid, unique, etc.)
6+
-Added tests for interactive workload parameter bindings
7+
-Added tests for update streams proper sorting
8+
-Added a test script for automatic test of determinism for pseudo-/distributed execution modes. This script must be manually executed outside the testing framework
9+
Improved performance of activity generation.
10+
-Execution flow within activity generation is changed to shape things better for the java compiler
11+
-Improved factor storage, releasing used memory when factors are no longer needed. This makes activity generation to scale close to linear with respect to the network's size
612
Improved performance of sorting update streams and serialization
7-
Added option to turn on/off printing the endline separator on csv serializers
8-
Added possibility to override the way weights of edges are computed
9-
Added the possibility to override the way dates and datetimes are formatted
10-
Added graphalytics extended serializer
13+
Added the option to turn on/off printing the endline separator on csv serializers
14+
Added the option to override the way weights of edges are computed
15+
Added the option to override the way dates and datetimes are formatted
16+
Added the graphalytics extended serializer including weights and timestamps
17+
Added the option to override the way text of posts and comments is generated
18+
Improved tunable clustering coefficient edge generation
19+
Integrated parameter generation within java execution
20+
Added the option to enable/disable the sorting of persons prior to serialization (Enabled by default)
21+
Improved the way Exceptions are handled
22+
Critical Bug fixing
23+
-Fixed a bug that caused corrupted data when a reducer failed to execute and hadoop retried its execution in another node
24+
-Fixed a bug with factors generation, causing some queries not to produce valid parameters
25+
-Fixed a bug causing message lengths to go beyond the maximum size of 2000 characters
26+
-Fixed bugs at ttl serializer
27+
28+

0 commit comments

Comments
 (0)