1 libDAI-0.2.2 (2008-??-??)
2 -------------------------
4 * Contributions by Christian, resulting in vast speed and memory improvements
5 for large factor graphs:
6 - Sparse implementation of nodes->edge conversion table _E12ind in bipgraph.h
7 - New FactorGraph constructor that constructs from given ranges of factors
9 - Optimization of FactorGraph constructors
10 * FactorGraph constructors no longer check for short loops and for
11 negative entries. Also, the normtype is now Prob::NORMPROB by default.
12 * Moved everything into namespace "dai"
15 libDAI-0.2.1 (2008-05-26)
16 -------------------------
19 * added missing cstdio header in util.h
20 * fixed Properties in MR_CLAMPING_* and MR_EXACT_*
21 * added description of the factor graph fileformat
25 libDAI-0.2.0 (2006-11-30)
26 -------------------------