Changelog (pre 2011) - matbugs/matbugs GitHub Wiki
changelog List of changes to matbugs, most recent first.
* 7 Oct 2010: KPM - modified matbugs.m so it runs on matlab 2010b; I simply added some 'end' statements to all nested functions. I renamed demos/seedsDemo (by Andrew Jackson) to demos/seedsDicDemo and added demos/simpleSeedsDemo, which is similar but without the DIC comparison. (This is the very first example in the winbugs documentation - it took forever to make it work without crashing bugs - you have to initialize the variables very carefully!) This version is now in pmtkSupport.
* 26 July 2010: made a new zip file containing latest version of code (no new functionality, just tidier file organization), to match the version on pmtksupport
* 28 Jan 2010: Moved to http://code.google.com/p/matbugs/
* 24 Dec 09: Misha Koshelev <[email protected]> added support for Unix/Wine
* 7 Apr 09: Cheng-Ta, Yang suggested changing the setfield function to dot notation (line 614), presumably for older versions of matlab. Also, now initStructs is optional.
* 7 Mar 08: Woojae Kim said we need 'clear valTransp' in line 367
* 5 Feb 08: Brani Vidakovic made the autoclose work with openbugs, fprintf(fid, 'modelQuit("y")\n');
* Kevin Murphy improved the online documentation/ demos, October 2007.
* Modified for winbugs filename by Sohrab Shah 28 Nov 2006
* Modified for multi-dimensional arrays by Wilson Truccolo-Filho, April 2006.
* Modified for DIC by Andrew Jackson ([email protected]), March 2006
* Modified for vector-valued parameters by Alfred Pang, December 2005.
* First version written by Maryam Mahdaviani ([email protected]) and Kevin Murphy ([email protected]), August 2005