From 58d5e0250bf3c2fa97c5dd92fc857d28df76bc2b Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 3 Apr 2024 14:00:02 -0400 Subject: [PATCH] Update HISTORY.md. --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ce4ec825f0..d3fe453aa2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -21,6 +21,8 @@ * Fix floating-point accuracy issue for decision trees that sometimes caused crashes (#3595). + * Allow PCA to take different matrix types (#3677). + ### mlpack 4.3.0 ###### 2023-11-27 * Fix include ordering issue for `LinearRegression` (#3541).