Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Jun 8, 2014
1 parent 9d00aa5 commit 811ee75
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/docs/release_notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>

<!-- ************************************************************************************** -->

Expand Down

0 comments on commit 811ee75

Please sign in to comment.