From 74ffedca96e2513cfc4fb231b895770bfae147a2 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 15 Aug 2019 11:59:49 -0400 Subject: [PATCH] Update HISTORY. --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index e1a3cc6100..aed0015396 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -27,6 +27,8 @@ * Add support for probabilistic KDE (kernel density estimation) error bounds when using the Gaussian kernel (#1934). + * Fix negative distances for cover tree computation (#1979). + ### mlpack 3.1.1 ###### 2019-05-26 * Fix random forest bug for numerical-only data (#1887).