aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: dcf7d4f1d46556d097afdc6102c7f31cbace61bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## Change Log

### Version 0.2.6

- Minor fixes to fix description on PyPI

### Version 0.2.5

- Build platform wheels for Linux and MacOS
- Minor improvements to the package

### 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