|
1 | 1 |
|
2 |
| -v0.2.5 |
| 2 | +v0.2.6 CHANGELOG |
3 | 3 | Bi parameter generation
|
4 | 4 | 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 |
6 | 12 | 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