From 0be559dc5bb874370576c50b7619c9e4120aa15c Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 16 Nov 2022 08:41:19 -0500 Subject: [PATCH] Add some HISTORY notes from previous PRs. --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index e48c2c4290..96ce4eacb5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,12 @@ ###### ????-??-?? * Fix mapping of categorical data for Julia bindings (#3305). + * Various Python configuration fixes for Windows and OS X (#3312, #3313, + #3311, #3309, #3308, #3297, #3302). + + * Optimize and strip compiled Python bindings when possible, resulting in + significant size minimization (#3310). + ### mlpack 4.0.0 ###### 2022-10-23 * Bump C++ standard requirement to C++14 (#3233).