2013-10-09  V_0.0.3 Youyi Fong

    * rename package from MIKern to krm, kernel-based regression model

2013-10-20  V_0.0.4 Youyi Fong

    * add linear regression 
    * copy Saheli's code to make sim.liu simulate datasets for power study and
    not just size study, one difference from previous version is that, also
    rename sim.liu to sim.liu.2008

2013-10-20  V_0.0.5 Youyi Fong
    * Krisz optimize krm.score.test. n=100, the speed improvement is 2.5 fold,
    n=200, the speed improvement is 3 fold.
    * Copy several matrix functions from Krisz's kutil package

2013-10-31  Youyi Fong
    * replace variable length array with std::vector<> at the suggestion of Prof.
    Ripley 
    * replace 2D arrays used in proteinsequence.cpp with new int[]

2013-11-03  Youyi Fong
    * fix issues causing Solaris compilation errors at the suggestion of Prof.
    Ripley

2018-08-17
    * Change to use %.%

2019-12-10
    * On r-devel-linux-x86_64-debian-clang, some random procedures give different results from what are expected
    * Fix U.h:248:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]

2020-05-19
    * Comment out sendMailOnUnix in U.h to avoid warning at CRAN check

2022-10-17
    * Update unit testing