From 516340398e639c46828163fef5c809369437adbe Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 7 Mar 2019 11:46:52 -0500 Subject: bump version --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aeaf650..a71f03f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,19 @@ Change Log ---------- +Version 0.2.0 +^^^^^^^^^^^^^ + +- Add support for interrupting training and retreiving partial results +- Allow specification of sample weights in GenSVM.fit() +- Extract per-split durations from grid search results +- Add pre-defined parameter grids 'tiny', 'small', and 'full' +- Add code for prediction with kernels +- Add unit tests +- Change default coef in poly kernel to 1.0 for inhomogeneous kernel +- Minor bugfixes, documentation improvement, and code cleanup +- Add continuous integration through Travis-CI. + Version 0.1.6 ^^^^^^^^^^^^^ -- cgit v1.2.3