# Change Log ## Version 0.2.0 - Fix bug in nonlinear GenSVM, it should perform better now. ## Version 0.1.4 - Keep track of elapsed iterations during training - Keep a training status - Explicitly specify "void" as arguments to functions ## Version 0.1.3 - Allow max_iter to be set in the model ## Version 0.1.2 - Remove kernelparam array in favor of explicit gamma, coef, degree ## Version 0.1.1 - Tiny code fix