diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 16:48:47 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 16:48:47 +0000 |
| commit | 95bca1b119088b500ad7539253e6025c2449bb98 (patch) | |
| tree | 308002e560b0144c17c057d807f5c6f488fa9d3e /docs/CHANGELOG.rst | |
| parent | Merge branch 'packaging' (diff) | |
| download | pygensvm-95bca1b119088b500ad7539253e6025c2449bb98.tar.gz pygensvm-95bca1b119088b500ad7539253e6025c2449bb98.zip | |
Update documentation to use markdown where possible
Diffstat (limited to 'docs/CHANGELOG.rst')
| -rw-r--r-- | docs/CHANGELOG.rst | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..c7e4ba6 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,49 @@ + +Change Log +---------- + +Version 0.2.4 +^^^^^^^^^^^^^ + + +* Add support for retrieving support vectors + +Version 0.2.3 +^^^^^^^^^^^^^ + + +* Bugfix for prediction with gamma = 'auto' + +Version 0.2.2 +^^^^^^^^^^^^^ + + +* Add error when unsupported ShuffleSplits are used + +Version 0.2.1 +^^^^^^^^^^^^^ + + +* Update docs +* Speed up unit tests + +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 +^^^^^^^^^^^^^ + + +* Fix segfault caused by error function in C library. +* Add "load_default_grid" function to gensvm.gridsearch |
