From 0c77578f47cac2d14a67e70af56bb9260f511036 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Fri, 22 Jan 2021 21:18:33 +0530 Subject: [PATCH 1/2] Add cereal library to history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index c8a3c94497..b7b0ad75ee 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -16,6 +16,8 @@ * HMM: add functions to calculate likelihood for data stream with/without pre-calculated emission probability (#2142). + * Replace boost Boost serialization library by Cereal (#2458). + ### mlpack 3.4.2 ###### 2020-10-26 * Added Mean Absolute Percentage Error. From 22e3fb4bff0512e98716ea3b3c6922b22de56a4c Mon Sep 17 00:00:00 2001 From: jeffin sam Date: Sat, 23 Jan 2021 01:40:33 +0530 Subject: [PATCH 2/2] Update HISTORY.md Co-authored-by: Marcus Edel --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b7b0ad75ee..001e6e2762 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -16,7 +16,7 @@ * HMM: add functions to calculate likelihood for data stream with/without pre-calculated emission probability (#2142). - * Replace boost Boost serialization library by Cereal (#2458). + * Replace Boost serialization library by Cereal (#2458). ### mlpack 3.4.2 ###### 2020-10-26