Commit 811ee750 authored by Davis King's avatar Davis King

updated docs

parent 9d00aa54
...@@ -11,6 +11,22 @@ ...@@ -11,6 +11,22 @@
<!-- ************************************************************************************** --> <!-- ************************************************************************************** -->
<current> <current>
New Features:
Non-Backwards Compatible Changes:
Bug fixes:
- The new simplified serialization API that works like serialize("filename")&lt;&lt;object
was not opening files in binary mode and therefore didn't work properly on Windows.
This has been fixed.
Other:
</current>
<!-- ************************************************************************************** -->
<old name="18.8" date="Jun 02, 2014">
New Features: New Features:
- Added the ability to set a previously trained function as a prior to the - Added the ability to set a previously trained function as a prior to the
svm_multiclass_linear_trainer, svm_c_linear_trainer, and svm_rank_trainer svm_multiclass_linear_trainer, svm_c_linear_trainer, and svm_rank_trainer
...@@ -47,7 +63,7 @@ Other: ...@@ -47,7 +63,7 @@ Other:
- Added an example program showing how to set a custom logger output hook. - Added an example program showing how to set a custom logger output hook.
- Made linear decision_functions which use sparse vectors much faster. - Made linear decision_functions which use sparse vectors much faster.
</current> </old>
<!-- ************************************************************************************** --> <!-- ************************************************************************************** -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment