diff --git a/README.md b/README.md index 08d3a7c..13defa4 100644 --- a/README.md +++ b/README.md @@ -73,16 +73,16 @@ demonstration feature selection algorithms are provided as is with no warranty as examples of how to use the library in MATLAB. Update History -22/02/2014 - v2.1 - Fixed a couple of bugs related to memory handling. + - 22/02/2014 - v2.1 - Fixed a couple of bugs related to memory handling. Added a make install for compatibility with PyFeast. -30/07/2011 - v2.00 - Added implementations of the weighted entropy and weighted + - 30/07/2011 - v2.00 - Added implementations of the weighted entropy and weighted mutual information. More cleanup of Mex entry point to further check the inputs. -08/11/2011 - v1.03 - Minor documentation changes to accompany the JMLR publication. -15/10/2010 - v1.02 - Fixed bug where MIToolbox would cause a segmentation fault + - 08/11/2011 - v1.03 - Minor documentation changes to accompany the JMLR publication. + - 15/10/2010 - v1.02 - Fixed bug where MIToolbox would cause a segmentation fault if a x by 0 empty matrix was passed in. Now prints an error message and returns gracefully. -02/09/2010 - v1.01 - Fixed a bug in CMIM.m where the last feature would not be + - 02/09/2010 - v1.01 - Fixed a bug in CMIM.m where the last feature would not be selected first if it had the highest MI. -07/07/2010 - v1.00 - Initial Release. + - 07/07/2010 - v1.00 - Initial Release.