From 31f693bacd8219903bfaf6bf655856cd6b3fe73c Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Tue, 8 Oct 2019 22:07:42 -0400 Subject: [PATCH] Update history. --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d788b7d0f0..ef28b42f5b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,7 +4,8 @@ * Update documentation for pip and conda installation packages (#2044). - * Add CLI-Bindings for LinearSVM (#1935) + * Add bindings for linear SVM (#1935); `mlpack_linear_svm` from the + command-line, `linear_svm()` from Python. ### mlpack 3.2.1 ###### 2019-10-01