-----
* libmine: core.h included in mine.h
* libmine: speed improvements
* libmine: char *libmine_version added
* libmine: struct mine_score changed
* libmine: mic(), mas(), mev(), mcn(), check_parameter() was renamed
to mine_mic(), mine_mas(), mine_mev(), mine_mcn() and mine_check_parameter()
* libmine: mine_mcn(): parameter eps added
* libmine: mine_mcn_general() added
* C++: get_mic(), get_mas(), get_mev() and get_mcn() methods was renamed
to mic(), mas(), mev() and mcn()
* C++: mcn(): parameter eps added
* C++: mcn_general() method added
* Python: score() method was renamed to compute_score()
* Python: mcn(): parameter eps added
* Python: mcn_general() method added
* Python: convenience functions minestats() and pearson added
* Matlab: mcn_general was added in output
* Mine Application: mcn_general was added in output
* Documentation improved