From 4e1d178dc72026df599bfc66421d19ce3dd5752b Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 28 Mar 2014 15:53:35 +0000 Subject: [PATCH] Annotate changes to LRSDP. --- HISTORY.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index a4e909bb90..43c35c93ec 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -20,6 +20,9 @@ * Removed incorrect PeriodicHRectBound (#30). + * Refactor LRSDP into LRSDP class and standalone function to be optimized + (#318). + 2014-01-06 mlpack 1.0.8 * Memory leak in NeighborSearch index-mapping code fixed (#310).