Smaller contributions (bug fixes and miscellaneous smaller patches) have been made by:
Claudio Lima, Christian Wojek, Sebastian Nowozin, Stefano Pellegrini, Ofer Meshi,
Dan Preston, Peter Gober, Jiuxiang Hu, Peter Rockett, Dhruv Batra, Alexander Schwing,
-Alejandro Lage, Matt Dunham, Laurens van der Maaten, Jerome Maye, Prija, Hynek Urban,
+Alejandro Lage, Matt Dunham, Laurens van der Maaten, Jerome Maye, Priya, Hynek Urban,
Avneesh Saluja, Thomas Mensink.
Part of this work was part of the Interactive Collaborative Information Systems (ICIS)
+git master
+----------
+* Fixed typo in Priya's name
+
+
libDAI-0.3.0 (2011-07-12)
-------------------------
* [Laurens van der Maaten] src/matlab/dai.cpp now correctly handles missing logZ()
and maxDiff() implementations
* Now uses GMP big integer type to represent linear states and the number of
- states of VarSets (in some cases). This fixes a bug Jerome Maye and Prija
+ states of VarSets (in some cases). This fixes a bug Jerome Maye and Priya
found in the State class. Unfortunately, the supplied Makefile.WINDOWS now
no longer works out-of-the-box.
* Fixed numerical issues in MF, FBP and TRWBP (discovered in sparse branch)
include Makefile.conf
# Set version and date
-DAI_VERSION="0.3.0"
-DAI_DATE="July 12, 2011"
+DAI_VERSION="git HEAD"
+DAI_DATE="July 12, 2011 - or later"
# Directories of libDAI sources
# Location of libDAI headers
/** \mainpage Reference manual for libDAI - A free/open source C++ library for Discrete Approximate Inference methods
* \author Joris Mooij (with contributions of Frederik Eaton)
- * \version 0.3.0
- * \date July 12, 2011
+ * \version git HEAD
+ * \date July 12, 2011 - or later
*
* <hr size="1">
* \section about About libDAI