File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 11
11
<!-- ************************************************************************************** -->
12
12
13
13
<current >
14
+ New Features:
15
+
16
+ Non-Backwards Compatible Changes:
17
+
18
+ Bug fixes:
19
+ - The new simplified serialization API that works like serialize("filename")<< object
20
+ was not opening files in binary mode and therefore didn't work properly on Windows.
21
+ This has been fixed.
22
+
23
+ Other:
24
+
25
+ </current >
26
+
27
+ <!-- ************************************************************************************** -->
28
+
29
+ <old name =" 18.8" date =" Jun 02, 2014" >
14
30
New Features:
15
31
- Added the ability to set a previously trained function as a prior to the
16
32
svm_multiclass_linear_trainer, svm_c_linear_trainer, and svm_rank_trainer
47
63
- Added an example program showing how to set a custom logger output hook.
48
64
- Made linear decision_functions which use sparse vectors much faster.
49
65
50
- </current >
66
+ </old >
51
67
52
68
<!-- ************************************************************************************** -->
53
69
You can’t perform that action at this time.
0 commit comments