updated docs

This commit is contained in:
Davis King 2014-06-08 15:44:04 -04:00
parent 9d00aa54cb
commit 811ee7501d
1 changed files with 17 additions and 1 deletions

View File

@ -11,6 +11,22 @@
<!-- ************************************************************************************** -->
<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:
- 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
@ -47,7 +63,7 @@ Other:
- Added an example program showing how to set a custom logger output hook.
- Made linear decision_functions which use sparse vectors much faster.
</current>
</old>
<!-- ************************************************************************************** -->